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

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


Post New Thread Reply   
 
Thread Tools Display Modes
LordTurbat
BANNED
Join Date: Apr 2010
Old 08-08-2010 , 14:50   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #981

webhosting its not the same as a dedicated server
LordTurbat is offline
Rul0r
New Member
Join Date: Aug 2010
Old 08-09-2010 , 08:32   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #982

Quote:
Originally Posted by Rul0r View Post
good morning,

thanks for your reply ki1418z!

1. i am using parrallel confixx and i am unable to rename my that database.
was it possible so it like this way:

"usr_web1_8" instead of "l4dstats"
{
"driver" "mysql"
"host" "l4d2.bass-it.de"
"database" "usr_web1_8"
"user" "web1"
"pass" "*****"
//"timeout" "0"
"port" "3306"
}

2. i am using default port 3306 or.....

srv01:~# netstat -tulap | grep 3306
srv01:~# netstat -tulap | grep 9407
tcp 0 0 localhost:mysql *:* LISTEN 9407/mysqld

srv01:~# cat /etc/services | grep 3306
mysql 3306/tcp
mysql 3306/udp


thanks again for a reply.

cheers Rul0r
Good morning guys,

thanks for your help!
Database connection works now!
but i am getting a lots of, PHP error massages, cames from common.php..

could you please, have a look, again?
http://l4d2.bass-it.de

many be you have an idea.

Thanks!

cheers and regards

Tobi
Rul0r is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 08-09-2010 , 09:27   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #983

Quote:
Originally Posted by LordTurbat View Post
someone plz make a youtube video tp learn us to instal this
Sorry, but I am not interested in doing such videos. The reason is because of the vast number of different system configurations. If there was an universal way of doing the installation I would do it. If you give some system specs, maybe someone that knows it can give you assistance. What people need to know is your web, DB and game server hosting service provider names etc. Sorry I can't be more helpful.

Quote:
Originally Posted by Rul0r View Post
Good morning guys,

thanks for your help!
Database connection works now!
but i am getting a lots of, PHP error massages, cames from common.php..

could you please, have a look, again?
http://l4d2.bass-it.de

many be you have an idea.

Thanks!

cheers and regards

Tobi
The PHP code is pretty messy, I know. I'm not very familiar with it. You can do this to fix your problem: LINK

Look up your php.ini, search for error_reporting and set it like this:
PHP Code:
error_reporting  =  E_ALL & ~E_NOTICE 
__________________
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
Rul0r
New Member
Join Date: Aug 2010
Old 08-09-2010 , 09:52   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #984

Quote:
Originally Posted by muukis View Post
Sorry, but I am not interested in doing such videos. The reason is because of the vast number of different system configurations. If there was an universal way of doing the installation I would do it. If you give some system specs, maybe someone that knows it can give you assistance. What people need to know is your web, DB and game server hosting service provider names etc. Sorry I can't be more helpful.

The PHP code is pretty messy, I know. I'm not very familiar with it. You can do this to fix your problem: LINK

Look up your php.ini, search for error_reporting and set it like this:
PHP Code:
error_reporting  =  E_ALL & ~E_NOTICE 
HI muukis,

thanks for your help!
but that was i already set, at my php.ini

Maybe i need to change samething at the httpd options?

here are, what was present at my php.ini

;########### PARALLELS CONFIXX SECTION ###########
file_uploads = 1
upload_tmp_dir = "/var/www/vhosts/web1/phptmp/"
;############ PHP specials ###########
error_reporting = 2047
display_errors = on
log_errors = off
error_reporting = 2047
display_errors = on
log_errors = off
register_globals = off
register_globals = off
safe_mode = off
safe_mode = off


Thanks Regards Rul0r
Rul0r is offline
Crotan
Junior Member
Join Date: Aug 2010
Old 08-09-2010 , 19:41   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #985

Quote:
Originally Posted by muukis View Post
You have to make sure that the connection from your game server to your db server is allowed. Testing does the db allow connections i.e. from your home computer does not make sure your db allows connections from the game server. Most of the free db server providers does not allow external connections. They may allow remote connections, but most of them only allow connections from local network.
We have multiple mySQL databases at this host, including a vbulletin forums and BC2 leaderboard. this is all from hostgator

We've had this working in the past when we had multiple left4dead servers on a dedicated box along with other gameservers, but since we moved to a single pay per slot left4dead server I've had no such luck setting it up again and will likely do a full wipe of the left4dead stats components and start from scratch.
Crotan is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 08-10-2010 , 04:24   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #986

Quote:
Originally Posted by Rul0r View Post
HI muukis,

thanks for your help!
but that was i already set, at my php.ini

Maybe i need to change samething at the httpd options?

here are, what was present at my php.ini

;########### PARALLELS CONFIXX SECTION ###########
file_uploads = 1
upload_tmp_dir = "/var/www/vhosts/web1/phptmp/"
;############ PHP specials ###########
error_reporting = 2047
display_errors = on
log_errors = off
error_reporting = 2047
display_errors = on
log_errors = off
register_globals = off
register_globals = off
safe_mode = off
safe_mode = off


Thanks Regards Rul0r
You need to block the notices. Read this. Try 2039 which is the same as 2047 but without E_NOTICE (8).
__________________
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
Danny_l4d
Senior Member
Join Date: Feb 2010
Old 08-11-2010 , 16:14   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #987

Muukis, you helped me a lot already,
but having some error in log file what I cannot find out what it is and searching didnt help me either.

Quote:
Displaying call stack trace for plugin "l4d_stats.smx":
[0] Line 10850, /home/groups/alliedmodders/forums/files/5/2/0/8/2/66015.attach::StatsPrintToChatPreFormatted2()
[1] Line 10841, /home/groups/alliedmodders/forums/files/5/2/0/8/2/66015.attach::StatsPrintToChatPreFormatted()
[2] Line 10824, /home/groups/alliedmodders/forums/files/5/2/0/8/2/66015.attach::StatsPrintToChat()
[3] Line 10548, /home/groups/alliedmodders/forums/files/5/2/0/8/2/66015.attach::UpdateMapTimingStat()
Native "PrintToChat" reported: Client 3 is not in game
LDisplaying call stack trace for plugin "l4d_stats.smx":
[0] Line 10850, /home/groups/alliedmodders/forums/files/5/2/0/8/2/66015.attach::StatsPrintToChatPreFormatted2()
1] Line 10841, /home/groups/alliedmodders/forums/files/5/2/0/8/2/66015.attach::StatsPrintToChatPreFormatted()
[2] Line 10824, /home/groups/alliedmodders/forums/files/5/2/0/8/2/66015.attach::StatsPrintToChat()
[3] Line 10538, /home/groups/alliedmodders/forums/files/5/2/0/8/2/66015.attach::UpdateMapTimingStat()

this I get 16 to 20 times in a row. mabye you know what it is

Danny
__________________
Danny_l4d is offline
LordTurbat
BANNED
Join Date: Apr 2010
Old 08-21-2010 , 10:56   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #988

someone hnow the idi for this ? http://steamcommunity.com/games/L4D2

ID: ???
LordTurbat is offline
ragnasin
Junior Member
Join Date: May 2010
Old 08-22-2010 , 22:50   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #989

yo muukis, i got this when i try to compile

/groups/sourcemod/upload_tmp/textSuDsMb.sp(1775) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(1783) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(1785) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(1809) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(1811) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(1965) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(1967) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(1977) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(1979) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(2364) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(2369) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(361 : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(3619) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(3711) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(3712) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(9277) : warning 213: tag mismatch
Header size: 14372 bytes
Code size: 214708 bytes
Data size: 209000 bytes
Stack/heap size: 16384 bytes; Total requirements: 454464 bytes

16 Warnings.
i didn't change anything from the script, what should i do??
ragnasin is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 08-23-2010 , 01:59   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #990

Quote:
Originally Posted by Danny_l4d View Post
Muukis, you helped me a lot already,
but having some error in log file what I cannot find out what it is and searching didnt help me either.




this I get 16 to 20 times in a row. mabye you know what it is

Danny
Seems like I've missed a check on some of the functionality. I haven't had any of those, but I'll fix those in the next update (which isn't on my top priority right now.)

Quote:
Originally Posted by ragnasin View Post
yo muukis, i got this when i try to compile

/groups/sourcemod/upload_tmp/textSuDsMb.sp(1775) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(1783) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(1785) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(1809) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(1811) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(1965) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(1967) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(1977) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(1979) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(2364) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(2369) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(361 : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(3619) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(3711) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(3712) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/textSuDsMb.sp(9277) : warning 213: tag mismatch
Header size: 14372 bytes
Code size: 214708 bytes
Data size: 209000 bytes
Stack/heap size: 16384 bytes; Total requirements: 454464 bytes

16 Warnings.
i didn't change anything from the script, what should i do??
My Source Pawn skills are limited and I don't know how to clean up those warnings. You can ignore those warnings, the plugin works just fine with the them in the compiler output.
__________________
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
Reply


Thread Tools
Display Modes

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 06:30.


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