Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > World of Warcraft > WoW Private Server
You last visited: Today at 15:03

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[SHARE] Online Status Scripts (TRINITY)

Discussion on [SHARE] Online Status Scripts (TRINITY) within the WoW Private Server forum part of the World of Warcraft category.

Reply
 
Old   #1
 
sinburn's Avatar
 
elite*gold: 0
Join Date: Feb 2010
Posts: 88
Received Thanks: 161
[SHARE] Online Status Scripts (TRINITY)

Hier ein Paar Scripts, sie sind nicht das wahre, aber der eine oder andere wird dafür verwendung finden

config.php
PHP Code:
<?php
$error 
"<body bgcolor='black'><font color='white'>Check if the user pw host and db are correct then retry</font>";

$connect mysql_connect("localhost""root""ascent") or die($error);// host, user, pw
mysql_select_db("auth") or die($error); // DB For characters & auth
 
?>

</div>
Server-Status.php
PHP Code:
<html>
<head>
<title>Server Status</title>
</head>
<body bgcolor="black">
</body>
</html>


<?php
require ("config.php");

$res mysql_query("SELECT count(*) FROM account;");
$val mysql_fetch_array($res);
echo 
"<b><div style='top'><font color='#FFFFFF'><b>Accounts: </b>".$val[0]."</div>";

$res mysql_query("SELECT count(*) FROM account_banned;");
$val mysql_fetch_array($res);
echo 
"<div style='top'><font color='#FFFFFF'><b>Gebannt: </b>".$val[0]."</div>";


$res mysql_query("SELECT count(*) FROM realmlist;");
$val mysql_fetch_array($res);
echo 
"<div style='top'><font color='#FFFFFF'><b>Realms: </b>".$val[0]."</div>";


$res mysql_query("SELECT count(*) FROM account_access;");
$val mysql_fetch_array($res);
echo 
"<div style='top'><font color='#FFFFFF'><b>Gamemaster: </b>".$val[0]."</div>";
 
?>

</div>
Für den Direkt einbau!

Registrierte Accounts:
PHP Code:
 <?php
@mysql_connect("localhost","root","ascent") OR die(mysql_error());
@
mysql_select_db("auth") OR die(mysql_error());
$mysqlquery = @mysql_query("SELECT * FROM account") OR die(mysql_error());
$accs = @mysql_num_rows($query);
echo 
"Registrierte Accounts: $accs";
 
?>

</div>
Spieler Online:
PHP Code:
<?php 
@mysql_connect("localhost","root","ascent") OR die(mysql_error()); 
@
mysql_select_db("characters") OR die(mysql_error()); 
$mysqlquery = @mysql_query("SELECT * FROM characters WHERE online = 1") OR die(mysql_error()); 
$online = @mysql_num_rows($mysqlquery); 
echo 
"Spieler Online:" " " $online
 
?></div>



Eine Honor Tabelle:






Liste mit Accounts die Gebannt sind, der ein oder andere läst sich damit gut abschrecken und baut keine scheisse mehr







MFG Sin! Thx
sinburn is offline  
Reply


Similar Threads Similar Threads
[Share] Your mBot Scripts here
05/25/2014 - SRO Private Server - 61 Replies
Hello epvp , Since many ppl (not all) paid for mbot account for many servers based on vsro test server files - this topic will be for sharing your scripts wherever it is ! Just you will post your scripts and you will say where it will go ! if this idea will be good please comment at it , if it bad for all (request for close) $$$$ For who want the crack of mbot { Working only with 1.12b until NoEx updates it } mbot ver 1.12b crack Instructions:
[Scripts] Share your scripts
12/09/2010 - Silkroad Online - 11 Replies
Hi guys, I have been trying to make a wizard for quite a while. I have a problem that when I bot I keep dying all the time. I am a wizard and I have a 2 gap. If im level 30 on what mobs shall I train? I'm pretty sure that some other people have this problem too. Does anyone have any scripts lets say on level 30 train at those mobs and provide a script. Thanks ;) My question: If im level 30 with 2 gap on what level mobs shall I train without dying and with good XP?
Share Your DB-bot Walk scripts
07/03/2010 - SRO PServer Guides & Releases - 95 Replies
Hello guyz here you can share your BD-Bot walk scripts i will share mine :mofo: to record a script : Click Start Recording button then go to the grind area ( make sure ur clicks are visible ) then stop recording and save the File ( txt file ) To load the Scripts Follow the instructions in the image :D (Credits To : Saif1999 ( The Criminal ) http://img228.imageshack.us/img228/1722/dbbot.png
Can any1 share scripts or l2w for retail?
12/19/2008 - Lineage 2 - 1 Replies
I got the darn bot, it works and kills mobs etc but it doesn't use potions and stuff like that... I don't have scripts for it and I'm not good at scripting, tho there is no option in l2w interface to make the bot to use potions... It's frustrating... :confused: Help plix :handsdown:



All times are GMT +1. The time now is 15:03.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.