Search results

  1. S

    Can't reset password

    It has been a few years since I have used this website but need it now. I can login to the community forums just fine. If I try to login to x10hosting, I get "These credentials do not match our records." If I try to reset the password, I get this "A password reset email was sent if the provided...
  2. S

    Is there a cURL Request Limit?

    I use these lines to separate them into Chunks but I'm not sure how to go through the first Chunk and then the next one. $gamertags = $_POST['data']; $gamertagChunks = array_chunk($gamertags, 20); Could you help?
  3. S

    Is there a cURL Request Limit?

    I'm using the Free X10 Hosting and am using the curl_multi_exec method to request data from multiple URLs at the same time simply to be faster. I was requesting 3 URLs for 37 users (111 URLs) users with this method to get data. It always returns 20 and the rest are null. The URLs are good and...
Top