View Single Post
  #3  
Old 2nd August 2008, 06:17
DrNet's Avatar
DrNet DrNet is offline
Senior Member
 
Join Date: May 2008
Posts: 184
Default
Quote:
Originally Posted by skygate View Post
Not sure what version you are running ... so the generic solution is ...

... in the control panel ... tracker settings ... there is a section called staff ... here you need to enter the staff name and corresponding unser number (ID) ...


so if your account names are say 'admin' and say 'fred' , whose ID's are 1 and 234 respectively, then you will need to enter the following ...

admin 1 fred 234

That's it !

its a simple bit of PHP code which grabs these values in the page checks ... if it does not find a name / ID pair in the array ... you get hacking attempt message ...

... if you have the source code ... decrypted version ... you can simply see the whole thing and make whatever changes you think appropriate ... that's if you don't like how the current system works ;-)

Hope this helps you :-)
Thanks for help man , it's fixed now :)
Reply With Quote