Jump to content

sagnik

Members
  • Posts

    472
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by sagnik

  1. Sorry for late reply but my internet connection was inactive for 5 days. Anyway, I've setup remote MySQL but I don't want that. I want to synchronise both servers.
  2. I'm trying to synchronize all of the databases in the local mysql server (localhost) with remote server (tommy.heliohost.org). I don't know anything about replication but I need to synchronize both servers when their data changes.
  3. I think no. Because, HelioMine & GoFundMe both are different to each other. HelioMine fulfills the monthly donation plan for HelioHost for maintenance purposes but I think, GoFundMe is a temporary service to install a new hardware & a new server called "Lilly".
  4. Thanks for explaining sir & @miwilc... I've understood everything, and I'm ready to donate.
  5. Ok, I'll donate. But how do you increase user's storage space? Because there will be too many users who want to donate. Will it be like donate for an account on "Tommy" instantly or something else? And what do you mean by "2000MG"? And will every users who have donated get the same storage space?
  6. Ok, I'll donate in GoFundMe. At the moment, I want to increase my Existing hosting account storage of Tommy. How much storage can I extend?
  7. What is the minimum amount of donation?
  8. Sir, when I can register for an account on "Lily"?
  9. But sir, I've 2 classes included in common in all pages, one is "WNInternal.php" (This takes care of the things related to Internal functions/features. For example "redirect users based on 'refid'", "get page url from database for mobile/desktop pages") and another is "Whatsnew.php" (It takes care of all the things related to Products/Categories). So how can I close the MySQL connection in between the script. But I've tried to close the connection using my own database function "db_close()" in "__destroy" function but it doesn't work, in fact, it triggers an E_WARNING level error saying that "mysqli_thread_id() - expects parameter 1 to be MySQLi resource", "mysqli_close() - expects parameter 1 to be MySQLi resource", "mysqli_kill() - expects parameter 1 to be MySQLi resource". I hope you can solve the problem. Sir you have root access, so you can check my custom database functions in "/home/sgn/public_html/wn/config/SGSSPL.php". If it needs any changes you can tell me.
  10. I've not noticed. But in localhost maybe approximately 0.51 seconds the script takes to load.
  11. But I need at least 2 connections open until the script reaches it's end. And in addition, if needed I need to open another database in the members section.
  12. Please increase the Maximum column size of Indexes. i'm having problems on importing database in pma. And as well as if you can increase the 'max_user_connection' that will be great help as I'm also getting this error frequently.
  13. What I'll do with this? I've never worked with svg & Adobe Illustrator. How I can create my own icon set font with only one svg?
  14. Actually, I want to make a copy of "fa-facebook-square" of "font-awesome".
  15. To prevent your account to be suspended due to inactivity, you must have to login to your account at least once in a month through https://www.heliohost.org/login staying logged in from cpanel.yourdomain.com is not enough. I don't know why your account had suspended, but if your account was suspended due to inactivity then you can renew your account from https://www.heliohost.org/renew. Otherwise, the heliohost admins will definitely solve your problem. Secondly, if you've been forced to be logged out from cpanel, it may be because your external ip gets changed. You can view your IP at, http://www.whatsmyip.org/.
  16. @jotaceYes, the last line also contain a line-break like you did but he had merged the line-break with the header inside the quotation mark so it didn't worked. As it was the last line of his mail headers block, I've removed the line-break. And may beis another reason, the emails he used in the 'from' & 'cc' header it has not configured correctly so the email couldn't send.
  17. Ok, I'll try. Thanks for your help.
  18. I can't understand, why is developers console saying "Resource interpreted as stylesheet but transferred with MIME type text/html". Here is how it should look (Without HTTPS): Sir, I think, I've identified the problem. The problem is in .htaccess. I've redirected all requests to some directories to the index.php, that's why the Stylesheets loading as html as the request redirects to the index.php instead of "/global/styles.css" as access to the "/global/" directory redirects to "/index.php". But I still need help. I want .htaccess to redirect all requests to the specific directories to "/index.php". In fact, I want to show a forbidden page to those directories but instead of showing a forbidden page I want to redirect the user to the index.php. But not like one how it's working now, I want to redirect when user types in address bar.
  19. Hi, I've a strange problem with rendering/styling. My website is working and rendering/styling fine when using http but when I'm using HTTPS, the layout of the Website gets too odd. Here is the screenshot of the Website when using HTTPS: This is what's happening when visiting https://m.whatsnew.cf: And this is what's happening when visiting https://www.whatsnew.cf/mobile: Can anyone please help me?
  20. In your case, I don't think, HelioHost Administrators will allow you to operate two accounts. I've already tried to let them understand but they didn't. But I understand that, giving access to more than one accounts violates HelioHost's Terms & Conditions as well as being a free hosting service provider HelioHost is very limited to provide services to more than one accounts of the same person, so I've asked HelioHost Administrators to delete my both accounts and I've made a donation & signed up for a Tommy Account and hosted 3 websites as addon domains. You can also use your 2 account as addon domains.
  21. No, actually the problem were in the "\r\n" of cc header. I've marked the line. Remember, when setting the mail headers, the last added header can't contain a line break string, in your case, it was "\r\n".
×
×
  • Create New...