|
You last visited: Today at 08:53
Advertisement
[Request]Need Script
Discussion on [Request]Need Script within the Rappelz Private Server forum part of the Rappelz category.
08/20/2012, 20:26
|
#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
|
|
|
08/20/2012, 20:46
|
#2
|
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
|
|
|
08/20/2012, 20:53
|
#3
|
elite*gold: 0
Join Date: Mar 2012
Posts: 30
Received Thanks: 0
|
Quote:
Originally Posted by Arthas2012
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
|
|
|
08/20/2012, 21:01
|
#4
|
elite*gold: 1
Join Date: Nov 2011
Posts: 651
Received Thanks: 104
|
yeah, would be good, might ask to add to the above resource ;]
|
|
|
08/20/2012, 21:44
|
#5
|
elite*gold: 0
Join Date: Mar 2012
Posts: 30
Received Thanks: 0
|
up up
waiting for answer .....
|
|
|
08/21/2012, 09:01
|
#6
|
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
|
|
|
08/21/2012, 15:59
|
#7
|
elite*gold: 0
Join Date: Apr 2011
Posts: 278
Received Thanks: 73
|
Quote:
Originally Posted by mongreldogg
<?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 .
|
|
|
08/21/2012, 16:46
|
#8
|
elite*gold: 0
Join Date: Mar 2012
Posts: 30
Received Thanks: 0
|
Quote:
Originally Posted by mongreldogg
<?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
|
|
|
08/21/2012, 17:17
|
#9
|
elite*gold: 30
Join Date: Mar 2012
Posts: 634
Received Thanks: 297
|
Quote:
Originally Posted by adilwac
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
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=)
|
|
|
08/21/2012, 18:21
|
#10
|
elite*gold: 0
Join Date: Mar 2012
Posts: 30
Received Thanks: 0
|
Quote:
Originally Posted by mongreldogg
-_-
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
|
|
|
08/21/2012, 20:50
|
#11
|
elite*gold: 0
Join Date: Apr 2011
Posts: 278
Received Thanks: 73
|
did you see what I mean ?
|
|
|
08/21/2012, 21:20
|
#12
|
elite*gold: 0
Join Date: Oct 2011
Posts: 135
Received Thanks: 19
|
Quote:
Originally Posted by TheSuperKiller
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
|
|
|
08/21/2012, 23:47
|
#13
|
elite*gold: 0
Join Date: Mar 2012
Posts: 30
Received Thanks: 0
|
up up
|
|
|
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?
|
|
|
08/22/2012, 06:36
|
#15
|
elite*gold: 0
Join Date: Oct 2011
Posts: 135
Received Thanks: 19
|
Quote:
Originally Posted by adilwac
up up
|
|
|
|
|
|
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 08:53.
|
|