Vent/TeamSpeak Website Status

Status
Not open for further replies.
Newbie Spellweaver
Joined
Apr 10, 2008
Messages
52
Reaction score
0
This will be sorta like Server Status But here it is


Make a new php name it w/e u want put this inside of it
Code:
<?php
include('config.php');
        $fp = @fsockopen($ventip, $ventport, $errno, $errstr, 1);
      if (!$fp) {
           echo $offline;
        } else {
           echo $online;
        }

        ?>

Open up your config.php (if you dont have one thats okay just make one called config.php and put this inside)

Put this:
Code:
<?php
$ventip = "127.0.0.1";     //Replace with your WAN IP
$ventport = "3784";         //Change this to you'r Port
$offline = "<font color='#ff0000'>Offline</font>";  //Displays Offline Status
$online = "<font color='#009900'>Online";    //Displays Online Status
?>
 
Re: [Release] Vent/TeamSpeak Website Status

is the same shet as a server status.. i believe this is copy + paste!! and you want credits lol?

Edit: 100% sure is a copy + paste
Code:
<?php
include('ventconfig.php');
        echo $logserv_name; // <- where did you get this from? LOL is not in your "ventconfig" :p fail!
        $fp = @fsockopen($serverip, $loginport, $errno, $errstr, 1);
      if (!$fp) {
           echo $offline;
        } else {
           echo $online;
        }

        @fclose($fp);
        ?>
 
Re: [Release] Vent/TeamSpeak Website Status

its the same u sure?.... Read ur server one then smart ass and i was trying to help never seen a server with one >.>
 
Re: [Release] Vent/TeamSpeak Website Status

its the same u sure?.... Read ur server one then smart ass and i was trying to help never seen a server with one >.>

Its a copy + paste from maplestory normal login, look at my above post edit before you talk smart little kid. another edit: its even in my cms LOL.. check this out:

Code:
<?php
include('includes/config.php');
        echo $logserv_name;
        $fp = @fsockopen($serverip, $loginport, $errno, $errstr, 1);
	  if (!$fp) {
           echo $offline;
        } else {
           echo $online;
        }

        @fclose($fp);
        $sql = mysql_connect($sql_host, $sql_user, $sql_pass)or die("Error on trying to connect in MySQL: " . mysql_error());
        mysql_select_db($sql_db)or die("Error on trying to connect in Database");
        ?>
i found this on includes/server.php in my cms ;)
 
Re: [Release] Vent/TeamSpeak Website Status

I doubt you guys were the first non-hamachi high rate server...
 
Re: [Release] Vent/TeamSpeak Website Status

You just avoided my post. Point proven, epic fail. now you can
dudeman10 - Vent/TeamSpeak Website Status - RaGEZONE Forums
 
Re: [Release] Vent/TeamSpeak Website Status

Ragezone turned into a fucking idiot zone...

It's PHP.

Why REINVENT THE FUCKING WHEEL when the code is already there, and WORKING. This isn't fucking MapleStory Specific code. It doesn't have anything to do with MapleFuckingStories login shit. It's the code PHP uses to check if theres traffic on a specific port. <_<



If you don't fucking like what people release, don't use it, and don't comment on it, you dipshits.
 
Re: [Release] Vent/TeamSpeak Website Status

Ragezone turned into a fucking idiot zone...

It's PHP.

Why REINVENT THE FUCKING WHEEL when the code is already there, and WORKING. This isn't fucking MapleStory Specific code. It doesn't have anything to do with MapleFuckingStories login shit. It's the code PHP uses to check if theres traffic on a specific port. <_<



If you don't fucking like what people release, don't use it, and don't comment on it, you dipshits.

I wonder if you're talking to me.. Anyways its the exact same variables and code, im sure he didn't make it. The php code does NOT defines the variables you use so if you don't know shit you can shut the fuck up and also
dudeman10 - Vent/TeamSpeak Website Status - RaGEZONE Forums



and if he did make it explain to me why would he have the $log_serv if he doesn't even use it in the config file and why the exact same variables.
 
Re: [Release] Vent/TeamSpeak Website Status

Fucking thank u bavilo

Theres not many diffrent ways u can make a online status anyways u noob if u didint want it u wouldnt look at my post now would u .swt noob

*shakes head*
 
Re: [Release] Vent/TeamSpeak Website Status

Fucking thank u bavilo

Theres not many diffrent ways u can make a online status anyways u noob if u didint want it u wouldnt look at my post now would u .swt noob

*shakes head*

lmaoOo, you just avoided my post AGAIN. i've proven my point twice. you haven't proven shit!
 
Re: [Release] Vent/TeamSpeak Website Status

are u a idiot my thing aint the same at all shut up ur a noob go kill urself

AND now you removed the variable!!! I JUST PROVED MY POINT AGAIN LOL!! and you also changed every single variable LOL!!!
 
Re: [Release] Vent/TeamSpeak Website Status

ARE U A NOOB I CHANGED IT RIGHT AFTER POST UR JSUT BLIND AS FUCK KID.

Holy balls kid get a life
 
Re: [Release] Vent/TeamSpeak Website Status

ARE U A NOOB I CHANGED IT RIGHT AFTER POST UR JSUT BLIND AS FUCK KID.

Holy balls kid get a life

If you did change it how was i able to quote it LOL. And even though you changed it, you didn't make it!
 
Re: [Release] Vent/TeamSpeak Website Status

ARE U DUMB LOL w/e GO KILL URSELF U ARE A NOOB
I DIDNIT MAKE IT BUT NO ONE ELES HAS IT
ur just a hater noob who aint got a life
 
Re: [Release] Vent/TeamSpeak Website Status

It looks similar to the original server status script because they both perform the same function: check a port for traffic.

It serves a different purpose, therefore is a legitimate release. If it's not up to your "standards", It doesn't give you the right to flame him for attempting to help people who maybe be looking for such a script.
 
Re: [Release] Vent/TeamSpeak Website Status

Wow, when the guy says ragezone turned into a idiot zone, hes right. STOP ARGUING ABOUT A FUCKING STUPID POINT THAT PROVES NOTHING. EITHER SAY SOMETHING ABOUT HIS POST THAT ISN'T FLAMING, OR JUST SHUT THE FUCK UP AND GET OUT YOU RETARDS.
 
Status
Not open for further replies.
Back