View Single Post
  #42  
Old 27th September 2008, 15:12
RikT RikT is offline
Senior Member
 
Join Date: Sep 2008
Posts: 34
Default your problem with passkey
Quote:
Originally Posted by KustomizeR View Post
I have this problem:
my passkey always changes....why is that?I had correctly field the announce.php file with my tracker`s database details and the problem still running...:( what should i do?
You need to add this sql query into your db this will stop the passkey keep changing

Code:
ALTER TABLE users ADD passkey VARCHAR(32) NOT NULL;
hope this helps you
Reply With Quote