Looking for file
IP: 2.110.27.122<br>
United States<br>
2.110.27.122 - us -
File appears to be valid, checking your version number.
Checking your file
Found CensusPlus Database
Found CensusPlus Info Data
Found Locale => Locale: EU <Found> Version: 6.2.0 <=
Attempting to make entry
Getting User/pass
Username : FuxieDK<Error> Unable to query : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3 on line: 285 of /home/wrlogin/html/uniupload.php
Doing census mainly on Draenor; Raluf - Nimsay - Lusmo - Quixx - Sosyan - Garthog - Trubin - Zalistra - Zesmi and Djaang
Usually that error code happens when you've tried to upload too close together - I see on your profile that you have two uploads seven minutes apart, so maybe that's the cause? Not sure why it's different by uploading via the site than UniUploader, granted, but that might at least be the explanation!
The error that was reported was due to uploads happening with too short a time interval between them.
I need to write up what I think I am seeing and send it to Metalbeast for his decisions as it is a server administration issue.
You have to remember that we have had multiple admins and untold number of server resource upgrades.
So what made sense at one time, might not make sense later.. and then might again make sense even later.(such as possibly now.)
IT APPEARS
That UniUploader uploads are coded to fail if the same uploader does two or more uploads in a 30 minute period.
[This is hard coded in the file.. it ought to be coded on a variable so it can be changed with out having to search for the code lines.]
IT APPEARS
The the back side processing of a straight web upload will allow a faster upload rate...
but looking at the code I am a little puzzled. (I am not a high grade php coder)
If what I think is happening ...
it isn't working as expected.
which is a good thing.. maybe
since if a systems level override isn't enabled..
the minimum time between uploads would be 60 minutes and any faster uploading would only result in deleting the previous upload.
Trying to game the site to do faster uploading ...
such as alternating between UniUploader and web upload
will FAIL.
As both upload paths use the same database table to track user uploads.