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

N1G-CS:S-RANK - CS:S Ranking with optional Webinterface


Post New Thread Reply   
 
Thread Tools Display Modes
Deblu
Junior Member
Join Date: Aug 2009
Old 08-02-2009 , 19:42   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
Reply With Quote #101

I put in a correct (!) webrank URL and it keeps saying 404 not found.

Edit:
The URL needs to finish with a Slash (/).
Maybe it'd be useful to make it that way at line 1168:
Format(showrankurl, sizeof(showrankurl), "%s/player.php?steamid=%s&time=%i",rankurl,UsrSte amID,GetTime())

instead of this:
Format(showrankurl, sizeof(showrankurl), "%splayer.php?steamid=%s&time=%i",rankurl,Usr SteamID,GetTime())

Double slash doesn't matter. Missing slash does

Edit2:
Anyways now I encounter the problem that the whole things is black. I cannot see the stats.
If I access the URL directly via Firefox, it works all fine.

Last edited by Deblu; 08-02-2009 at 19:53.
Deblu is offline
Timiditas
Senior Member
Join Date: Apr 2009
Old 08-11-2009 , 08:21   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
Reply With Quote #102

Quote:
L 08/11/2009 - 141:08: SourceMod error session started
L 08/11/2009 - 141:08: Info (map "de_dust2") (file "errors_20090811.log")
L 08/11/2009 - 141:08: [SM] Native "IsFakeClient" reported: Client 4 is not connected
L 08/11/2009 - 141:08: [SM] Displaying call stack trace for plugin "n1g-css-stats.smx":
L 08/11/2009 - 141:08: [SM] [0] Line 774, C:\spiele\!Steam\steamapps\timiditas\source dedicated server\cstrike\addons\sourcemod\scripting\n1g-css-stats.sp::Menu_playerlist()
L 08/11/2009 - 141:08: [SM] [1] Line 764, C:\spiele\!Steam\steamapps\timiditas\source dedicated server\cstrike\addons\sourcemod\scripting\n1g-css-stats.sp::listplayers()
L 08/11/2009 - 141:08: [SM] [2] Line 554, C:\spiele\!Steam\steamapps\timiditas\source dedicated server\cstrike\addons\sourcemod\scripting\n1g-css-stats.sp::Command_Say()
__________________


Last edited by Timiditas; 08-11-2009 at 22:43.
Timiditas is offline
Raptor10
Senior Member
Join Date: Nov 2008
Old 08-11-2009 , 15:05   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
Reply With Quote #103

Hi , I hawe few questions about this stats plugin:

1. Do I have any chance to reduce the show up time panel ?

2. I tryied to copy all plugin cvars in a .cfg that is loaded by server.cfg and I changed few values like knife kill 5 points but nothing change. It is possible to change the default values ?

thank for answering me
Raptor10 is offline
Timiditas
Senior Member
Join Date: Apr 2009
Old 08-12-2009 , 04:01   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
Reply With Quote #104

Plugin taken over by permission of alliedmods user "r5053", original author of this TF2 port
__________________


Last edited by Timiditas; 06-01-2010 at 14:54.
Timiditas is offline
Fire
Junior Member
Join Date: Sep 2009
Old 09-05-2009 , 08:45   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
Reply With Quote #105

Hi everybody,

I had a little problem with this rank system.

Because i found it really nice i will use it and no other ;-)

Errorlog:
L 09/04/2009 - 00:48:49: [SM] Displaying call stack trace for plugin "n1g-css-stats.smx":

More errors in the attachments ;-)


I dont know where the error is i added following in config/databased.cfg
"cssstats"
{
"driver" "mysql"
"host" "localhost"
"database" "usr_web110691_2"
"user" "XXX"
"pass" "XXX"
//"timeout" "0"
"port" "3306"
}

but no tables are inside the database...

Please help me

Fire
Attached Files
File Type: zip errors_20090904.zip (5.7 KB, 97 views)
Fire is offline
Timiditas
Senior Member
Join Date: Apr 2009
Old 09-05-2009 , 09:14   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
Reply With Quote #106

Quote:
Originally Posted by Fire View Post
Hi everybody,

I had a little problem with this rank system.

Because i found it really nice i will use it and no other ;-)

Errorlog:
L 09/04/2009 - 00:48:49: [SM] Displaying call stack trace for plugin "n1g-css-stats.smx":

More errors in the attachments ;-)


I dont know where the error is i added following in config/databased.cfg
"cssstats"
{
"driver" "mysql"
"host" "localhost"
"database" "usr_web110691_2"
"user" "XXX"
"pass" "XXX"
//"timeout" "0"
"port" "3306"
}

but no tables are inside the database...

Please help me

Fire
Your error log is full of this:
PHP Code:
[SMNative "SQL_TQuery" reportedInvalid database Handle 0 (error4
Which means that the initial database connection could not be established in the first place. Check your database settings for the correct login data.
__________________

Timiditas is offline
Fire
Junior Member
Join Date: Sep 2009
Old 09-05-2009 , 09:26   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
Reply With Quote #107

Ahh i see...

but the login is correct :/
Fire is offline
Timiditas
Senior Member
Join Date: Apr 2009
Old 09-05-2009 , 09:34   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
Reply With Quote #108

Quote:
Originally Posted by Fire View Post
Ahh i see...

but the login is correct :/
Check the other sourcemod logfiles (non-error logs) for any additional error messages from this plugin, which could reveal the cause of the failure.
Also, if you look at this posting, you will notice that this plugins version is no longer supported. Try to upgrade to 0.4.7 first and see if that fixes your problem.
It would be cool if this could be unapproved and closed.
__________________


Last edited by Timiditas; 09-05-2009 at 09:36.
Timiditas is offline
Fire
Junior Member
Join Date: Sep 2009
Old 09-05-2009 , 09:41   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
Reply With Quote #109

Ohh ok i will do that thanks

sry4posting here...
Fire is offline
Timiditas
Senior Member
Join Date: Apr 2009
Old 09-07-2009 , 06:24   Re: N1G-CS:S-RANK - CS:S Ranking with optional Webinterface
Reply With Quote #110

Quote:
Originally Posted by Fire View Post
Ohh ok i will do that thanks

sry4posting here...
Don't worry. It wasn't my intension to sound upset, if that is how you percieved it.
__________________

Timiditas 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 03:43.


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