Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames > DarkOrbit
You last visited: Today at 19:57

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

Advertisement



Faction Change ( Free Source for DO Private server )

Discussion on Faction Change ( Free Source for DO Private server ) within the DarkOrbit forum part of the Browsergames category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2010
Posts: 41
Received Thanks: 5
Post Faction Change ( Free Source for DO Private server )

Hello ,

My name is Dr-Batcher and i have developed a little faction change for One Ultimate actually i work for new webpage faction change with new choise faction

My script is easy for using and easy to code

you copy this in your indexInternal.es?action=internalStart for exemple

// Dr-Batcher script for instant change faction ( temporaly script )
PHP Code:
<form name="firmchange" action="firmchange.php?factionId=1&playerID=<?php echo $Users->DataRow['playerID']; ?>" method="post">
                        <input type="submit" value=" MMO "/></form><br>
                        <form name="firmchange" action="firmchange.php?factionId=2&playerID=<?php echo $Users->DataRow['playerID']; ?>" method="post">
                        <input type="submit" value="  EIC  "/></form><br>
                        <form name="firmchange" action="firmchange.php?factionId=3&playerID=<?php echo $Users->DataRow['playerID']; ?>" method="post">
                        <input type="submit" value=" VRU "/></form><br>
and you use config.php ( for trade by Şήøωў! it's the same )

and your create firmchange.php with this code

PHP Code:
 <?php  
require('config.php');
  function 
do_alert($msg){
        echo 
'<script type="text/javascript">alert("' $msg '"); </script>';
    }
mysql_connect($dbhost$dbuser$password)or error("Could not connect: ".mysql_error());
mysql_select_db($dbname) or error(mysql_error());

$sql mysql_query("UPDATE server_1_players SET factionId='".$_REQUEST["factionId"]."' where playerID='".$_REQUEST["playerID"]."'");
        if(
$sql)
        { 
         echo 
do_alert("Faction is changed when not contact Dr-Batcher  Good Game");
        }   
header("Location: indexInternal.es?action=internalStart");        
?>
Thx all

Dr-Batcher New php developper for One Ultimate
killer boss is offline  
Thanks
3 Users
Old 09/27/2013, 18:52   #2
 
Sήøwy's Avatar
 
elite*gold: 1
Join Date: Aug 2010
Posts: 1,330
Received Thanks: 1,724
I can't remember when i made this but i supose i help someone with that :>
Sήøwy is offline  
Thanks
2 Users
Old 09/27/2013, 18:55   #3
 
elite*gold: 0
Join Date: Jan 2010
Posts: 41
Received Thanks: 5
Yes It's just simply code for help new administrator of darkorbit private server

i have create this but i use your config.php lol
killer boss is offline  
Old 09/27/2013, 19:26   #4
 
arvatadryan's Avatar
 
elite*gold: 9
Join Date: Sep 2010
Posts: 433
Received Thanks: 199
Quote:
Originally Posted by asd26 View Post
I can't remember when i made this but i supose i help someone with that :>
haha you dont remember
arvatadryan is offline  
Old 09/27/2013, 19:30   #5
 
elite*gold: 0
Join Date: Jan 2010
Posts: 41
Received Thanks: 5
it's normally because i create this but i use config.php for connect into database
killer boss is offline  
Old 09/27/2013, 20:57   #6
 
cryz35's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 1,718
Received Thanks: 2,382
Another copy of buy.php, that means everyone will be able to change ALL USERS' company. lol.....

For you information^
cryz35 is offline  
Old 09/27/2013, 21:07   #7
 
elite*gold: 0
Join Date: Jan 2010
Posts: 41
Received Thanks: 5
yes i work new system . the mmo member can't access mmo changer and for other faction it's the same

i have report into my topic it was a temporary file
killer boss is offline  
Old 09/27/2013, 21:13   #8
 
cryz35's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 1,718
Received Thanks: 2,382
Quote:
Originally Posted by killer boss View Post
yes i work new system . the mmo member can't access mmo changer and for other faction it's the same

i have report into my topic it was a temporary file
That's not the problem....

Anyway, good job...
cryz35 is offline  
Old 09/27/2013, 21:49   #9
 
elite*gold: 15
Join Date: Dec 2012
Posts: 1,236
Received Thanks: 1,411
Quote:
Originally Posted by killer boss View Post
Hello ,

My name is Dr-Batcher and i have developed a little faction change for One Ultimate actually i work for new webpage faction change with new choise faction

My script is easy for using and easy to code

you copy this in your indexInternal.es?action=internalStart for exemple

// Dr-Batcher script for instant change faction ( temporaly script )
PHP Code:
<form name="firmchange" action="firmchange.php?factionId=1&playerID=<?php echo $Users->DataRow['playerID']; ?>" method="post">
                        <input type="submit" value=" MMO "/></form><br>
                        <form name="firmchange" action="firmchange.php?factionId=2&playerID=<?php echo $Users->DataRow['playerID']; ?>" method="post">
                        <input type="submit" value="  EIC  "/></form><br>
                        <form name="firmchange" action="firmchange.php?factionId=3&playerID=<?php echo $Users->DataRow['playerID']; ?>" method="post">
                        <input type="submit" value=" VRU "/></form><br>
and you use config.php ( for trade by Şήøωў! it's the same )

and your create firmchange.php with this code

PHP Code:
 <?php  
require('config.php');
  function 
do_alert($msg){
        echo 
'<script type="text/javascript">alert("' $msg '"); </script>';
    }
mysql_connect($dbhost$dbuser$password)or error("Could not connect: ".mysql_error());
mysql_select_db($dbname) or error(mysql_error());

$sql mysql_query("UPDATE server_1_players SET factionId='".$_REQUEST["factionId"]."' where playerID='".$_REQUEST["playerID"]."'");
        if(
$sql)
        { 
         echo 
do_alert("Faction is changed when not contact Dr-Batcher  Good Game");
        }   
header("Location: indexInternal.es?action=internalStart");        
?>
Thx all

Dr-Batcher New php developper for One Ultimate
Better make a fee of Uridium / XP / Honor and change the system.
«Ice.Shock™ is offline  
Thanks
1 User
Old 09/27/2013, 21:54   #10
 
elite*gold: 0
Join Date: Jan 2010
Posts: 41
Received Thanks: 5
ok i create this ice chock i post tomorrow probably
killer boss is offline  
Old 09/27/2013, 22:29   #11
 
Sήøwy's Avatar
 
elite*gold: 1
Join Date: Aug 2010
Posts: 1,330
Received Thanks: 1,724
Quote:
.$_REQUEST["factionId"]."' where playerID='".$_REQUEST["playerID"]."'");
You should make to use the session saved vars not requested ones.
And check them for exist/inject and all important stuff before do the mysql query.
Sήøwy is offline  
Thanks
2 Users
Old 09/28/2013, 09:57   #12
 
CrazyLazyGuy's Avatar
 
elite*gold: 70
Join Date: Jun 2012
Posts: 440
Received Thanks: 126
PHP Code:
$sql mysql_query("UPDATE server_1_players SET factionId='".$_REQUEST["factionId"]."' where playerID='".$_REQUEST["playerID"]."'"); 
=>



PHP Code:
 $fid stripslashes($_SESSION['factionId']);
$pid stripslashes($_SESSION['playerID']);
$sql mysql_query("UPDATE server_1_players SET factionId='$fid' where playerID='$pid'"); 
In some minutes i will make and the honor substract.
CrazyLazyGuy is offline  
Reply


Similar Threads Similar Threads
[Suche/Searching] Server-Transfer / Faction Change
09/06/2012 - World of Warcraft Trading - 2 Replies
Hi, suche günstig einen Server-Transer sowie Faction-Change. Hi, looking for cheap Server and Faction change. edit: Suche niedrigeren Preis als Blizzard Standard, sofern so etwas möglich ist wie vor einer Zeit durch das T-Online Guthaben Angebot. 1:1 Preis ist uninteressant
S: Faction Change B: Look in.
07/04/2011 - World of Warcraft Trading - 0 Replies
Wie oben beschrieben suche ich nen Faction Change, und ich biete dafür, den Basic Bot, von Pirox, und level / farm dienste! PM ME!



All times are GMT +1. The time now is 19:57.


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.