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

[L4D & L4D2] Custom Player Stats v1.4B121


Post New Thread Reply   
 
Thread Tools Display Modes
ineedh3lp
Member
Join Date: Dec 2009
Old 04-12-2010 , 11:48   Re: [L4D & L4D2] Custom Player Stats v1.4B66
Reply With Quote #581

Nope. It's not that.

My website is working, it's just that the l4d stats do not display any background
ineedh3lp is offline
LordTurbat
BANNED
Join Date: Apr 2010
Old 04-12-2010 , 13:00   Re: [L4D & L4D2] Custom Player Stats v1.4B66
Reply With Quote #582

is there someone that can help my instal " l4d_stats_web.zip " whit WAMP ?
LordTurbat is offline
LordTurbat
BANNED
Join Date: Apr 2010
Old 04-12-2010 , 13:34   Re: [L4D & L4D2] Custom Player Stats v1.4B66
Reply With Quote #583

is not working the rankmenu !

here is my wamp localhost

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\l4d\index.php on line 37

Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\wamp\www\l4d\index.php on line 18
Left 4 Dead Player Stats




:

:









Copyright © 2010 muukis | Left 4 Dead Stats written for SourceMod


and erros in dedicated server are :

L 04/12/2010 - 207:12: [SM] Displaying call stack trace for plugin "l4d_stats.smx":
L 04/12/2010 - 207:12: [SM] [0] Line 5960, C:\L4D2\left4dead2\left4dead2\addons\sourcemo d\scripting\l4d_stats.sp:oFastQuery()
L 04/12/2010 - 207:12: [SM] [1] Line 1354, C:\L4D2\left4dead2\left4dead2\addons\sourcemo d\scripting\l4d_stats.sp::ConnectDB()
L 04/12/2010 - 207:12: [SM] [2] Line 564, C:\L4D2\left4dead2\left4dead2\addons\sourcemo d\scripting\l4d_stats.sp::OnPluginStart()
Executing dedicated server config file

Last edited by LordTurbat; 04-12-2010 at 13:37.
LordTurbat is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 04-12-2010 , 13:40   Re: [L4D & L4D2] Custom Player Stats v1.4B66
Reply With Quote #584

Quote:
Originally Posted by ineedh3lp View Post
Nope. It's not that.

My website is working, it's just that the l4d stats do not display any background
Are you sure your webstats are fully working besides the background, because to me it looks exactly like a problem kwski43 suggested a solution for. If you look at your browser loaded index.php source (HTML), what do you see at line 6?

Mine is this:
PHP Code:
<link href="./templates/default/style.css" rel="stylesheet" type="text/css" /> 
Yours is probably the same but without the full path for the css-file? Just a guess.
__________________
Monster Hunter

Though certainly not superhuman, the man's prowess inspires an excess of whispered rumors. But those rumors remain in the realm of speculation.
muukis is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 04-12-2010 , 13:46   Re: [L4D & L4D2] Custom Player Stats v1.4B66
Reply With Quote #585

Quote:
Originally Posted by LordTurbat View Post
is there someone that can help my instal " l4d_stats_web.zip " whit WAMP ?
This should give you a starter:
http://forums.alliedmods.net/showthr...MP#post1117743

and to your second post... your error report is only half of the actual error message you have in your logs.
__________________
Monster Hunter

Though certainly not superhuman, the man's prowess inspires an excess of whispered rumors. But those rumors remain in the realm of speculation.
muukis is offline
LordTurbat
BANNED
Join Date: Apr 2010
Old 04-12-2010 , 14:24   Re: [L4D & L4D2] Custom Player Stats v1.4B66
Reply With Quote #586

is posible if i dont have a web stats that the plugin rankmenu works ?
LordTurbat is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 04-12-2010 , 15:23   Re: [L4D & L4D2] Custom Player Stats v1.4B66
Reply With Quote #587

Quote:
Originally Posted by LordTurbat View Post
is posible if i dont have a web stats that the plugin rankmenu works ?
Quote:
Originally Posted by muukis View Post
You will have to create the database tables for the plugin to work, and for now the only way of doing that is with the PHP-scripts. You do not have to have a website for this, just copy the queries from the scripts and run them at your database, or execute the table scripts to create the tables and then delete all webstats related.
In short: yes, it is possible.

Are you able to execute PHP-scripts of any kind?
If yes, copy a modified config.php and createtables.php at one directory, then execute createtables.php.
If no, strip the queries out of createtables.php and execute all of them to your database using any method you can.
This way you do not need any PHP-scripts or the webstats for the plugin (rankmenu if you must) to operate.
__________________
Monster Hunter

Though certainly not superhuman, the man's prowess inspires an excess of whispered rumors. But those rumors remain in the realm of speculation.

Last edited by muukis; 04-12-2010 at 15:28.
muukis is offline
LordTurbat
BANNED
Join Date: Apr 2010
Old 04-12-2010 , 15:48   Re: [L4D & L4D2] Custom Player Stats v1.4B66
Reply With Quote #588

this plugin have big problems , what do i need to do to make l4dstats.smx to work whit no webzip ?

this ?
Are you able to execute PHP-scripts of any kind?
If yes, copy a modified config.php and createtables.php at one directory, then execute createtables.php.
If no, strip the queries out of createtables.php and execute all of them to your database using any method you can.
This way you do not need any PHP-scripts or the webstats for the plugin (rankmenu if you must) to operate. __________________
LordTurbat is offline
LordTurbat
BANNED
Join Date: Apr 2010
Old 04-12-2010 , 15:49   Re: [L4D & L4D2] Custom Player Stats v1.4B66
Reply With Quote #589

im sry if i create problems here but i need so much this plugin

i dont hnow what to do to make it work just whit the l4dstats.smx and l4dstats.txt ! if thats posible
LordTurbat is offline
ineedh3lp
Member
Join Date: Dec 2009
Old 04-13-2010 , 02:05   Re: [L4D & L4D2] Custom Player Stats v1.4B66
Reply With Quote #590

Quote:
Originally Posted by muukis View Post
Are you sure your webstats are fully working besides the background, because to me it looks exactly like a problem kwski43 suggested a solution for. If you look at your browser loaded index.php source (HTML), what do you see at line 6?

Mine is this:
PHP Code:
<link href="./templates/default/style.css" rel="stylesheet" type="text/css" /> 
Yours is probably the same but without the full path for the css-file? Just a guess.

Snap! You're right.

The plugin works without problems, saves and retrieves data from the database, but the webstats were not working

My 6th line on index.php displayed:
Code:
<link href="./templates/<?=$stylesheet;?>" rel="stylesheet" type="text/css" />
Thing is that I was so stupid that evening I didn't check for all occurances of "short_open_tag" in my php.ini and I've enabled it before it got disabled again. @_@

Thank you for your support!
ineedh3lp 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 08:22.


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