Register for your free account! | Forgot your password?

You last visited: Today at 02:15

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

Advertisement



need php scripts

Discussion on need php scripts within the Rappelz Private Server forum part of the Rappelz category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2012
Posts: 227
Received Thanks: 65
need php scripts

hi all
i was just asking for ur help as u are known in all rappelz private servers as experts
i just wanted top 10 rank script for players
which contains level-job-guild-how many PK-Gold-online or offline
to resume just like that stars's online serve had
eziorav is offline  
Old 11/12/2012, 18:30   #2
 
elite*gold: 0
Join Date: Nov 2012
Posts: 21
Received Thanks: 3
Player ranking is a php script btw :P
Titania123 is offline  
Old 11/12/2012, 18:43   #3
 
elite*gold: 0
Join Date: Jul 2012
Posts: 227
Received Thanks: 65
Quote:
Originally Posted by Titania123 View Post
Player ranking is a php script btw :P
thanks because that was php not html
eziorav is offline  
Old 11/12/2012, 19:10   #4
 
elite*gold: 0
Join Date: Aug 2011
Posts: 532
Received Thanks: 233
PHP Code:
<?php

<!-- include your db configurations here -->

if( 
$connect === false )
{
     echo 
"Could not connect.";
     die( 
print_rsqlsrv_errors(), true));
}
$select "SELECT TOP(10)name, lv, job, pkc, dkc, exp, jlv, sex, play_time FROM Character WHERE lv > 0 AND permission = '0' AND lv < 181 AND name NOT LIKE '%@%' ORDER BY name ASC";

$query sqlsrv_query$connect$select);

if ( 
$query )
{

else 
{
     echo 
"Error in statement execution.";
     die( 
print_rsqlsrv_errors(), true));
}
$counter 1;
while( 
$row sqlsrv_fetch_array$querySQLSRV_FETCH_NUMERIC))
{
 <!-- echo 
the resultse -->
 
$counter++;
}
sqlsrv_free_stmt$query);
sqlsrv_close$connect);
?>
marekrndr is offline  
Reply


Similar Threads Similar Threads
[SERVICE]Scripts (HTML,CSS,PHP) *HOT*
04/30/2011 - Trading - 16 Replies
Web-Scripts Hallo, Ich biete euch an eure Homepage mit einem Script auszustatten. Ich kann folgende Dienste anbieten: -HTML Script erstellen. -PHP Script erstellen. -CSS Script erstellen.
[SERVICE]Scripts (HTML,CSS,PHP) *HOT*
04/30/2011 - elite*gold Trading - 10 Replies
Web-ScriptsDie Preise werden per PN ICQ/SKYPE/MSN ausgemacht, gezahlt wird 50% vorher 50% nachher keine anderen möglichkeiten ob MOD oder Admin. Erfahrungen: Ich bin von Beruf Webdesigner und Administrator II. Ich habe diverse Referenzen die bei wirklichem Interesse gerne preisgegeben werden. Preise: Volles Script: 50€
| [B] HTML & CSS Scripts |
03/18/2011 - elite*gold Trading - 4 Replies
Hallo liebe User, hier werde ich meinen Service als HTML und CSS Scripter zur Verfügung stellen. Weiter unten erfahrt ihr mehr! ~~~ Was ich mache ? ~~~ Ich scripte für ein fertiges Homepage Design die HTML und CSS Dateien, somit man die Webseite der Öffentlichkeit zugänglich machne kann.



All times are GMT +2. The time now is 02:15.


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.