Hello, I have a problem with this program http://www.eliteweaver.co.uk/antifraud/script.php?page=Home They do not have any support so I've come here for help' I signed up as an affiliate to my own site to test it out, deleted the account. Then when If anyone goes back to the sign up page it says sign up is disabled to oprevent spam Now, the program says its set up to only allow 1 sign up every 6 hours, I understand that. But its been well over 6 hours since I signed up but Im still getting the anti spam message. Would anyone know what line of code I would have to edit to take off the 6 hour interval? I have attached what I believe to be the file thats causing this. thanks for your hellp
hello, trying to understand that code is very complicated since it is not commented, but I think that you can reduce the 6 hours limit by changing one line of code: $expireseconds = "21600"; Code (markup): Just put in a smaller number and the session will expire sooner. hope it works, Daniel
haha! thanks man, but I had tired that. I also searched for the 21600 in every other document that came with the script, and change that to 1 also, it still didnt work. But I had to do after hours of searching, is go into my mysql database and delete a store session... I think changing that variable would work if i changed it before install, but im not going to install all over so ill just do it like this