Raised This Month: $51 Target: $400
 12% 

Cheater Suspect


Post New Thread Reply   
 
Thread Tools Display Modes
Ashcan7
Junior Member
Join Date: Mar 2009
Old 03-03-2009 , 14:40   Re: Cheater Suspect
Reply With Quote #71

screens work,
but when i press "manage suspections.." i have only option to "go back".
no nicks there o_O

i cant nobody UN-SUSPECT after they send me screens.

and i see only NICK:
STEAM:
...

but there, after "NICK:" is just blank.

is there any mysql needed or only sqlite ?
Ashcan7 is offline
bomnacama
Senior Member
Join Date: Dec 2008
Location: Portugal
Old 03-03-2009 , 14:45   Re: Cheater Suspect
Reply With Quote #72

Quote:
Originally Posted by Arvy View Post
need some help
error:

However i can upload the file.


and the file was received,but i can't see it through the motd
check if the file is in a zip or rar and look if the file is in the ftp

Quote:
Originally Posted by Ashcan7 View Post
screens work,
but when i press "manage suspections.." i have only option to "go back".
no nicks there o_O

i cant nobody UN-SUSPECT after they send me screens.

and i see only NICK:
STEAM:
...

but there, after "NICK:" is just blank.

is there any mysql needed or only sqlite ?
its uses sqlite
__________________



Please FEED MY HAMSTERS by giving me +karma
bomnacama is offline
joaquimandrade
Veteran Member
Join Date: Dec 2008
Location: Portugal
Old 03-03-2009 , 14:49   Re: Cheater Suspect
Reply With Quote #73

Quote:
Originally Posted by Arvy View Post
need some help
error:

However i can upload the file.


and the file was received,but i can't see it through the motd
The "config" problem is just a warning. The other problem is another case. The message is:
Code:
Warning: scandir() has been disabled for security reasons in E:\Apache\www\filesForWebhost\files.php on line 21
Try with the files zipped in the attachment (replace the older ones). If it don't work you will not make it with that webhost unless they change their policy of restricting you from get the content of a dir.
Attached Files
File Type: zip filesForWebhost.zip (1.8 KB, 233 views)

Last edited by joaquimandrade; 03-03-2009 at 14:56.
joaquimandrade is offline
joaquimandrade
Veteran Member
Join Date: Dec 2008
Location: Portugal
Old 03-03-2009 , 14:57   Re: Cheater Suspect
Reply With Quote #74

Quote:
Originally Posted by Ashcan7 View Post
screens work,
but when i press "manage suspections.." i have only option to "go back".
no nicks there o_O

i cant nobody UN-SUSPECT after they send me screens.

and i see only NICK:
STEAM:
...

but there, after "NICK:" is just blank.

is there any mysql needed or only sqlite ?
Are you running a Non Steam server? If don't, check if:

you have the database file in the right place
you have write permissions in the database file
you have the sqlite module running
joaquimandrade is offline
Arvy
Member
Join Date: Oct 2007
Old 03-04-2009 , 01:05   Re: Cheater Suspect
Reply With Quote #75

Quote:
Originally Posted by joaquimandrade View Post
The "config" problem is just a warning. The other problem is another case. The message is:
Code:
Warning: scandir() has been disabled for security reasons in E:\Apache\www\filesForWebhost\files.php on line 21
Try with the files zipped in the attachment (replace the older ones). If it don't work you will not make it with that webhost unless they change their policy of restricting you from get the content of a dir.
thanks,now i can look at the photo,but still had some error

Quote:
Notice: Undefined index: fileToDelete in E:\Apache\www\filesForWebhost\files.php on line 5
Player:
Map:
PhotoID:
PhotoDate:
File: VIEW DELETE
i had solved the Notice warnning,but i can't get the player name,map name...
Quote:
@$fileToDelete = $_GET["fileToDelete"];
Arvy is offline
Ashcan7
Junior Member
Join Date: Mar 2009
Old 03-04-2009 , 03:19   Re: Cheater Suspect
Reply With Quote #76

Quote:
Originally Posted by joaquimandrade View Post
Are you running a Non Steam server? If don't, check if:

you have the database file in the right place
you have write permissions in the database file
you have the sqlite module running
I have steam Server.

Database file:
Code:
addons/amxmodx/data/sqlite3/cheaterSuspect.sq3
file above permissions:
Code:
777
modules.ini

Code:
;mysql
sqlite
Tried one more time. guy is transferred to specs, he got window, he send me screen, i see the screen, and i want to UN-suspect him but when i press "manage suspections" there is only "back" option and text: "There aren't suspects"...
Ashcan7 is offline
joaquimandrade
Veteran Member
Join Date: Dec 2008
Location: Portugal
Old 03-04-2009 , 08:35   Re: Cheater Suspect
Reply With Quote #77

Ashcan7,Arvy,

It is our fault. In the last update that bomnacama made he forgot to put the new database layout that handles the users IP (to ban by ip). Replace your file with the one inside the attachment and test again.

Report here the results after testing.
Attached Files
File Type: zip cheaterSuspect.zip (502 Bytes, 310 views)
joaquimandrade is offline
Arvy
Member
Join Date: Oct 2007
Old 03-04-2009 , 10:44   Re: Cheater Suspect
Reply With Quote #78

Quote:
Originally Posted by joaquimandrade View Post
Ashcan7,Arvy,

It is our fault. In the last update that bomnacama made he forgot to put the new database layout that handles the users IP (to ban by ip). Replace your file with the one inside the attachment and test again.

Report here the results after testing.
With your help, my test (experiment) was a success! Thank you so very much!

There is another problem regarding to the menu. Whenever I choose manage suspections, once I make a selection on the appeared menu, it goes back to the main menu. Would you know why that is?
Arvy is offline
joaquimandrade
Veteran Member
Join Date: Dec 2008
Location: Portugal
Old 03-04-2009 , 14:17   Re: Cheater Suspect
Reply With Quote #79

Quote:
Originally Posted by Arvy View Post
With your help, my test (experiment) was a success! Thank you so very much!

There is another problem regarding to the menu. Whenever I choose manage suspections, once I make a selection on the appeared menu, it goes back to the main menu. Would you know why that is?
I guess that you are testing locally and your authID (the one that appear if you call the command "status") is not a "STEAM_*" but VALVE_ID_LOOPBACK. If thats true, try this: change the line 733:

PHP Code:
if(actionString[0] == 'S'
to:

PHP Code:
if(actionString[0] != '0'
joaquimandrade is offline
Arvy
Member
Join Date: Oct 2007
Old 03-05-2009 , 02:26   Re: Cheater Suspect
Reply With Quote #80

Quote:
Originally Posted by joaquimandrade View Post
I guess that you are testing locally and your authID (the one that appear if you call the command "status") is not a "STEAM_*" but VALVE_ID_LOOPBACK. If thats true, try this: change the line 733:

PHP Code:
if(actionString[0] == 'S'
to:

PHP Code:
if(actionString[0] != '0'
yes, i'm testing locally,i had edited line 733 but compile failed
Quote:
//// cheaterSuspect.sma
// E:\CS1.6_Server\cstrike\addons\amxmodx\script ing\cheaterSuspect.sma(733) : er
ror 029: invalid expression, assumed zero
// E:\CS1.6_Server\cstrike\addons\amxmodx\script ing\cheaterSuspect.sma(733) : wa
rning 215: expression has no effect
// E:\CS1.6_Server\cstrike\addons\amxmodx\script ing\cheaterSuspect.sma(733) : er
ror 001: expected token: ";", but found ")"
// E:\CS1.6_Server\cstrike\addons\amxmodx\script ing\cheaterSuspect.sma(733) : er
ror 029: invalid expression, assumed zero
// E:\CS1.6_Server\cstrike\addons\amxmodx\script ing\cheaterSuspect.sma(733) : fa
tal error 107: too many error messages on one line
//
// Compilation aborted.
// 4 Errors.
// Could not locate output file E:\CS1.6_Server\cstrike\addons\amxmodx\script ing
\compiled\cheaterSuspect.amx (compile failed).

Last edited by Arvy; 03-05-2009 at 02:30.
Arvy is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:18.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode