Jump to content

sagnik

Members
  • Posts

    483
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by sagnik

  1. I'm not asking create pdf using scripts like FPDF, jsPDF, TCPDF, etc. I've used them but it had not worked like expected. So I've thought why not create my own PDF Creator but I don't have any idea that how I will create a pdf writer using php. What I want to do is convert the whole page to pdf including styles & markup without any type of compromising the markup & style. You can look out the page I want convert to pdf here: https://whatsnew.cf/admin/accounting/invoice.php?do=view&oid=15188130456&refid=49
  2. I'm not sure but I've already encountered with this problem before in Tommy server but somehow the problem has been disappeared I don't know why! As far as I know, the "max_connections" variable (Maximum Number of connections said by PHP) and "max_user_connections" variable both are different things. "max_connections" it is being used by total number of users in Johnny server and "max_user_connections" is used by only by a single user. I can't help in the case but Heliohost Admins will definitely do.
  3. Maybe the database you are trying to access it has been created by another user/with a different password or you don't have permission to access the database. Check the details in cPanel > MySQL Databases.
  4. CCTLD means Country Code Top Level Domain. .in, .us, .uk, they all are ccTLD.
  5. I've my own local server setup which is running Apache HTTPD 2.4 with PHP 7.1, MySQL 5.6, Python 3.6, Django 2.0.3 (configured with mod_wsgi) and with configured modules mod_ssl, mod_wsgi running on Windows 10. And another one running IIS with ASP & PHP on Windows Server 2016.
  6. why you want to use an online console instead. PHP doesn't need this functionality but django does. it have tons of configurations which requires console and without which It becomes very difficult to use django mainly for using djanog ORM for database. It's not so difficult to use a standalone code editor and a console for example, Command Prompt. You can write codes using Notepad++ and compile them using CMD and then upload it to your website. And do you know Heliohost offers WebDAV which you can use like Windows Explorer.
  7. Okay, I understand. But EV Certificates gives a Green Bar which looks so fancy, that's the only reason I wanted to implement it even if it would be localhost. Thanks for explaining, sir.
  8. @patent You are sying that, why you want to use an online console instead you just write your code in your desktop then compile it and upload it to your live server (patents.heliohost.org). I think this will be more reliable way for Django. I've my website completely written in HTML,CSS,Jquery & PHP, I've never used the File Manager of cPanel to write a whole PHP script. I use Notepad++ to write codes then I test it on my local server then upload it to live server because this provides me more features & usability than any online editors can. And you should do the same. And your second point is The uptime of Tommy server is the highest uptime than the other servers like Johnny/Stevie. And you are saying that, "it takes too long to load or dead", I've tested your website http://patents.heliohost.org/, and your page takes 0.268 seconds (268ms) to load, do you expect faster than this?. I've my own website on Tommy, I've not noticed any problems like you. So what whether Apache is configured as mod_wsgi or VHosts. It works as it should be. If you are not happy with Heliohost then why don't you setup your own server because VPS also have some restrictions like RAM, Disk Space, Processor Cores, etc? In that way you can use anything you want. And see how much money it takes to run a server. And you are getting almost everything on Heliohost for free.
  9. Can I use one of the OIDs listed here: https://en.wikipedia.org/wiki/Extended_Validation_Certificate#Extended_Validation_certificate_identification to issue a root EV CA? As those OIDs are from a well-known CAs and almost every CAs listed there are trusted by every browsers. For example, can I use OID "2.16.840.1.113733.1.7.23.6" (Symantec/VeriSign EV CA) for my root EV CA to issue EV Certificates?
  10. Yes, the PC is a member of a domain. I the CA is an Enterprise Root CA and I've added a custom policy OID to the Extended Validation tab of the Root CA in Trusted Root Certification Authorities store. And it has worked as expected in IE but not on others (Chrome & Firefox) I've imported the Modified Root CA (which has the OID in the EV tab) in these browser's certificate store and it has worked like a normal CA signed SSL does to enable HTTPS but not showing the fetures of an EV CA like show the Website's Organiztion name in the Address Bar of the browser. And I want to know that how can I enable the features of an EV CA in Chrome & Firefox, either with custom Policy OID or the OIDs listed here: https://en.wikipedia.org/wiki/Extended_Validation_Certificate#Extended_Validation_certificate_identification.
  11. Then why it's working on Internet Explorer?
  12. Yeah, I'm sure that my users will trust my CA. But I want to know that why the CA doesn't show the Green Bar in users when the Green Bar is shown in Internet Explorer.
  13. Hello, I've created a Extended Validation (EV) Certification Authority (CA) using Active Directory Certificate Authority (AD CS) in Windows Server 2016 Data Center Edition and I've followed the instructions provided here: https://docs.microsoft.com/en-us/windows-server/networking/core-network-guide/cncg/server-certs/server-certificate-deployment to install and configure AD CS and this instructions https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/dd759060(v=ws.11) to configure an EV CA Template and issued an Intermediate Certificate using that template for "server.sgnetworks.net"/"localhost". The EV SSL is working fine in Internet Explorer but not on other browsers. I want to know that: 1.) Why the EV CA is working in IE but not on others? 2.) I know that Chrome, Firefox and other browsers have its own Root Certificate Policies, so can I somehow manage browsers to use my custom EV CA Policy OID? Or can I use one of the OIDs mentioned here: https://en.wikipedia.org/wiki/Extended_Validation_Certificate#Extended_Validation_certificate_identification to issue my own EV CA? 3.) If I somehow manage to issue an EV CA, can I give the Root EV CA to my users to install the Root CA in their browsers to enable EV CA in their browsers?
  14. Thanks for a quick reply and thanks for your help. You can now mark this as "Answered".
  15. My webpage "https://whatsnew.cf/cpanel" gets automatically redirected to cPanel Loader then to HelioHost Login Page. Can you explain me why it's happening? https://i.imgur.com/xrE8esM.png and I'm sorry I couldn't attach a screenshot as I'am unable to switch to full version of helionet because there are no oiption to switch to full version as well as I think the "IMG" bbcode is not working here but I'm giving the link to the image
  16. The plugin supports every devices. You can check it here: https://atandrastoth.co.uk/main/pages/plugins/webcodecamjs/ And here is the link to my implementation: https://m.whatsnew.cf/test.php
  17. @Luigi123, No I mean the code of your class and from where you are calling the fuction.
  18. Yeah, it's not working on mobile devices. That's why I'm asking for help.
  19. Post the code of the class as well as the script that's calling the class function. Otherwise I don't able to help you.
  20. I don't want to implement this on my website. Because I've not developed an app for my website yet.
  21. Yeah, I think so. Then how can I implement a QRCode Scanner? Is there any way to create a custom QRCode Scanner which will work like "WebCodeCam" and must work with mobile devices?
  22. Take this example: <?php $host="localhost"; $user="user_example"; $pwd="password"; $db="user_database"; $con=mysqli_connect($host,$user,$pwd,$db) or die("Couldn't connect to the database: ".mysqli_error($con)); if($q=mysqli_query($con,"SELECT field1, field2 FROM example_table")){ if(db_num_rows($q) > 0){ while($r=mysqli_fetch_array($q)){ echo "Field1 Value: {$r['field1']}"; echo "<br>"; echo "Field2 Value: {$r['field1']}"; } } else { echo "No rows found: The table seems to be empty."; } } else { echo "Unable to query database: ".mysqli_error($con); } ?>
×
×
  • Create New...