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

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


Post New Thread Reply   
 
Thread Tools Display Modes
P00kster
Member
Join Date: Aug 2015
Old 04-29-2016 , 13:56   Re: [L4D & L4D2] Custom Player Stats v1.4B121
Reply With Quote #1791

Muukis, I believe I found the problem with the PHP scripts. In the newest builds of PHP, they changed name of the MySQL extension to MySQLi. So instead of calling for the mysql PHP extension, you would need to call for the mysqli extension. This should fix the PHP issues.

Update: It's confirmed on the PHP website that the MySQL extension is now depreciated. See here for more info:

http://php.net/manual/en/migration55.deprecated.php

Update #2: Wow, looks like it's not a simple change after all. See post below for more information:

http://stackoverflow.com/questions/2...ns-with-mysqli

Last edited by P00kster; 04-29-2016 at 14:09.
P00kster is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 05-03-2016 , 03:17   Re: [L4D & L4D2] Custom Player Stats v1.4B121
Reply With Quote #1792

I'll try to make some time and do an update.

Meanwhile... I will most certainly do an extensive update once this hits the open market: http://www.valvetime.net/threads/sou...leaked.244266/
__________________
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
isolayer8
New Member
Join Date: May 2016
Old 05-10-2016 , 09:30   Re: [L4D & L4D2] Custom Player Stats v1.4B121
Reply With Quote #1793

Hi,

I saw some of the php files are encoded as UTF8 with BOM.

It causes issue with include, e.g Warning: Cannot modify header information - headers already sent by (output started at xxxxx/language.en.php:1) in xxxxx/includes/core/wizard.php on line 797

Please correct them to use UTF8 without BOM

Here is the list:

modified: awards.php
modified: common.php
modified: index.php
modified: lang/language.en.php
modified: lang/language.fi.php
modified: lang/language.ru.php
modified: maps.php
modified: player.php
modified: player_stats.php
modified: playerlist.php
modified: search.php
modified: sig.php
modified: timedmaps.php

Last edited by isolayer8; 05-10-2016 at 09:38.
isolayer8 is offline
Tiger50
Member
Join Date: Feb 2010
Location: Southampton UK
Old 05-10-2016 , 12:02   Re: [L4D & L4D2] Custom Player Stats v1.4B121
Reply With Quote #1794

Does anyone know why the plugin has stopped working with the L4D2 windows servers but works fine with the ubuntu servers?
Tiger50 is offline
Send a message via Yahoo to Tiger50
P00kster
Member
Join Date: Aug 2015
Old 05-11-2016 , 01:50   Re: [L4D & L4D2] Custom Player Stats v1.4B121
Reply With Quote #1795

Quote:
Originally Posted by Tiger50 View Post
Does anyone know why the plugin has stopped working with the L4D2 windows servers but works fine with the ubuntu servers?
There was a L4D2 update recently, and most likely some of the signatures have changed for Windows.
P00kster is offline
luigixD
Junior Member
Join Date: May 2016
Old 05-11-2016 , 21:59   Re: [L4D & L4D2] Custom Player Stats v1.4B121
Reply With Quote #1796

Warning: include(./config.php): failed to open stream: No such file or directory in /home/u190207567/public_html/common.php on line 12

Warning: include(): Failed opening './config.php' for inclusion (include_path='.:/opt/php-5.5/pear') in /home/u190207567/public_html/common.php on line 12

Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/u190207567/public_html/common.php on line 434

Warning: mysql_connect(): Access denied for user 'u190207567'@'10.2.1.6' (using password: NO) in /home/u190207567/public_html/common.php on line 434

Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in /home/u190207567/public_html/common.php on line 435

Warning: mysql_query() expects parameter 2 to be resource, boolean given in /home/u190207567/public_html/common.php on line 436

Deprecated: mysql_query(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/u190207567/public_html/common.php on line 865

Warning: mysql_query(): Access denied for user 'u190207567'@'10.2.1.6' (using password: NO) in /home/u190207567/public_html/common.php on line 865

Warning: mysql_query(): A link to the server could not be established in /home/u190207567/public_html/common.php on line 865

Deprecated: mysql_query(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/u190207567/public_html/common.php on line 875

Warning: mysql_query(): Access denied for user 'u190207567'@'10.2.1.6' (using password: NO) in /home/u190207567/public_html/common.php on line 875

Warning: mysql_query(): A link to the server could not be established in /home/u190207567/public_html/common.php on line 875

Deprecated: mysql_real_escape_string(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/u190207567/public_html/common.php on line 172

Warning: mysql_real_escape_string(): Access denied for user 'u190207567'@'10.2.1.6' (using password: NO) in /home/u190207567/public_html/common.php on line 172

Warning: mysql_real_escape_string(): A link to the server could not be established in /home/u190207567/public_html/common.php on line 172

Deprecated: mysql_query(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/u190207567/public_html/common.php on line 173

Warning: mysql_query(): Access denied for user 'u190207567'@'10.2.1.6' (using password: NO) in /home/u190207567/public_html/common.php on line 173

Warning: mysql_query(): A link to the server could not be established in /home/u190207567/public_html/common.php on line 173

Deprecated: mysql_query(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/u190207567/public_html/index.php on line 17

Warning: mysql_query(): Access denied for user 'u190207567'@'10.2.1.6' (using password: NO) in /home/u190207567/public_html/index.php on line 17

Warning: mysql_query(): A link to the server could not be established in /home/u190207567/public_html/index.php on line 17

Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /home/u190207567/public_html/index.php on line 1

any help pls (plugin [L4D & L4D2] Custom Player Stats v1.4B121)



helppp :c

extra : the hosting on a website selling web host
__________________
Assistant ideas and support
luigixD is offline
cravenge
Veteran Member
Join Date: Nov 2015
Location: Chocolate Factory
Old 05-11-2016 , 22:37   Re: [L4D & L4D2] Custom Player Stats v1.4B121
Reply With Quote #1797

Hmmm, judging from the deprecated errors, this plugin is in serious need of rewriting and updating. luigixD, please wait as the author is doing that now so to speak.

Quote:
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/u190207567/public_html/common.php on line 434
Deprecated: mysql_query(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/u190207567/public_html/common.php on line 865
Deprecated: mysql_query(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/u190207567/public_html/common.php on line 875
Deprecated: mysql_real_escape_string(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/u190207567/public_html/common.php on line 172
Deprecated: mysql_query(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/u190207567/public_html/common.php on line 173
Deprecated: mysql_query(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/u190207567/public_html/index.php on line 17
cravenge is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 05-12-2016 , 07:01   Re: [L4D & L4D2] Custom Player Stats v1.4B121
Reply With Quote #1798

Just as a reminder...

If you have a problem with the plugin or the web stats that you can solve, please tune in to GitHub and work your magic there.

I'm still a noob with both the SourceMod and PHP. I'm sure a lot of you could push the tweaks and fixes as well as I ever could and most likely faster than me.
__________________
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
luigixD
Junior Member
Join Date: May 2016
Old 05-12-2016 , 10:59   Re: [L4D & L4D2] Custom Player Stats v1.4B121
Reply With Quote #1799

Quote:
Originally Posted by cravenge View Post
Hmmm, judging from the deprecated errors, this plugin is in serious need of rewriting and updating. luigixD, please wait as the author is doing that now so to speak.
cravenge thanks for the clarification, I thought I was doing something wrong with the mysql, I hope the author lanze a quick update gg:guiņo:
__________________
Assistant ideas and support
luigixD is offline
cravenge
Veteran Member
Join Date: Nov 2015
Location: Chocolate Factory
Old 05-12-2016 , 11:29   Re: [L4D & L4D2] Custom Player Stats v1.4B121
Reply With Quote #1800

Hmmmm, I wonder what type of servers are you hosing. Just asking out of curiosity
cravenge 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:37.


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