Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 16:11

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

Advertisement



How to create accounts in 5165 source

Discussion on How to create accounts in 5165 source within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
smircea's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 30
Received Thanks: 4
How to create accounts in 5165 source

i got a 5165 source from elitepvp and i dont know how to do an sit and how to make accounts need help
smircea is offline  
Thanks
1 User
Old 02/01/2010, 09:50   #2
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,783
Received Thanks: 5,304

Helpful thread if you have questions with 5165.
Arcо is offline  
Thanks
2 Users
Old 02/01/2010, 15:17   #3
 
elite*gold: 0
Join Date: May 2007
Posts: 16
Received Thanks: 3
Just open the Server and write /newacc (login) (password)

ex: for PM account
the login LOGIN
pass PASS

just write /newacc LOGIN PASS [PM]
BadmanDiogo is offline  
Thanks
1 User
Old 02/06/2010, 23:27   #4
 
elite*gold: 0
Join Date: Apr 2009
Posts: 8
Received Thanks: 0
esti roman da add dak esti: ciubuc_2
komy9 is offline  
Old 02/07/2010, 06:37   #5
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,783
Received Thanks: 5,304
Quote:
Originally Posted by komy9 View Post
esti roman da add dak esti: ciubuc_2
#reported.
Please only post in German or English.
If you post another language please provide a translation.
Arcо is offline  
Old 02/10/2010, 02:56   #6
 
elite*gold: 0
Join Date: Jun 2009
Posts: 5
Received Thanks: 0
Unhappy

Quote:
Originally Posted by BadmanDiogo View Post
Just open the Server and write /newacc (login) (password)

ex: for PM account
the login LOGIN
pass PASS

just write /newacc LOGIN PASS [PM]
More How to The others players create an account

my register page doesn't work

please help =/
cesarkirch is offline  
Old 02/10/2010, 03:19   #7
 
elite*gold: 0
Join Date: Jan 2010
Posts: 46
Received Thanks: 9
Cesarkirch:

PHP Code:
<?php
  define 
("MaxNameLength"32);
  
define ("WrongChars""\r\n"); // Type other Chars, which shouldn't be in the Names, behind \r\n, but before "
  
define ("AccountFilesPath""D:\OldCODB\Users\\");
  
define ("AccountFilesEnding"".usr");
?>


<html>
  <body><body bgcolor="#000000"> 
  <body text="#FF0000"
    <h1><center>.</center></h1>
    <h1><center>.</center></h1>
    
    <?php // New Account?
      
If (IsSet($_GET["account"]["password"])) {

        
// Variables
        
$Account $_GET["account"];
        
$Password $_GET["password"];    
        
$AllRight True;
        
        
// Wrong Chars?
        
For ($I=0$I<StrLen(WrongChars); $I++) {
          If (
StrPos($AccountSubStr(WrongChars,$I,1))) {
            Echo 
"<p>Your Name musn't contain the char \"".SubStr(WrongChars,$I,1)."\"</p>";
            
$AllRight False;
          }
        }
        
        
// File Exists?
        
If (file_exists(AccountFilesPath.$Account.AccountFilesEnding)) {
          Echo 
"<p><FONT COLOR='#F0F8FF'><FONT SIZE='3'><center>This Account already exists!</center></FONT></FONT></p>";
          
$AllRight False;
        }


        if(
$_GET["password"]!=$_GET["password1"]) {
          Echo 
"<p><FONT COLOR='#F0F8FF'><FONT SIZE='3'><center>Password don't match</center></FONT></FONT></p>";
          
$AllRight False;
        }


          if(
ereg("^[0-9a-zA-Z]{4,4}$",$_GET["password"])) $code ''; {
          
        }


          if(
ereg("^[0-9a-zA-Z]{5,5}$",$_GET["password"])) $code ''; {

        }



          if(
ereg("^[0-9a-zA-Z]{6,6}$",$_GET["password"])) $code ''; {

        }



          if(
ereg("^[0-9a-zA-Z]{7,7}$",$_GET["password"])) $code ''; {

        }



          if(
ereg("^[0-9a-zA-Z]{8,8}$",$_GET["password"])) $code ''; {

        }



          if(
ereg("^[0-9a-zA-Z]{9,9}$",$_GET["password"])) $code '    '; {

        }



          if(
ereg("^[0-9a-zA-Z]{10,10}$",$_GET["password"])) $code '
'
; {

        }



          if(
ereg("^[0-9a-zA-Z]{11,11}$",$_GET["password"])) $code ' '; {  

        }



          if(
ereg("^[0-9a-zA-Z]{12,12}$",$_GET["password"])) $code ' '; {   

        }



          if(
ereg("^[0-9a-zA-Z]{13,13}$",$_GET["password"])) $code '
'
; {   

        }



          if(
ereg("^[0-9a-zA-Z]{14,14}$",$_GET["password"])) $code ''; {

        }



        if(!
ereg("^[0-9a-zA-Z]{4,14}$",$_GET["password"])) {
          Echo 
"<p><FONT COLOR='#F0F8FF'><FONT SIZE='3'><center>Password only lenght of 4 to 14 characters</center></FONT></FONT></p>";
          
$AllRight False;
        }



        
        
// All Right?
        
If ($AllRight) {
          
// File-Data
          
          
          
$Text .= "$code$Password ";
          
          
          
// Create File
          
File_Put_Contents (AccountFilesPath.$Account.AccountFilesEnding$Text);
         
          
// Check File
          
if(!file_exists(AccountFilesPath.$Account.AccountFilesEnding)) {
            echo 
"<p>Error!</p>";
          }
       
          Echo 
"<p><FONT COLOR='#F0F8FF'><FONT SIZE='3'><center>This Account is created succesfully!</center></FONT></FONT></p>";
        }
      }
    
?>
    <center><FONT COLOR='#FFFDD0'><FONT SIZE='2'>
    <form action="" type=post>
      <label for="name"><div><br>Account</br></div></label> <input type=text id="name" name="account" size=20 maxlength=<?php Echo MaxNameLength?> /><br>
       <label for="name"><div><br>Password</br></div></label> <input type=text id="name" name="password" size=20 maxlength=<?php Echo MaxNameLength?> /><br>
       <label for="name"><div><br>Retype Password</br></div></label> <input type=text id="name" name="password1" size=20 maxlength=<?php Echo MaxNameLength?> /><br>
      <button type=submit>Register</button>
    </form>
   

</FONT></FONT>

            </div>
I didn't script this but here you are
iRook is offline  
Thanks
1 User
Old 04/12/2010, 01:33   #8
 
superplox's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 275
Received Thanks: 23
Quote:
Originally Posted by iRook View Post
Cesarkirch:

PHP Code:
<?php
  define 
("MaxNameLength"32);
  
define ("WrongChars""\r\n"); // Type other Chars, which shouldn't be in the Names, behind \r\n, but before "
  
define ("AccountFilesPath""D:\OldCODB\Users\\");
  
define ("AccountFilesEnding"".usr");
?>


<html>
  <body><body bgcolor="#000000"> 
  <body text="#FF0000"
    <h1><center>.</center></h1>
    <h1><center>.</center></h1>
    
    <?php // New Account?
      
If (IsSet($_GET["account"]["password"])) {

        
// Variables
        
$Account $_GET["account"];
        
$Password $_GET["password"];    
        
$AllRight True;
        
        
// Wrong Chars?
        
For ($I=0$I<StrLen(WrongChars); $I++) {
          If (
StrPos($AccountSubStr(WrongChars,$I,1))) {
            Echo 
"<p>Your Name musn't contain the char \"".SubStr(WrongChars,$I,1)."\"</p>";
            
$AllRight False;
          }
        }
        
        
// File Exists?
        
If (file_exists(AccountFilesPath.$Account.AccountFilesEnding)) {
          Echo 
"<p><FONT COLOR='#F0F8FF'><FONT SIZE='3'><center>This Account already exists!</center></FONT></FONT></p>";
          
$AllRight False;
        }


        if(
$_GET["password"]!=$_GET["password1"]) {
          Echo 
"<p><FONT COLOR='#F0F8FF'><FONT SIZE='3'><center>Password don't match</center></FONT></FONT></p>";
          
$AllRight False;
        }


          if(
ereg("^[0-9a-zA-Z]{4,4}$",$_GET["password"])) $code ''; {
          
        }


          if(
ereg("^[0-9a-zA-Z]{5,5}$",$_GET["password"])) $code ''; {

        }



          if(
ereg("^[0-9a-zA-Z]{6,6}$",$_GET["password"])) $code ''; {

        }



          if(
ereg("^[0-9a-zA-Z]{7,7}$",$_GET["password"])) $code ''; {

        }



          if(
ereg("^[0-9a-zA-Z]{8,8}$",$_GET["password"])) $code ''; {

        }



          if(
ereg("^[0-9a-zA-Z]{9,9}$",$_GET["password"])) $code '    '; {

        }



          if(
ereg("^[0-9a-zA-Z]{10,10}$",$_GET["password"])) $code '
'
; {

        }



          if(
ereg("^[0-9a-zA-Z]{11,11}$",$_GET["password"])) $code ' '; {  

        }



          if(
ereg("^[0-9a-zA-Z]{12,12}$",$_GET["password"])) $code ' '; {   

        }



          if(
ereg("^[0-9a-zA-Z]{13,13}$",$_GET["password"])) $code '
'
; {   

        }



          if(
ereg("^[0-9a-zA-Z]{14,14}$",$_GET["password"])) $code ''; {

        }



        if(!
ereg("^[0-9a-zA-Z]{4,14}$",$_GET["password"])) {
          Echo 
"<p><FONT COLOR='#F0F8FF'><FONT SIZE='3'><center>Password only lenght of 4 to 14 characters</center></FONT></FONT></p>";
          
$AllRight False;
        }



        
        
// All Right?
        
If ($AllRight) {
          
// File-Data
          
          
          
$Text .= "$code$Password ";
          
          
          
// Create File
          
File_Put_Contents (AccountFilesPath.$Account.AccountFilesEnding$Text);
         
          
// Check File
          
if(!file_exists(AccountFilesPath.$Account.AccountFilesEnding)) {
            echo 
"<p>Error!</p>";
          }
       
          Echo 
"<p><FONT COLOR='#F0F8FF'><FONT SIZE='3'><center>This Account is created succesfully!</center></FONT></FONT></p>";
        }
      }
    
?>
    <center><FONT COLOR='#FFFDD0'><FONT SIZE='2'>
    <form action="" type=post>
      <label for="name"><div><br>Account</br></div></label> <input type=text id="name" name="account" size=20 maxlength=<?php Echo MaxNameLength?> /><br>
       <label for="name"><div><br>Password</br></div></label> <input type=text id="name" name="password" size=20 maxlength=<?php Echo MaxNameLength?> /><br>
       <label for="name"><div><br>Retype Password</br></div></label> <input type=text id="name" name="password1" size=20 maxlength=<?php Echo MaxNameLength?> /><br>
      <button type=submit>Register</button>
    </form>
   

</FONT></FONT>

            </div>
I didn't script this but here you are
were would u put that? o.O
superplox is offline  
Old 04/16/2010, 06:29   #9
 
eleven's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 38
Received Thanks: 4
first get you would save it as index.php or what ever you want to name the reg page Reg.php is fine too and place it in c:/AppServ/www and now post a link to the page which is http://YOUR.EXTERNAL.IP.HERE/index or what ever you named the .php

* words marked with red just put your external IP here.
eleven is offline  
Reply


Similar Threads Similar Threads
Hi I need 5165 source act like Real Co 5165
09/15/2010 - CO2 Private Server - 4 Replies
I need a A source 5165 that all skills is available specially rb char like nin-nin-nin counterKill and nin-war-nin reflect and more, and also the attack rates should be fair not like +8 set can 1 hit +12 set, and also maybe the client, I need to study to make it in 5200+ source. I love to trade it with my cofarmer account VIP i have use it for 5 days only. PM or contact me in skype :marlyandedsel
[Very-Simple-Release]How to create Status in 5165!
06/10/2010 - CO2 PServer Guides & Releases - 11 Replies
Ok so this might be a basic release lol but someday I decided to fiddle around wit da server since ma internet was down and I'm currently getting a new one... ANYWAYS, this might or might not work depending on the results u get...but it worked for me lol...and plz DON'T spam/flame me...as YES I am still a newbie coder and will keep learning! Alright so here is how we create more status signs...i.e. "GM" "PM" etc... go to "Main>GameClient.cs" and find there: public bool GM; under it...
[Biete]COD6 Modern Warfare 2 Steam Accounts + CS:Source + DoD:Source
04/17/2010 - Steam Trading - 9 Replies
Hallo, ich biete hier einen Call of Duty 6 - Modern Warfare (UNCUT + RETAIL) Steam Account an. 1. STEAM-Account Call Of Duty 6 - Modern Warfare 2 + Cunter-Strike: Source + Day Of Defeat: Source SOLD! http://img199.imageshack.us/img199/7035/steamaccou nt1.png Des weiteren biete ich hier noch einen orignalen Uncut Modern Warfare 2 Steam Account mit VAC Bann an, welcher jedoch im Single Player problemlos zu spielen ist.
how to create account in SHADE CO Source?
03/06/2009 - CO2 Private Server - 2 Replies
how to create account in SHADE CO Source? I create the accounts editing the other there is an easier way?



All times are GMT +1. The time now is 16:12.


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