Search results

  1. datasync

    MySQL Backup via PHP

    Hey, I'm currently looking for a script that will allow me to back up my database that I'll run through a cron job in PHP. I've tried countless other scripts but to no avail, i forget that I'm on a shared hosting server so my options are limited, granted that's totally fair, I need to figure out...
  2. datasync

    Can Free Users use MaxMind's GeoIP?

    I've noticed that using an outsourced geoip call causes my page to run slowly sometimes, so I decided I'd try to install the script on my own page rather than using the source of someone elses that I'm sure thousands are probably using as well. So, is it possible for free users to install...
  3. datasync

    Is cURL enabled for Free Users?

    I tried testing to see if curl works using the following code, and it says that it is enabled, however when I check to see if a website exists, it keeps returning true even though the website doesn't exist. This says that cURL is enabled: echo 'Curl: ', function_exists('curl_version') ...
  4. datasync

    Forbidden - Passing URL Through Ajax POST

    Because no one decided to pay attention and help me, I'll post this again. MOD security is messing up my website, preventing me from posting a URL in one of my forms. Although it allows me to post a url in one dialog, it doesn't allow it for another. POSTing a url through AJAX POST returns a...
  5. datasync

    Forbidden - Passing URL Through Ajax POST

    I keep receiving an error every time I try to pass a URL through Ajax, I'm unable to generate a php error log for some reason either. The response that I receive is simply "Forbidden" which I assume is a 403 error.
  6. datasync

    FTP Error ~ Not Enough Disk Space

    I keep receiving an error whilst trying to upload files, what's going on? Started: 2015-06-03 1:54 AM login.php - error occurred - An FTP error occurred - cannot put login.php. There is not enough disk space on the server to perform this action. File activity incomplete. 1 file(s) or...
  7. datasync

    PHP Session Problem in Private Browsers

    I'm developing an analytics script that people will be able to add to their page in order to track visitor data. One of the issues I've come across is devising a way to track individual's sessions when they're viewing someone's page from a private browser (I.e. Incognito). This is the script...
Top