Recent content by staffing

  1. staffing

    is x10hosting down for anyone?

    I'm experiencing a backend fetch error as well
  2. staffing

    Data Image base64 Upload to Directory

    Fixed! Thank you very much kind sir!
  3. staffing

    Data Image base64 Upload to Directory

    Hey I wanted to know how to convert a base64 data:image to a link on my website, I have this article poster and when you upload images it'll use the base64 link instead of uploading automatically, so I wanted to create a function that would grab the base64 link, covert it/upload it to my images...
  4. staffing

    503 Backend Fetch Error

    I keep receiving this error every time I try to visit my site, is there a reason for this or have I just somehow managed to mess up my site?
  5. staffing

    403 (Forbidden) Error AJAX Request

    I've messaged you and explained how to reproduce the error, thank you!
  6. staffing

    403 (Forbidden) Error AJAX Request

    I wanted to know if you've had any recent updates regarding this issue? Thank you
  7. staffing

    403 (Forbidden) Error AJAX Request

    Alright thank you, I'm looking forward to your solution
  8. staffing

    403 (Forbidden) Error AJAX Request

    I've reproduced the error at 10:11 PM EST (Residing in Toronto, Ontario - Canada)
  9. staffing

    403 (Forbidden) Error AJAX Request

    The typical values are either 'location', 'employee','edit', or 'fill' (Edit and Fill function appropriately) Data sent in the POST for location and employee (this is me editing a table/UPDATing it) post_data = {'code': <?php echo('"'.$code.'"'); ?>, 'fname': John, 'sname': Doe, 'gender': Male...
  10. staffing

    403 (Forbidden) Error AJAX Request

    This is a result of the mod security update on Free Hosting Services I use this code to create ajax requests for certain forms/functions: //Ajax post data to server $.post('update.php?action=<?php echo($edit); ?>', post_data, function (response) { //load json data...
  11. staffing

    403 (Forbidden) Error AJAX Request

    Yes that's what I mean, doing updates for some functions work while others dont, and Inserts in genera don't work at all
  12. staffing

    403 (Forbidden) Error AJAX Request

    I understand that you've updated the mod rewrite for the Apache servers to limit spamming, but my website no longer functions accordingly, certain functions I am limited to producing due to this issue. I can now no longer use ajax requests to update certain SQL queries, however at the same time...
  13. staffing

    CSS/JS Uploading Issues

    Your solution worked marvelously! Thank you! :)
  14. staffing

    CSS/JS Uploading Issues

    This didn't work unfortunately.
Top