Go Back   Novahq.net Forum > Computers > Tech Support
FAQ Community Calendar Today's Posts Search

Tech Support Have a problem? Maybe we can help!

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-27-2003, 08:21 AM
spinal is offline spinal
[Insert Title]

Join Date: Jul 2003
Posts: 451

severs

hi,

like in this site, http://www.oapsquad.co.uk/main/index.php

how do you get the servers list, telling u when its on or off,?
__________________


Gaming Rig

AMD 64 3200+ venice skt 939
Akasa ak-913 Evo 33
Abit an8 fatal1ty nforce 4 ulutra
OCZ 1gb pc3200 dual channel Platinum
Ledtek geforce 6800ultra 256mb ddr3
Seagate barracuda 160gb
Plextor px-716a
on-board 5.1 sound
Logitech X-530 surround sound
Reply With Quote
  #2  
Old 12-07-2003, 08:36 PM
.DareDevil. is offline .DareDevil.
Registered User

Join Date: Oct 2003
Posts: 1,474

Send a message via ICQ to .DareDevil. Send a message via AIM to .DareDevil. Send a message via Yahoo to .DareDevil.
Smile Dont Know But.............

Have u tried asking that site ldrs or commanders of that team(owner(s)).............







Also you here about the news on there site
__________________
ÐÅR€Ð€V¡£=CP=

<=CP=> Forums
www.phpbbplanet.com/camouflagedp

Free PHPBB Forums
www.phpbbplanet.com

<=CP=> Teamspeak IP
209.190.31.155:5001

Free Teamspeak Server
http://www.going-live.com/vb/index.php?





Reply With Quote
  #3  
Old 12-09-2003, 11:59 AM
BeBop is offline BeBop
Registered User

Join Date: Jun 2002
Posts: 600

Send a message via ICQ to BeBop Send a message via AIM to BeBop Send a message via Yahoo to BeBop
go to BAB's forums and search around in it, i asked about that a while ago and they gave me the answer, dunno what i did with the code snippet tho :-\
__________________
- My: Drawings, rants, raves, my cat, designs, and everything else i want to put on the net.
Free Teamspeak servers: http://gamersnetwork.us/

Reply With Quote
  #4  
Old 12-09-2003, 05:24 PM
spinal is offline spinal
[Insert Title]

Join Date: Jul 2003
Posts: 451

:(

hi,

i did ask the leaders, but they didnt reply, wot site did some1 say 1 try?

heres the thread:

http://forums.oapsquad.co.uk/showthr...&threadid=1838
__________________


Gaming Rig

AMD 64 3200+ venice skt 939
Akasa ak-913 Evo 33
Abit an8 fatal1ty nforce 4 ulutra
OCZ 1gb pc3200 dual channel Platinum
Ledtek geforce 6800ultra 256mb ddr3
Seagate barracuda 160gb
Plextor px-716a
on-board 5.1 sound
Logitech X-530 surround sound
Reply With Quote
  #5  
Old 12-09-2003, 05:57 PM
BeBop is offline BeBop
Registered User

Join Date: Jun 2002
Posts: 600

Send a message via ICQ to BeBop Send a message via AIM to BeBop Send a message via Yahoo to BeBop
Put this inside PHP tags

Quote:
// Database settings
$dbhost = "localhost"; // Database host
$dbname = ""; // Database name
$dbusername = ""; // Database user name
$dbuserpw = ""; // Database password
$dbtable = "chronos_servers"; // table of servers

$link_id = mysql_connect($dbhost,$dbusername,$dbuserpw)
or die("Could not connect to MySQL.");
//echo("Connection Successfull.<br>");
$selected = mysql_select_db($dbname,$link_id)
or die("Could not select database");
//echo("Selection Successfull.");

$result = mysql_query("SELECT * FROM $dbtable", $link_id);
while($query_data = mysql_fetch_array($result)) {
$name = htmlspecialchars(base64_decode($query_data["server_name"]));
$map = htmlspecialchars(base64_decode($query_data["map_name"]));
$type = $query_data["game_type"];
$num = $query_data["num_players"];
$max = $query_data["max_players"];
$time = $query_data["time"];
$status = "Online";

$thetime = time();
}
if($thetime - $time > 200) {
echo "Server is Offline";
} else {
echo "",$name,"<br>";
echo "",$status,"<br>";
echo "",$type,"<br>";
echo "Players ",$num,"";
echo "/",$max,"<br>";
}
__________________
- My: Drawings, rants, raves, my cat, designs, and everything else i want to put on the net.
Free Teamspeak servers: http://gamersnetwork.us/

Reply With Quote
  #6  
Old 12-10-2003, 03:32 PM
spinal is offline spinal
[Insert Title]

Join Date: Jul 2003
Posts: 451

:)

Quote:
Originally posted by BeBop
Put this inside PHP tags
so, i just copy & paste it into a file called something.php?
__________________


Gaming Rig

AMD 64 3200+ venice skt 939
Akasa ak-913 Evo 33
Abit an8 fatal1ty nforce 4 ulutra
OCZ 1gb pc3200 dual channel Platinum
Ledtek geforce 6800ultra 256mb ddr3
Seagate barracuda 160gb
Plextor px-716a
on-board 5.1 sound
Logitech X-530 surround sound
Reply With Quote
  #7  
Old 12-10-2003, 09:55 PM
BeBop is offline BeBop
Registered User

Join Date: Jun 2002
Posts: 600

Send a message via ICQ to BeBop Send a message via AIM to BeBop Send a message via Yahoo to BeBop
yes, put <?php in the front and ?> at the end
__________________
- My: Drawings, rants, raves, my cat, designs, and everything else i want to put on the net.
Free Teamspeak servers: http://gamersnetwork.us/

Reply With Quote
  #8  
Old 12-11-2003, 01:58 PM
spinal is offline spinal
[Insert Title]

Join Date: Jul 2003
Posts: 451

thnks

thanks
__________________


Gaming Rig

AMD 64 3200+ venice skt 939
Akasa ak-913 Evo 33
Abit an8 fatal1ty nforce 4 ulutra
OCZ 1gb pc3200 dual channel Platinum
Ledtek geforce 6800ultra 256mb ddr3
Seagate barracuda 160gb
Plextor px-716a
on-board 5.1 sound
Logitech X-530 surround sound
Reply With Quote
  #9  
Old 12-19-2003, 10:10 AM
spinal is offline spinal
[Insert Title]

Join Date: Jul 2003
Posts: 451

re:

do u know of a host apart from lycos, that will host php? i need to just host 1 file
__________________


Gaming Rig

AMD 64 3200+ venice skt 939
Akasa ak-913 Evo 33
Abit an8 fatal1ty nforce 4 ulutra
OCZ 1gb pc3200 dual channel Platinum
Ledtek geforce 6800ultra 256mb ddr3
Seagate barracuda 160gb
Plextor px-716a
on-board 5.1 sound
Logitech X-530 surround sound
Reply With Quote
  #10  
Old 12-19-2003, 01:48 PM
BeBop is offline BeBop
Registered User

Join Date: Jun 2002
Posts: 600

Send a message via ICQ to BeBop Send a message via AIM to BeBop Send a message via Yahoo to BeBop
what do u need to host? i can put it on my server if you need it..

http://punksofwar.com or http://gamersnetwork.us which ever domain you like it will work under either if u want a folder or somethin with ftp
__________________
- My: Drawings, rants, raves, my cat, designs, and everything else i want to put on the net.
Free Teamspeak servers: http://gamersnetwork.us/

Reply With Quote
  #11  
Old 12-21-2003, 01:30 PM
spinal is offline spinal
[Insert Title]

Join Date: Jul 2003
Posts: 451

re:

Quote:
Originally posted by BeBop
what do u need to host? i can put it on my server if you need it..

http://punksofwar.com or http://gamersnetwork.us which ever domain you like it will work under either if u want a folder or somethin with ftp
thanks, i just need to host the thing so it says, if severs on line or not, under any domain. were do we go from here?
__________________


Gaming Rig

AMD 64 3200+ venice skt 939
Akasa ak-913 Evo 33
Abit an8 fatal1ty nforce 4 ulutra
OCZ 1gb pc3200 dual channel Platinum
Ledtek geforce 6800ultra 256mb ddr3
Seagate barracuda 160gb
Plextor px-716a
on-board 5.1 sound
Logitech X-530 surround sound
Reply With Quote
  #12  
Old 12-21-2003, 01:43 PM
BeBop is offline BeBop
Registered User

Join Date: Jun 2002
Posts: 600

Send a message via ICQ to BeBop Send a message via AIM to BeBop Send a message via Yahoo to BeBop
contact me on aim or icq or msn or yahoo (in my profile on here)
__________________
- My: Drawings, rants, raves, my cat, designs, and everything else i want to put on the net.
Free Teamspeak servers: http://gamersnetwork.us/

Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
[news AP] Exploding paperweight severs teacher’s hand Hellfighter General Chat 1 04-05-2006 03:18 PM
Man severs own penis, throws it at officers Steve General Chat 20 03-24-2006 05:06 PM
Severs spinal General Chat 3 03-03-2004 08:51 PM
DF2 DFLW DFTD SEVERS Blade General Chat 0 07-27-2002 11:13 AM


All times are GMT -5. The time now is 12:42 AM.




Powered by vBulletin®