This page / topic is made for all PHP related scripts for dekaron servers.
These script are written by our members from the epvp community.
Credits go to the rightfull owners and there scripts NOT this topic.
Also me and zombe are working on a other topic where you can request your PHP scripts, NOT mssql scripts.
(PS: ill ask trane. to merge with this one.)
Requests can be posted here and will be listed on the top page (if ready).
<---! Note !--->
Zombe and me have a very different way of writing our PHP code, so please dont start a flameware about who's got the best script.
If other members want to share there scripts made in PHP ofcourse there can post it here.
Thanks and credits go to them, not me.
Its not a discussion about who has the most and/or best etc scripts !!!!!
<---! Scripts By Janvier123 !--->
Name: <--- thx to Zombe! Download:
Name: <--- Comming Soon ! Download:
Name: Download:
Name: Download:
Name: Download:
Name: Download:
Name: Download:
Name: Download:
Name: Download:
Name:
Name:
<---! Scripts By Unknown Member(s) !--->
Name: File System (System for Elite PVP DK Server Tools) Download:
FRESH FROM THE PRESS !
Send emails to players from players
Download:
Allows players to send emails to other players there post box tru PHP script
just message without DIL or ITEM
WITH user check, to see if the name DOES exist or not
Is there any chance to write a script that it would be possible to send gm commands not entering into the game as GM? I mean simple gm commands like /gm expratio or /gm itemdropratio.
$result1 = mssql_query("SELECT * FROM account.dbo.USER_PROFILE WHERE user_id = '".$_POST['accname']."'",$ms_con);
$result2 = mssql_query("SELECT * FROM account.dbo.Tbl_user WHERE user_id = '".$_POST['accname']."'",$ms_con);
$result3 = mssql_query("SELECT * FROM account.dbo.Tbl_user WHERE user_mail = '".$_POST['accmail']."'",$ms_con);
if(empty($_POST['accname']) || empty($_POST['accpass1']) || empty($_POST['accpass2'])|| empty($_POST['accname']) || empty($_POST['accmail'])) {
echo "<br>You didnt fill in all fields<a href='javascript:history.back()'>Go Back</a>";
} elseif($row1 > '0' || $row2 > '0') {
echo "<br>This Account name already exists.<a href='javascript:history.back()'>Go Back</a>";
} elseif($row3 > '0') {
echo "<br>This E-Mail is already in use.<a href='javascript:history.back()'>Go Back</a>";
} elseif($_POST['accpass1'] != $_POST['accpass2']) {
echo "<br>The passwords did not match<a href='javascript:history.back()'>Go Back</a>";
} elseif($_POST['accpass1'] == $_POST['accname']) {
echo "<br>Account name and password are the same.<a href='javascript:history.back()'>Go Back</a>";
} elseif(!preg_match("/^[0-9a-zA-Z]{3,15}$/i", $_POST['accname'])) {
echo "<br>Enter a account name only with 0-9 , a-z and A-Z.<a href='javascript:history.back()'>Go Back</a>";
} elseif(!preg_match("/^[0-9a-zA-Z]{3,15}$/i", $_POST['accpass1'])) {
echo "<br>Enter a password only with 0-9 , a-z and A-Z.<a href='javascript:history.back()'>Go Back</a>";
} elseif(!preg_match("/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/i",$_POST['accmail'])) {
echo "<br>Your e-Mail is not correct.<a href='javascript:history.back()'>Go Back</a>";
} elseif(strlen($_POST['accname']) < 3 || strlen($_POST['accname']) > 15) {
echo "<br>The Accountname must at least 3 indications long and may maximally 15 indications long.<a href='javascript:history.back()'>Go Back</a>";
} elseif(strlen($_POST['accpass1']) < 3 || strlen($_POST['accpass1']) > 15) {
echo "<br>The Password must at least 3 indications long and may maximally 15 indications long.<a href='javascript:history.back()'>Go Back</a>";
} else {
$accpass = md5($_POST['accpass1']);
mssql_query("INSERT INTO account.dbo.USER_PROFILE (user_no,user_id,user_pwd,resident_no,user_type,login_flag,login_tag,ipt_time,login_time,logout_time,user_ip_addr,server_id) VALUES ('$dk_user_no','".$_POST['accname']."','".$accpass."','801011000000','1','0','Y','".$date."',null,null,null,'000')",$ms_con);
mssql_query("INSERT INTO account.dbo.Tbl_user (user_no,user_id,user_pwd,user_mail,user_answer,user_question) VALUES ('$dk_user_no','".$_POST['accname']."','".$_POST['accpass1']."','".$_POST['accmail']."','0','0')",$ms_con);
echo "<center><b><u>The account was successfully created. Have fun !</b></u></center><br><br>";
echo "<center>Here is your login info again:</center>";
echo "<center>Your account name is: <b>".$_POST['accname']."</b></center>";
echo "<center>Your password is: <b>".$_POST['accpass1']."</b></center>";
echo "DO NOT LOOSE THIS INFO, YOU MAY WRITE IS DOWN AND HIDE IT";
}
Download Center Script 06/19/2010 - Main - 0 Replies Hallo :)
Ich suche für meine Homepage so ein DL System bezw Ordnungs System bezw Script :D
Directory Listing of /dllisting/
Ich hoffe ihr könnt mir helfen Google findet nichts!