Posts: 25 Joined: Thu Jan 29 2009, 03:30PM Registered Member #4772
I just read http://www.greycube.com/help/readme/lgsl/servers-offline/ and after read it step by step I reached last step. On my lgsl index page I see the server online with players, but after I click status link shows offline server. I verified more then one of the Counter-Strike 1.6 server nosteam(47) from gametracker on http://www.greycube.co.uk/lgsl/test/ and with type Half-Life Steam & Half-Life WON even Source (Half-Life 2) but no luck, NO RESPONSE. Steam server version (48) works just fine. It's possible that valve modified query or what? I'm using LGSL v5.8 Stand-Alone.
Posts: 62 Joined: Fri Mar 04 2011, 08:41AM Registered Member #6619
Hmm, this is problem with server query ports.. maybe blocked or something.
I have few cs1.6 non steam and one or 2 steam servers on my lgsl and all works just fine, same situation with css servers. If you can post here or send me PM with IP's and I will test them.
Posts: 25 Joined: Thu Jan 29 2009, 03:30PM Registered Member #4772
xMin choose the server from gametracker. At first worked for a few days and in this time I modified it. After that I installed a fresh lgsl but same s***t. That make no sense. Rich has 3 weeks from the last visit on forum, I think this project is dead. I found v5.7 and works fine with my modification.
Posts: 62 Joined: Fri Mar 04 2011, 08:41AM Registered Member #6619
Again I tell you, give me IP's of servers that don't work for you.. I did added servers from 10 diferent country's and for now all works, exept one where lgsl can't determine country flag but all other work.
LGSL 5.7 have few SQL Injection problems, I realy don't recomend you to use it! And this project isn't dead! Rich is on break somewhere, but we (I myselft) are here, ready to help you!
Posts: 180 Joined: Sun Dec 12 2010, 09:16AM Registered Member #6457
more to say is ..... help you with this ......
use Source (Half-Life 2) and will work ....... this is for 5.8 SA version
moral is ........ this is why we like to test servers ourselves and ask that the folks having the problems supply us with the information we ask for .......
Posts: 25 Joined: Thu Jan 29 2009, 03:30PM Registered Member #4772
Dude you didn't read my first post, but anyway I tested again.
I verified more then one of the Counter-Strike 1.6 server nosteam(47) from gametracker on http://www.greycube.co.uk/lgsl/test/ and with type Half-Life Steam & Half-Life WON even Source (Half-Life 2) but no luck, NO RESPONSE.
Posts: 25 Joined: Thu Jan 29 2009, 03:30PM Registered Member #4772
Really I don't understand. What is the problem? Any apache module or php extension needs to be enable? Beside those on admin panel. Do you use the last version of LGSL?
Posts: 180 Joined: Sun Dec 12 2010, 09:16AM Registered Member #6457
When you ask for help it is best to chill out and not try to think you know what we are doing to solve the issue ..... you were quick to correct us each time and even to tell me that I didn't read your post when in fact you have no idea what I did.
No, it isn't an apache module nor is it a php extension issue. As I said in a previous post to you my solution was for the 5.8 standalone which is the latest version.
Understand this .... I am not putting the solution here for you as you have no idea what respect is when asking for help ..... I am putting it here for others that may have same problem. Enough said about that.
On to the solution: 1 simple letter is the issue for this case. The letter "e"...
Using the latest version of LGSL (LGSL 5.8 SA) open lgsl_details.php (unmodified) go to line 27 and remove the p so it reads se instead of sep.
In case that wasn't clear find $server = lgsl_query_cached("", "", "", "", "", "sep", $lgsl_server_id); and change it to $server = lgsl_query_cached("", "", "", "", "", "sp", $lgsl_server_id);
Again, as I stated in an earlier post, use Source (Half-Life 2) and will work ....... this is for 5.8 SA version
Posts: 25 Joined: Thu Jan 29 2009, 03:30PM Registered Member #4772
I'm sorry if I upset anyone, this wasn't my intention. I'm little nervous because I'm trying to solve this problem for weeks without any success. Another reason to be nervous is that works with an old LGSL version.
On dedicated server still doesn't work with previous modification, but on localhost gives those errors when accessing server detail page
( ! ) Notice: Undefined index: p in C:\wamp\www\lgsl\lgsl_files\lgsl_class.php on line 642
Call Stack
# Time Memory Function Location
1 0.0005 675264 {main}( ) ..\index.php:0
2 0.0014 744192 require( 'C:\wamp\www\lgsl\lgsl_files\lgsl_details.php' ) ..\index.php:32
3 0.0411 3578720 lgsl_sort_fields( ) ..\lgsl_details.php:31
( ! ) Notice: Undefined index: p in C:\wamp\www\lgsl\lgsl_files\lgsl_class.php on line 731
Call Stack
# Time Memory Function Location
1 0.0005 675264 {main}( ) ..\index.php:0
2 0.0014 744192 require( 'C:\wamp\www\lgsl\lgsl_files\lgsl_details.php' ) ..\index.php:32
3 0.0413 3579016 lgsl_sort_players( ) ..\lgsl_details.php:32
Posts: 180 Joined: Sun Dec 12 2010, 09:16AM Registered Member #6457
can you show me your files that you have listed in your last post? I will sift through them ...... it has to be an error somewhere in them as you saw it works for me using lgsl 5.8 SA and apache server.