Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rappelz > Rappelz Private Server
You last visited: Today at 05:39

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

Advertisement



[Request]Need Script

Discussion on [Request]Need Script within the Rappelz Private Server forum part of the Rappelz category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2012
Posts: 30
Received Thanks: 0
[Request]Need Script

Hello to all

I need script shows the number of accounts ,and the number of characters. And the number of online, for inclusion in a Web page or launcher

Waiting for answer
adilwac is offline  
Old 08/20/2012, 20:46   #2
 
Arthas2012's Avatar
 
elite*gold: 165
Join Date: Aug 2012
Posts: 150
Received Thanks: 72

This is for top 100 and who is online
Source: rappelz download center
Arthas2012 is offline  
Old 08/20/2012, 20:53   #3
 
elite*gold: 0
Join Date: Mar 2012
Posts: 30
Received Thanks: 0
Quote:
Originally Posted by Arthas2012 View Post

This is for top 100 and who is online
Source: rappelz download center
thx ..but i already have this

i need only script shows number of accounts ,characters,and number of online not (who is online)

Waiting for more answer
adilwac is offline  
Old 08/20/2012, 21:01   #4
 
Tofrum's Avatar
 
elite*gold: 1
Join Date: Nov 2011
Posts: 651
Received Thanks: 104
yeah, would be good, might ask to add to the above resource ;]
Tofrum is offline  
Old 08/20/2012, 21:44   #5
 
elite*gold: 0
Join Date: Mar 2012
Posts: 30
Received Thanks: 0
up up

waiting for answer .....

adilwac is offline  
Old 08/21/2012, 09:01   #6
 
mongreldogg's Avatar
 
elite*gold: 30
Join Date: Mar 2012
Posts: 634
Received Thanks: 297
<?php
$host="127.0.0.1";//server IP
$user = "username"; //username
$pw = "pass"; //password
$db = "Telecaster";

$connect = mssql_connect($host,$user,$pw)
or die("Can't connect to the datebase.");

mssql_select_db($db,$connect)
or die("Can't select the datebase");
mssql_select_db($db,$connect);

$Query="SELECT COUNT(*) FROM TELECASTER.DBO.CHARACTER
WHERE login_time>logout_time";

$Result = mssql_query($Query);
echo "$Result"

?>



this is php script for how much chars is online. I think it doesn't matter to write full html code of page, you just can edit whosonline page or made it by urself
mongreldogg is offline  
Old 08/21/2012, 15:59   #7
 
TheSuperKiller's Avatar
 
elite*gold: 0
Join Date: Apr 2011
Posts: 278
Received Thanks: 73
Quote:
Originally Posted by mongreldogg View Post
<?php
$host="127.0.0.1";//server IP
$user = "username"; //username
$pw = "pass"; //password
$db = "Telecaster";

$connect = mssql_connect($host,$user,$pw)
or die("Can't connect to the datebase.");

mssql_select_db($db,$connect)
or die("Can't select the datebase");
mssql_select_db($db,$connect);

$Query="SELECT COUNT(*) FROM TELECASTER.DBO.CHARACTER
WHERE login_time>logout_time";

$Result = mssql_query($Query);
echo "$Result"

?>



this is php script for how much chars is online. I think it doesn't matter to write full html code of page, you just can edit whosonline page or made it by urself
now you'll see 99% of servers have it on their pages ,,
why ??
simply leeching without producing ,, or even thinking for 2 mins to make one like the above ... so simple but to them its godlike .
TheSuperKiller is offline  
Old 08/21/2012, 16:46   #8
 
elite*gold: 0
Join Date: Mar 2012
Posts: 30
Received Thanks: 0
Quote:
Originally Posted by mongreldogg View Post
<?php
$host="127.0.0.1";//server IP
$user = "username"; //username
$pw = "pass"; //password
$db = "Telecaster";

$connect = mssql_connect($host,$user,$pw)
or die("Can't connect to the datebase.");

mssql_select_db($db,$connect)
or die("Can't select the datebase");
mssql_select_db($db,$connect);

$Query="SELECT COUNT(*) FROM TELECASTER.DBO.CHARACTER
WHERE login_time>logout_time";

$Result = mssql_query($Query);
echo "$Result"

?>



this is php script for how much chars is online. I think it doesn't matter to write full html code of page, you just can edit whosonline page or made it by urself
Did not work
Is show Only this Result in web ' Resource id #3 ' always
adilwac is offline  
Old 08/21/2012, 17:17   #9
 
mongreldogg's Avatar
 
elite*gold: 30
Join Date: Mar 2012
Posts: 634
Received Thanks: 297
Quote:
Originally Posted by adilwac View Post
Did not work
Is show Only this Result in web ' Resource id #3 ' always
-_-
Edit it and fix errors, especially in row where "echo"
I can do mistakes because i'm not guru in PHP)

Quote:
Originally Posted by TheSuperKiller View Post
now you'll see 99% of servers have it on their pages ,,
why ??
simply leeching without producing ,, or even thinking for 2 mins to make one like the above ... so simple but to them its godlike .
Do you mean I'd better release this on closed forums?)
Come on. this is just a lil **** that can't make a noob's servers so cool=)
mongreldogg is offline  
Thanks
1 User
Old 08/21/2012, 18:21   #10
 
elite*gold: 0
Join Date: Mar 2012
Posts: 30
Received Thanks: 0
Quote:
Originally Posted by mongreldogg View Post
-_-
Edit it and fix errors, especially in row where "echo"
I can do mistakes because i'm not guru in PHP)


Do you mean I'd better release this on closed forums?)
Come on. this is just a lil **** that can't make a noob's servers so cool=)
Did not work in all attempts

Waiting for complete answer
adilwac is offline  
Old 08/21/2012, 20:50   #11
 
TheSuperKiller's Avatar
 
elite*gold: 0
Join Date: Apr 2011
Posts: 278
Received Thanks: 73
did you see what I mean ?
TheSuperKiller is offline  
Thanks
1 User
Old 08/21/2012, 21:20   #12
 
elite*gold: 0
Join Date: Oct 2011
Posts: 135
Received Thanks: 19
Quote:
Originally Posted by TheSuperKiller View Post
did you see what I mean ?
See it right, but not all in e-pvp are stupid leechers, for this guy dont understand, they should google.. first lesson in php is connect to a db.
your simple pastet script have some eklatant security reasons.. every stupid noob can read out your logins... for me we work only with config files seperate an cloak this with many reasons.

think its time to say this com in english how to secure your ******* windoofs;
Thread will be online in some days.

mfg


/edit: and no domt be stupid iam working with linux a longe time, Apache isnt bad only under wínplöd
Tekknoid is offline  
Thanks
1 User
Old 08/21/2012, 23:47   #13
 
elite*gold: 0
Join Date: Mar 2012
Posts: 30
Received Thanks: 0
up up
adilwac is offline  
Old 08/22/2012, 05:37   #14
 
elite*gold: 0
Join Date: Aug 2011
Posts: 532
Received Thanks: 233
How much leecher can you get moar?
marekrndr is offline  
Old 08/22/2012, 06:36   #15
 
elite*gold: 0
Join Date: Oct 2011
Posts: 135
Received Thanks: 19
Quote:
Originally Posted by adilwac View Post
up up

Tekknoid is offline  
Reply


Similar Threads Similar Threads
Script request
10/10/2010 - Lineage 2 - 1 Replies
Can some1 make a script like these ? He should target a "Red Star Stone" and then use the skill "Star Stone Gathering" Would be nice. Thanks :)
[Request]pvp script
08/17/2010 - Dekaron Private Server - 1 Replies
hi can some1 know script with who i can reset all char pvp point
SCRIPT REQUEST~~~
10/04/2009 - Grand Chase Philippines - 20 Replies
can anyone please make a playertemplate or a script with~ 1. 1 hit hack 2. super def 3. pet cooldown faster -salamat po, and btw baka mag react nnmn c frost~ request toh, for short nagtatanung lang kung pede~~~
script request
09/28/2009 - Lin2 Exploits, Hacks, Bots, Tools & Macros - 1 Replies
Hello, I'm playing on a server with stack sub and im using pr/bd. I was wondering how to set l2w to equip duals, dance and equip bow back after finished dancing, if anyone knows please share. Thank you.
[REQUEST] Can i Request A Acc/Char PHP Script
09/27/2008 - CO2 Private Server - 6 Replies
hello i was wondering if anyone have made a acc/char creation page in one yet? is so can anyone release itplease?



All times are GMT +2. The time now is 05:39.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.