Username:    Password:        Click Here To Signup     Forgotten Password
Main Menu
Online
Members: 0

Guests: 16

175.44.x.x forum
175.44.x.x forum
175.44.x.x forum
175.44.x.x forum
180.76.x.x forum
180.76.x.x forum
188.165.x.x forum
199.21.x.x forum
42.62.x.x dilbertplus
54.234.x.x forum
61.241.x.x forum
66.249.x.x forum
66.249.x.x forum
88.112.x.x news
94.181.x.x forum
95.221.x.x forum

Last Seen

Zipps Fri 02:36
oIQsN5i8vx Fri 01:32
nott Fri 00:27
Xsfd (M.D.A) Thu 20:09
Rich Thu 18:52

Newest Members

Forums
Call Of Duty: Black Ops
sanken
Tue Jan 04 2011, 08:51AM
Posts: 10
Joined: Thu Dec 09 2010, 04:39PM
Registered Member #6450
Are there any new news about the status?
ssace
Sat Jan 22 2011, 06:26PM
Posts: 25
Joined: Fri Dec 26 2008, 07:35PM
Registered Member #4667
Anyone figured out how to get Black Ops working in the server list? We have our own Black Ops server and would like to track it.
Website
Shanekiller
Sat Jan 22 2011, 10:04PM
Posts: 53
Joined: Wed Apr 15 2009, 11:56AM
Registered Member #4989
I would love to know where the best person in the world went (Richard!) he always reply's to threads and updates his blog and I can't find any recent posts from him any where I just upgraded to joomla 1.6 and would sucks if he doesn't upgrade it because it's and awesome component to my site. I have seen 4 of my favorite components die on me and I don't want another one to die come back Richard!!! tell us how we can help.
Website
mkden
Mon Feb 14 2011, 05:38AM

Posts: 102
Joined: Sun Feb 07 2010, 02:10AM
Registered Member #5780
LGSL+ Call Of Duty: Black Ops = 20$)))

http://codmk.org.ru/lgsl/?s=7



Website
jackjack
Tue Feb 15 2011, 07:17PM
Posts: 23
Joined: Tue Feb 16 2010, 02:35PM
Registered Member #5800
mkden wrote ...

LGSL+ Call Of Duty: Black Ops = 20$)))

http://codmk.org.ru/lgsl/?s=7


lol...go run and jump you bellend
Website
Copper-Head
Sat Mar 12 2011, 09:10AM
Posts: 7
Joined: Sun Nov 25 2007, 11:58AM
Registered Member #3465
Hey mkden

I dont mind paying 20$ to have the code for Black Ops if it work, contact me at info@1st-rangers.net

Copper-Head
Website
BruceH
Thu Jan 05 2012, 09:15AM
Posts: 1
Joined: Thu Jan 05 2012, 08:59AM
Registered Member #7061
This is the game of Boomerang. I love it. But it is hard process to complete.
Whatever I have discover a process to play it....
Thanks
call of duty cheats.
Website
qwas
Mon Sep 17 2012, 07:16PM

Posts: 32
Joined: Sat Sep 08 2012, 05:20PM
Registered Member #7384
Black Ops + LGSL = works. Finally I finish the integration.
Proof: here

http://shooter.vit.net.ua
Website
Vinceultras
Fri Sep 21 2012, 08:12AM
Posts: 15
Joined: Mon Dec 20 2010, 08:11PM
Registered Member #6471
qwas wrote ...

Black Ops + LGSL = works. Finally I finish the integration.
Proof: here


Will you post the file for black ops?
Website
qwas
Fri Sep 21 2012, 10:57AM

Posts: 32
Joined: Sat Sep 08 2012, 05:20PM
Registered Member #7384
Vinceultras wrote ...
Will you post the file for black ops?

My script works only with RCON. Another way to retrieve information from the server BO unknown to me. RCON requires a password and know it can only the admin of this server. If you are not Admin, my code will not help you. I am a technical administrator of the game portal http://shooter.vit.net.ua, so I have access to passwords

http://shooter.vit.net.ua
Website
qwas
Tue Jan 08 2013, 02:22PM

Posts: 32
Joined: Sat Sep 08 2012, 05:20PM
Registered Member #7384
Some changes in the method of reading data from a socket. A more correct approach is to read the small portions, waiting until the end of the data. Working code:

$rconPassword = "bla-bla-bla";
        $query        = "\xFF\xFF\xFF\xFF\x00" . $rconPassword . " serverinfo";
        fwrite($lgsl_fp, $query);
        $serverinfo = '';
        while (!feof($lgsl_fp)) { //loop executes until you recived all data and terminated the connection
            $s = fgets($lgsl_fp, 256); //Read data in chunks of 32 bytes, stopping at each line
            if (!trim($s)) { //Interrupt cycle, if we see the empty string
            } else { //otherwise display the received data chunk
                $serverinfo .= $s;
            }
        }


Similarly get "teamstatus"

http://shooter.vit.net.ua
Website
Go to page   <<       

Jump:     Back to top


You are not logged in - Click Here To Signup

Username:    Password:   

Mini Buttons

.... © GreyCube.com - Richard Perry - Powered by e107.org