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

    Backend fetch failed

    This is a free user-wide issue that's happening currently
  3. datasync

    Forbidden - Passing URL Through Ajax POST

    Yes I've had a problem like this before on another website and Corey helped me through a very similar problem
  4. datasync

    Forbidden - Passing URL Through Ajax POST

    Why is it so hard to get help
  5. datasync

    Living

    Living
  6. 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...
  7. datasync

    Is cURL enabled for Free Users?

    Ah, perfect! Thank you friend.
  8. 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') ...
  9. 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...
  10. datasync

    Forbidden - Passing URL Through Ajax POST

    Thank you. Errors are now being logged, however Ajax is receiving a 403 forbidden when trying to post the variable when it includes a hyperlink. I think it has something to do with mod security
  11. 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.
  12. datasync

    FTP Error ~ Not Enough Disk Space

    Problem resolved @Dead-i
  13. datasync

    FTP Error ~ Not Enough Disk Space

    Hellooooooo
  14. 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...
  15. datasync

    Error : 552 Disk full

    I'm having a similar problem :/ What to do
  16. 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