Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server > CO2 PServer Guides & Releases
You last visited: Today at 14:08

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

Advertisement



Welcome Guys After LongTime ... For The First Time HackingCase Script

Discussion on Welcome Guys After LongTime ... For The First Time HackingCase Script within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2011
Posts: 3
Received Thanks: 0
Welcome Guys After LongTime ... For The First Time HackingCase Script

Welcome My dear
Welcome all distinguished members of the 4Botters after a long absence, i returned the strongest theme in the world in private server.
Hacking Case Wihtout New CONFIG FILE !!!

Now The Config File Looks Like This

PHP Code:
<?php
    
//require_once './inc/class.captcha.php';
    // Configurations
    
$myhost='localhost';   // MySQL database address
    
$mypass='test';            // MySQL server login
    
$myuser='test';            // MySQL server pass
    
    
$accdb='account_zf';         //your server account database
    //$accdb='account';   //your server account database
    
$gamedb='zf';                //your server game database
    
$hackcase='hackcase'// your hacking case database
    
        //register.php
    
$passhash=false;     // set to true if u wish to save hash of pass instead of plain text pass
  
  //status.php
  
$serveraddres='5.223.249.245';     //your server ip
    
$serverport=5816;        //your server connection port
    
$servername='RaPPeR-Co';     //your server name
  
    //ranks.php
    
$tableSet=' width="440" border="1" align="center"';  // rank tables settings html code
    
$limit=33;   //records[lines/rows] limit for ranks table
    
$limit2=13;  //records[lines/rows] limit for half of an rank table guilds
    
    
    
    //  DON'T CHANGE ANYTHING BELOW THIS LINE
    //   //    //    //    //    //    //    //    //    //    //    //   //    //    //    //    //    //    //    //
  //      even more if u dont know what u r doing !!!
    
$MySQL=mysql_connect($myhost,$myuser,$mypass);
    
mysql_select_db($gamedb);
    
    
// mainly ranks.php ...
  
function prof ($val) { //params> int_proffesion   returns>string_proffesion  //made for prof and old_prof
    
if ($val>&& $val<16)  return 'Trojan';
    if (
$val>19 && $val<26) return 'Warrior';
    if (
$val>39 && $val<46) return 'Archer';
    if (
$val>99 && $val<102)  return 'Taoist';
    if (
$val>131 && $val<136) return 'Water';
   if (
$val>141 && $val<146) return 'Fire';
   if (
$val>54 && $val<56) return 'Ninja'
    if (
$val>0) return 'ERROR';
    
      return (Empty(
$val) ? '' 'Error'); //  when old prof is not set print nothing in table
    
}
  function 
pk ($val) {  //params> int_pk   returns>string_PKpoints
    
if ($val>=1000) return '<font color="black"><b><u>'.$val.'</u></b></font>';
    if (
$val>=100) return '<font color="black"><b>'.$val.'</b></font>';    //  <font color="darkgreen">
    
if ($val>=30 && $val<100)  return '<font color="red">'.$val.'</font>';
    
    return 
$val;  //I know ... lets say ... STANDART dot
    
}
  function 
noble ($val,$cash) {  //params> int_nobleNr. int_donated   returns>string_nobleRank
    
if ($val<4) return '<font color="#FF9900">King<font color="white">/<font color="lightpink">Queen';
    if (
$val<16) return '<font color="#669966">Prince';
    if (
$val<51)  return 'Duke';
    
    if (
$cash>200000000)  return 'Earl';
    if (
$cash>100000000)  return 'Baron';
    if (
$cash>30000000)   return 'Knight';
    
    return 
'Error';  //I know ... lets say ... STANDART dot
    
}

/*
<script type="text/javascript"> 
function toggle(a,b) { 
a = document.getElementById(a); 
b = document.getElementById(b); 
var display = a.style.display ? '' : 'none'; 
a.style.display = display; 
var displaydva = a.style.display ? 'block' : 'none'; 
b.style.display = displaydva; 

</script> 
<script type="text/javascript"> function Rshow(o) {
          var a = document.getElementByID('b'+o+'');
          a.style.display='none';
          document.getElementByID('row'+o+'').style.display='block';
          }
        function Rhide(o) {
          document.getElementByID('b'+o+'').style.display='block';
          var a = document.getElementByID('row'+o+'');
          a.style.display='none';
          } </script>
*/
    
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Server Name</title>
<script type="text/javascript" src="./inc/md5.js"></script>
<link href="default.css" rel="stylesheet" type="text/css" />

</head><body>
<script type="text/javascript"> 
function todd(a,b) { 
a = document.getElementById('row' + a + b); 
//var display = a.style.display ? '' : 'none'; 
//a.style.display = display; 
a.style.display='block'; 

</script>
Now Search For
PHP Code:
    $gamedb='zf';                //your server game database 
Now Put Under It
PHP Code:
$hackcase='hackcase'// your hacking case database 
To Make The Config File Looks Like This

PHP Code:
<?php
    
//require_once './inc/class.captcha.php';
    // Configurations
    
$myhost='localhost';   // MySQL database address
    
$mypass='test';            // MySQL server login
    
$myuser='test';            // MySQL server pass
    
    
$accdb='account_zf';         //your server account database
    //$accdb='account';   //your server account database
    
$gamedb='zf';                //your server game database
    
$hackcase='hackcase'// your hacking case database
    
        //register.php
    
$passhash=false;     // set to true if u wish to save hash of pass instead of plain text pass
  
  //status.php
  
$serveraddres='5.223.249.245';     //your server ip
    
$serverport=5816;        //your server connection port
    
$servername='RaPPeR-Co';     //your server name
  
    //ranks.php
    
$tableSet=' width="440" border="1" align="center"';  // rank tables settings html code
    
$limit=33;   //records[lines/rows] limit for ranks table
    
$limit2=13;  //records[lines/rows] limit for half of an rank table guilds
    
    
    
    //  DON'T CHANGE ANYTHING BELOW THIS LINE
    //   //    //    //    //    //    //    //    //    //    //    //   //    //    //    //    //    //    //    //
  //      even more if u dont know what u r doing !!!
    
$MySQL=mysql_connect($myhost,$myuser,$mypass);
    
mysql_select_db($gamedb);
    
    
// mainly ranks.php ...
  
function prof ($val) { //params> int_proffesion   returns>string_proffesion  //made for prof and old_prof
    
if ($val>&& $val<16)  return 'Trojan';
    if (
$val>19 && $val<26) return 'Warrior';
    if (
$val>39 && $val<46) return 'Archer';
    if (
$val>99 && $val<102)  return 'Taoist';
    if (
$val>131 && $val<136) return 'Water';
   if (
$val>141 && $val<146) return 'Fire';
   if (
$val>54 && $val<56) return 'Ninja'
    if (
$val>0) return 'ERROR';
    
      return (Empty(
$val) ? '' 'Error'); //  when old prof is not set print nothing in table
    
}
  function 
pk ($val) {  //params> int_pk   returns>string_PKpoints
    
if ($val>=1000) return '<font color="black"><b><u>'.$val.'</u></b></font>';
    if (
$val>=100) return '<font color="black"><b>'.$val.'</b></font>';    //  <font color="darkgreen">
    
if ($val>=30 && $val<100)  return '<font color="red">'.$val.'</font>';
    
    return 
$val;  //I know ... lets say ... STANDART dot
    
}
  function 
noble ($val,$cash) {  //params> int_nobleNr. int_donated   returns>string_nobleRank
    
if ($val<4) return '<font color="#FF9900">King<font color="white">/<font color="lightpink">Queen';
    if (
$val<16) return '<font color="#669966">Prince';
    if (
$val<51)  return 'Duke';
    
    if (
$cash>200000000)  return 'Earl';
    if (
$cash>100000000)  return 'Baron';
    if (
$cash>30000000)   return 'Knight';
    
    return 
'Error';  //I know ... lets say ... STANDART dot
    
}

/*
<script type="text/javascript"> 
function toggle(a,b) { 
a = document.getElementById(a); 
b = document.getElementById(b); 
var display = a.style.display ? '' : 'none'; 
a.style.display = display; 
var displaydva = a.style.display ? 'block' : 'none'; 
b.style.display = displaydva; 

</script> 
<script type="text/javascript"> function Rshow(o) {
          var a = document.getElementByID('b'+o+'');
          a.style.display='none';
          document.getElementByID('row'+o+'').style.display='block';
          }
        function Rhide(o) {
          document.getElementByID('b'+o+'').style.display='block';
          var a = document.getElementByID('row'+o+'');
          a.style.display='none';
          } </script>
*/
    
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Server Name</title>
<script type="text/javascript" src="./inc/md5.js"></script>
<link href="default.css" rel="stylesheet" type="text/css" />

</head><body>
<script type="text/javascript"> 
function todd(a,b) { 
a = document.getElementById('row' + a + b); 
//var display = a.style.display ? '' : 'none'; 
//a.style.display = display; 
a.style.display='block'; 

</script>
Now Download The Database And The HackingCase Page From Attachments
Attached Files
File Type: rar Mohamed Tarek Hacking Case.rar (3.1 KB, 8 views)
MohamedTarek7233 is offline  
Old 02/26/2011, 23:35   #2
 
elite*gold: 0
Join Date: Feb 2011
Posts: 3
Received Thanks: 0
hey guys is it a bad post?
MohamedTarek7233 is offline  
Old 02/27/2011, 00:18   #3
 
12tails's Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 782
Received Thanks: 458
Code:
Welcome My dear
Welcome all distinguished members of the 4Botters after a long absence, i returned the strongest theme in the world in private server.
Hacking Case Wihtout New CONFIG FILE !!!
Now The Config File Looks Like This
here is not 4botters...
12tails is offline  
Old 02/27/2011, 01:05   #4
 
elite*gold: 0
Join Date: Feb 2011
Posts: 185
Received Thanks: 55
And this dignifies what?
Yup Stigs is offline  
Old 02/27/2011, 13:12   #5


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,126
Received Thanks: 2,518
Just read through it twice, this serves no purpose as far as i can tell, you specify 'hackcase' as the name of a second database, but this data isnt used for anything then, the php is never made aware of the fact that a second database exists, and the private server certainly has no idea.

So its pointless? lol.
Korvacs is offline  
Old 02/27/2011, 15:18   #6
 
WarpGeorge's Avatar
 
elite*gold: 0
Join Date: May 2010
Posts: 133
Received Thanks: 27
I just viewed his PHP file. I think he created a form, where you can insert your account and password (they will be stored in the database) for the hacking cases. Like TQ does when you want to report someone who hacked your account. I think this is the thing he wanted to say, but he couldn't explain very well. Since I'm not sure this is the thing he meant, please don't flame me if I'm wrong.
WarpGeorge is offline  
Reply


Similar Threads Similar Threads
[Help]One last time please guys.
03/22/2009 - CO2 Private Server - 5 Replies
Hello everybody. First i need to know how to solve this problem on binaries Everytime someone tries to login on the server on CoAccount Server i get this error : Test|CoClient razorl Tried to enter to a non existent server Ip(5.158.27.211) Iam the only one that can login The second problem is that when i login and i learn/type a skill nothing appears iam sure its because of the multiclient can someone post a working one for me Thanks all i needed thatnks.
Server time script(A very easy java script)
12/22/2008 - CO2 Private Server - 4 Replies
Put this in ur body tag <table> <td> <span id="liveclock" style="position:absolute;Change this to left or right:1;change this to bottom or top:1;"></span> <script language="JavaScript"> <!--
its been a longtime
11/27/2008 - Cabal Online - 0 Replies
since my pc was crashing im tired playing cabal for 5 months(i think),,,and then i try this P-server CABAL-EXTREME ( iam lvl 62 noob)...i try using CE 5.4 speed hacking enable and run but no action, i think this game server PATCHED....i cant find the address speed...also i try system.dll..OS crashing..amm is there any new CE or and version 5.5? or new process, so we can explore something?
Its time for you guys to help me!
11/19/2007 - Silkroad Online - 1 Replies
What is Astral? How can i use it?



All times are GMT +1. The time now is 14:11.


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.