-
Posts
483 -
Joined
-
Last visited
-
Days Won
1
Everything posted by sagnik
-
I need to create a QRCode reader, which immediately gives the data of qrcode as it has read successfully and produces a beep sound. I've tried to find that type of library but I couldn't find almost anything. But yes, I've found one named "WebCodeCamJquery" but I couldn't implement it properly so it doesn't works. Here is the link to "WebCodeCam": https://atandrastoth.co.uk/main/pages/plugins/webcodecamjs/. It works perfectly on the website but not in mine.
-
Thanks for the information.
-
Sir, I've made a donation using "GoFundMe". Can you please tell me that, will I receive extra space or not?
-
Can I still make a donation for the FundRaiser? And if I donate now, am I going to receive extra storage?
-
Need help to replicate local mysql server with my heliohost mysql server
sagnik replied to sagnik's topic in Customer Service
Okay, I understand. Thanks for your help. -
Need help to replicate local mysql server with my heliohost mysql server
sagnik replied to sagnik's topic in Customer Service
Because, if I drop a column of a MySQL table on remote(live) server and if the column is being used by any php scripts that script/page will not work. That's why I'm still using two servers. -
Need help to replicate local mysql server with my heliohost mysql server
sagnik replied to sagnik's topic in Customer Service
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. -
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".
-
Thanks for explaining sir & @miwilc... I've understood everything, and I'm ready to donate.
-
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?
-
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?
-
What is the minimum amount of donation?
-
Sir, when I can register for an account on "Lily"?
-
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.