Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

AgarioPvp Custom Design with Clan System and Anti-DDoS Protection

Status
Not open for further replies.
Newbie Spellweaver
Joined
Apr 28, 2015
Messages
13
Reaction score
5
Hello again after a long time

agariopvp.biz was sold as it is known files are paid.
my honor that I share with you offline for a long time I did I buy myself a special and full files
web design belongs to me.
ragezone.com shared outside unauthorized access.


What is there in the system?

1- special flood-protected chat system
2- Clan Clan Inviting your friends System
3- membership system
4- You can delete a member of the clan delete the admin panel
5- server system files bans and bans rope system available
6- Inability to chat without members
7- There is no such drop explains remote server protection server.
It contains anti-DDoS system
coding
8- approval by the skin loading and just manager

Admin Panel
User Name :
admin
Password :
ragezone


Demo Script :

There are so many features that came to my mind when





Download = !VcMtUm_ROqDVLw5n95Tg7Vg329bQTW32Fhoqc2oyc8E

RaR Password = RaGeZoNe.CoM
( It great little difference )

Skype =
forum06
 
Last edited:
Elite Diviner
Joined
Nov 28, 2014
Messages
450
Reaction score
113
Interesting features!

Could be useful to many!

Thanks for posting this :):
 
Newbie Spellweaver
Joined
Mar 30, 2012
Messages
30
Reaction score
0
- I'm using wampserver
- Index.php
PHP:
<?
session_start();
include("config.php");
if ($_GET['lang']=='en')
{
include("lang/en.php");
}
else
{
include("lang/tr.php");	
}

?>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Agar.io, pvp web tarayıcısı üzerinden oynanan 2 boyutlu online oyundur. Oyundaki amaç etrafta bulunan yemleri ve diğer oyuncuları yemektir.">
<meta http-equiv="content-language" content="en">
<meta name="keywords" content="agar, io, pvp, oyna, web tabanlı, mobil, oyun, agariopvp, agar pvp, ios, android, play,">
<meta name="robots" content="index, follow">
<meta name="viewport" content="minimal-ui, width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>Agario Pvp Oyna | Official Website</title>	
<link id="favicon" rel="icon" type="image/png" href="img/favicon-32x32.png"/>
<link href="css/main.css" rel="stylesheet">
<link href="css/btsp.css" rel="stylesheet">
<script type="text/javascript" src="js/youtube.js"></script>
<script type="text/javascript" src="js/jq.js"></script>
<script type="text/javascript" src="js/btsp.js"></script>
<script type="text/javascript" src="js/popup.js"></script>
<script type="text/javascript" src="js/vtr.js"></script>
<?
if ($_SESSION['kullanici_adi']){
$sorgu_giris=mysql_query("SELECT * from uyeler WHERE kullanici_adi='".$_SESSION['kullanici_adi']."'");
while($bilgiler=mysql_fetch_array($sorgu_giris))
{{?><?}{{?>
<script type="text/javascript" src="js/cr1.js"></script>
<?}}}}else{?>
<script type="text/javascript" src="js/cr.js"></script>
<?}?>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/tr_TR/sdk.js#xfbml=1&version=v2.4";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div id="overlays" style="display:none; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, .5); z-index: 200;">
<div id="helloDialog">


<div class="klansistemi" style="position:absolute; top:0px;right:370px;width:325px; background: rgba(0, 0, 0, .6); border-radius:5px;padding:25px 15px 5px 15px;">					
<div class="form-group">

<?
if ($_SESSION['kullanici_adi'])
{
?>
<a href="uploads.html" class="btn btn-warning" role="button">Skin Upload</a>
<a href="cikis.php" class="btn btn-danger" role="button"><?=$lang_cikisyap?></a>
<a href="bilgi.php" class="btn btn-success" role="button"><?=$lang_uyelikguncelle?></a>
<?
}
else
{
?>
<a href="uploads.html" class="btn btn-warning" role="button">Skin Upload</a>
<a href="login.php" class="btn btn-danger" role="button"><?=$lang_girisyap?></a>
<a href="register.php" class="btn btn-success" role="button"><?=$lang_kayitolbuton?></a>
<?
}
?>
</div>
<br clear="both"/>
<?
if ($_SESSION['kullanici_adi'])
{
$sorgu_giris=mysql_query("SELECT * from uyeler WHERE kullanici_adi='".$_SESSION['kullanici_adi']."'");
while($bilgiler=mysql_fetch_array($sorgu_giris))
{
	if ($bilgiler['klanid']=='0')
	{
	echo "<h4 class=\"modal-title\" >KLAN</h4>";
	echo "Clan Tek Seferliktir. <br>Kurulan Clan İptal Edilemez.";
	echo "<hr>";
	echo "<h4 class=\"modal-title\" >Klan Oluştur</h4>";
	echo '<form id="klanolustur-form">';
	echo '<input type="hidden" name="uyeid" value="'.$bilgiler['id'].'">';
	echo '<input type="text" name="klanadi" id="klanadi" maxlength="6" placeholder="Klan Adı" size="15">';
	echo '   <span onclick="KlanOlustur();" class="btn btn-success btn-md login-btn">Oluştur</span>';
	echo '<div id="guncelleSonucklan"></div>';
	echo '</form>';
	}
	else
	{
	$sorgu_klan=mysql_query("SELECT * from klan WHERE id='".$bilgiler['klanid']."'");	
	while($bilgiler_clan=mysql_fetch_array($sorgu_klan))
	{	
	echo "<h4 class=\"modal-title\" ><b>".$bilgiler_clan['klanisim']."</b> Klanı Bilgileri</h4>";
	$sorgu_klan_uyeleri=mysql_query("SELECT * from uyeler WHERE klanid='".$bilgiler['klanid']."'");	
	$i=1;
	while($bilgiler_clan_uyeleri=mysql_fetch_array($sorgu_klan_uyeleri))
	{
	echo '<script>
	function KlanaiptalEt'.$i.'(){
	$(\'#guncelleSonuci'.$i.'\').html(\'Bekle\');
	$.ajax({
	url: "iptal.php",
	type: "POST",
	crossDomain: true,
	data: $(\'#davetiptal-form'.$i.'\').serialize(),
	success: function(donus){
		if(donus == 1){
			setTimeout(function () {$(\'#guncelleSonuci'.$i.'\').html(\'Tamam\').show(); }, 1500);
			setTimeout(function () { location.reload(1); }, 3000);
		}else{
			$(\'#guncelleSonuci'.$i.'\').html(donus).show();
		}
	}
	});
}
	</script>';


	echo "<table>";
	$dosya = 'skins/'.$bilgiler_clan_uyeleri['kullanici_adi'].'.png';
	if (file_exists($dosya)) {
	echo '<td width="20%"><img style="border-radius: 100px;box-shadow: 0 0 10px #000;border: 1px solid #fff;" id="image_prev" width="40px" height="40px" src="skins/'.$bilgiler_clan_uyeleri['kullanici_adi'].'.png"></td>';
	}
	else
	{
	echo '<td width="20%"><img style="border-radius: 100px;box-shadow: 0 0 10px #000;border: 1px solid #fff;" id="image_prev" width="40px" height="40px" src="skins/noname.png"></td>';
	
	}
	echo "<td width='40%'>".$bilgiler_clan_uyeleri['kullanici_adi']."</td>";
	echo '<td width="30%"><form id="davetiptal-form'.$x.'">';
	echo '<input type="hidden" name="klanid" value="'.$bilgiler['klanid'].'">';
	echo '<input type="hidden" name="kullanici_adi" value="'.$bilgiler_clan_uyeleri['id'].'">';
	echo '<span onclick="KlanaiptalEt'.$x.'();" class="btn btn-success btn-md login-btn">X</span>';
	echo '</form><div id="guncelleSonuci'.$x.'"></div></td>';
	echo "</table>";
	echo "<br>";
	$x++;
	}
	if ($bilgiler['id']==$bilgiler_clan['klansahibiid'])
	{
	echo "<hr>";
	echo "<h4 class=\"modal-title\" >Klana Oyuncu Ekle</h4>";
	echo '<form id="davet-form">';
	echo '<input type="hidden" name="klanid" value="'.$bilgiler['klanid'].'">';
	echo '<input type="text" name="kullanici_adi" id="kullanici_adi" maxlength="15" placeholder="Oyuncu Adı" size="15">';
	echo '   <span onclick="KlanaDavetEt();" class="btn btn-success btn-md login-btn">✓</span>';
	echo '<div id="guncelleSonuc2"></div>';
	echo '</form>';
	}
	}
	}
}
}
else
{	echo "<h4 class=\"modal-title\" >KLAN - CLAN</h4>";
	echo "TR: Klan Sistemi için üye girişi yapmalısınız!<br>EN: You need to login for clan system!";
}
?>
</div>

<div class="form-group" style="margin-top: 10px;">
<center>
<div id="logo"><label>Welcome To AgarioPvp.Biz</label></div>
</div>
<div class="form-group">

<div id="Html2" style="position:absolute;left:60px;top:62px;width:150px;height:32px;z-index:1">
<div class="fb-like" data-href="https://www.facebook.com/agariopvp.biz" data-layout="button_count" data-action="like" data-show-faces="true" data-share="true"></div>
</div>
<div id="Html2" style="position:absolute;left:200px;top:60px;width:120px;height:16px;z-index:2">
<center>
<a href="?lang=tr" title="Türkçe"><img src="lang/tr_flag.png" alt="Türkçe"></a>
<a href="?lang=en" title="English"><img src="lang/en_flag.png" alt="English"></a>
</center>
</div>
<br clear="both"/>
</div>


<div class="form-group">
<?
if ($_SESSION['kullanici_adi'])
{
$sorgu_giris=mysql_query("SELECT * from uyeler WHERE kullanici_adi='".$_SESSION['kullanici_adi']."'");
while($bilgiler=mysql_fetch_array($sorgu_giris))
{
if ($bilgiler['klanid']=='0')
{
?>
<input id="nick" disabled class="form-control" style="width: 62%;float:left;" placeholder="Nick" maxlength="15" value='<?=$bilgiler['kullanici_adi']?>'/>
<?
}
else
{
$sorgu_klanbakk=mysql_query("SELECT * from klan WHERE id='".$bilgiler['klanid']."'");
while($sorgu_klanbakk_bilgi=mysql_fetch_array($sorgu_klanbakk))
{
?>
<input id="nick" disabled class="form-control" style="width: 62%;float:left;" placeholder="Nick" maxlength="15" value='[<?=$sorgu_klanbakk_bilgi['klanisim']?>]<?=$bilgiler['kullanici_adi']?>'/>
<?
}
}
}
}
else
{
?>
<input id="nick" class="form-control" style="width: 62%;float:left;"  placeholder="Nick"/>
<?
}
?>
<?
include("gamemode.php");
?>
<br clear="both"/>
</div>
		
		
<div id="locationUnknown">
<select id="region" class="form-control" onchange="setRegion($('#region').val());" required>
<option selected disabled value=""> -- Select a Region -- </option>
<option value="US-Fremont">US West</option>
<option value="US-Atlanta">US East</option>
<option value="BR-Brazil">South America</option>
<option value="EU-London">Europe</option>
<option value="RU-Russia">Russia</option>
<option value="TK-Turkey">Turkey</option>
<option value="JP-Tokyo">East Asia</option>
<option value="CN-China">China</option>
<option value="SG-Singapore">Oceania</option>
</select>
</div>
<div>
<div class="text-muted region-message CN-China">
 </div>
</div>


<div class="form-group">
<button type="submit" id="playBtn" onclick="setNick(document.getElementById('nick').value); return false;" class="btn btn-play btn-primary btn-needs-server">Play</button>
<button id="btnayar" onclick="$('#settings, #instructions').toggle();return false;" class="btn btn-info btn-settings"><i class="glyphicon glyphicon-cog"></i></button>
<br clear="both"/>
</div>


<div id="settings" class="checkbox" style="display:none;">
<div class="form-group" action = "#">
<div id="locationKnown"></div>
<?
if ($_SESSION['kullanici_adi']){
$sorgu_giris=mysql_query("SELECT * from uyeler WHERE kullanici_adi='".$_SESSION['kullanici_adi']."'");
while($bilgiler=mysql_fetch_array($sorgu_giris))
{{?><?}{{?>
<button disabled id="spectateBtn" onclick="specetate(); return false;" class="btn btn-warning btn-spectate btn-needs-server">Spectate</button>
<?}}}}else{?>
<button id="spectateBtn" onclick="spectate(); return false;" class="btn btn-warning btn-spectate btn-needs-server">Spectate</button>
<?}?>
<br clear="both"/>
</div>
</div>


<div class="form-group" style="margin-top: 10px;">
<center>
<img border="0" src="img/300x250.png" style="width:320px;height:260px;"/>
<br clear="both"/>
<span class="text-muted">Advertisement</span></center>
</div>



</div>
</div>


<!--<div id="advert" style="display:none;position: absolute; left: 0; right:0; bottom:0; top: 0; z-index: 9999; background-color: rgba(0,0,0,0.5);">
	<div style="width: 376px; background-color: #FFFFFF; margin: 150px auto; border-radius: 15px; padding: 20px 20px 20px 20px;">
		<center>
 - - Reklam Kodu - -
<div class="progress-wrap1 progress1" data-progress-percent="100">
  <div class="progress-bar1 progress1"></div>
</div>
		<span class="text-muted">Sponsor Bağlantılar</span>
		</center>
	</div>
</div>-->


<!--<div id="advert1" style="display:none;position: absolute; left: 0; right:0; bottom:0; top: 0; z-index: 9999; background-color: rgba(0,0,0,0.5);">
<div style="width: 376px; background-color: #FFFFFF; margin: 150px auto; border-radius: 15px; padding: 20px 20px 20px 20px;">
<center>
<div class="separator" style="clear: both; text-align: center;">
 - - Reklam Kodu - -
<div class="progress-wrap2 progress2" data-progress-percent="100">
<div class="progress-bar2 progress2"></div>
</div>
<span class="text-muted">Sponsor Bağlantılar</span>
</center>
</div>
</div>
</div>-->


<div id="connecting" style="display: none; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 100;">
<div class="connecting-panel" style="width: 350px; color: #FFFF00; background-color: rgba(0, 0, 0, .8); margin: auto; border-radius: 15px; padding: 5px 15px 5px 15px;">
<h4>Oyun Dolu. Lütfen Bekleyin...<br>Yada Başka Server Deneyin.</h4>
<p><h5>Full game. Please try another server.</h5>
</div>
</div>

<div id="back"> </div>
<canvas id="canvas" width="800" height="600"></canvas>
<div id="duyuru"></div>
<?
if ($_SESSION['kullanici_adi']){
$sorgu_giris=mysql_query("SELECT * from uyeler WHERE kullanici_adi='".$_SESSION['kullanici_adi']."'");
while($bilgiler=mysql_fetch_array($sorgu_giris))
{{?><?}{{?>
<input type="text" id="chtbox11" maxlength="70" placeholder="<?=$lang_enterbassohbet?>"/>
<div id="chatlog"></div>
<?}}}}else{?>
<div id="chtbox"><label>Register ( Chat İçin Üye Olun.)</label></div>
<div id="chatlog"></div>
<?}?>

<ul id="ayrlr">
<li><a href="#" class="drop">Ayarlar (Settings)</a>
<div class="dropdown_2columns">
<div class="col_2">
<label><input type="checkbox" onchange="setSkins(!$(this).is(':checked'));"> Hide Skins</label>
<label><input type="checkbox" onchange="setHideChat($(this).is(':checked'));"> Hide Chat</label>
<label><input type="checkbox" onchange="setNames(!$(this).is(':checked'));"> İsimleri Gizle</label>
<label><input type="checkbox" onchange="setColors($(this).is(':checked'));"> Renkleri Gizle</label>
<label><input type="checkbox" onchange="setDarkTheme($(this).is(':checked'));"> Siyah Tema</label>
<label><input type="checkbox" onchange="setShowMass($(this).is(':checked'));" > Puanı Göster</label>
<label><input type="checkbox" onchange="setAcid($(this).is(':checked'));"> Asit Modu</label>
<label><input type="checkbox" onchange="setHideMap($(this).is(':checked'));"> Harita Gizle</label>
<label><input type="checkbox" onchange="setSmooth($(this).is(':checked'));"> Kenar Gösterme</label>
<label><input type="checkbox" onchange="setLargeBlob($(this).is(':checked'));"> Kalın Kenar</label>
<label><input type="checkbox" onchange="setLargeName($(this).is(':checked'));"> Kalın İsim</label>
<label><input type="checkbox" onchange="setVirusTrans($(this).is(':checked'));"> Saydam Virüs</label>
<label><input type="checkbox" onchange="setKoseGoster($(this).is(':checked'));"> Duvar Çizgi Kapat</label>
</div>
</li>
</ul>
</div>
<!--<div class="magic"></div>-->
<div style="font-family:'Comic Sans MS'"> </div>

<script type="text/javascript">
var girisok = "0";
var SKIN_URL = "./skins/";
var flood=1;
var floodsn=1;
shortcut("ctrl+v", function(){alert('[ANTI-FLOOD]');});
	function KlanaDavetEt(){
	$('#guncelleSonuc2').html('<?=$lang_girissonuc?>');
	$.ajax({
	url: "davet.php",
	type: "POST",
	crossDomain: true,
	data: $('#davet-form').serialize(),
	success: function(donus){
		if(donus == 1){
			setTimeout(function () {$('#guncelleSonuc2').html('<?=$lang_kayitsonuc?>').show(); }, 1500);
			setTimeout(function () { location.reload(1); }, 2000);
		}else{
			$('#guncelleSonuc2').html(donus).show();
		}
	}
	});
	}
	
	function KlanOlustur(){
	$('#guncelleSonucklan').html('<?=$lang_girissonuc?>');
	$.ajax({
	url: "olustur.php",
	type: "POST",
	crossDomain: true,
	data: $('#klanolustur-form').serialize(),
	success: function(donus){
		if(donus == 1){
			setTimeout(function () {$('#guncelleSonucklan').html('Klan Oluşturuldu.').show(); }, 1500);
			setTimeout(function () { location.reload(1); }, 2000);
		}else{
			$('#guncelleSonucklan').html(donus).show();
		}
	}
	});
	}
</script>

<!--
<script>
$(document).ready(function(){
		$('#duyuru').load('duyuru.php').fadeIn('slow');
	});
  
	var refreshId = setInterval( function() {
		$('#duyuru').fadeOut('slow').load('duyuru.php').fadeIn('slow');
		} , 20000);
</script>
-->

<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-66375638-1', 'auto');
  ga('send', 'pageview');

</script>


<script type="text/javascript" src="js/map.js"></script>
</html>
</body>

Error Line 64,65:
?>
<a href="cikis.php" class="btn btn-danger" role="button"><?=$lang_cikisyap?></a>
<a href="bilgi.php" class="btn btn-success" role="button"><?=$lang_uyelikguncelle?></a>
<?

Error Line 72,73 :
<a href="login.php" class="btn btn-danger" role="button"><?=$lang_girisyap?></a>
<a href="register.php" class="btn btn-success" role="button"><?=$lang_kayitolbuton?></a>


Error Line 200 :
?>
<input id="nick" disabled class="form-control" style="width: 62%;float:left;" placeholder="Nick" maxlength="15" value='<?=$bilgiler['kullanici_adi']?>'/>
<?

Error Line 209 :
?>
<input id="nick" disabled class="form-control" style="width: 62%;float:left;" placeholder="Nick" maxlength="15" value='[<?=$sorgu_klanbakk_bilgi['klanisim']?>]<?=$bilgiler['kullanici_adi']?>'/>
<?
 
Last edited:
Newbie Spellweaver
Joined
Apr 28, 2015
Messages
13
Reaction score
5
You can use it to install XAMPP installation.
 
Newbie Spellweaver
Joined
Apr 28, 2015
Messages
13
Reaction score
5
connection error, can not enter the system for the protection of the API is a kind of security system you are writing your own domain name to the AP system or its local ip (127.0.0.1) You have to write.

GameServer.js pain file with notepad

Locate the following line of code that is 183

var origin = ws.upgradeReq.headers.origin;
if (origin != 'http://www.agariopvp.biz' && origin != 'http://www.agariopvp.biz'
&& origin != 'http://agariopvp.biz' && origin != 'http://agariopvp.biz') {
ws.close();
return;
}

Arrange according to your own domain name link here agariopvp.biz will remain a problem.

- not edit anything, decompresses the server at www 4441 and open the folder and then the server folder and run the start.bat

- xampp\htdocs\4441\server\start.bat
 
Banned
Banned
Joined
Aug 28, 2013
Messages
539
Reaction score
103
connection error, can not enter the system for the protection of the API is a kind of security system you are writing your own domain name to the AP system or its local ip (127.0.0.1) You have to write.

GameServer.js pain file with notepad

Locate the following line of code that is 183

var origin = ws.upgradeReq.headers.origin;
if (origin != 'http://www.agariopvp.biz' && origin != 'http://www.agariopvp.biz'
&& origin != 'http://agariopvp.biz' && origin != 'http://agariopvp.biz') {
ws.close();
return;
}

Arrange according to your own domain name link here agariopvp.biz will remain a problem.

EDIT. ITS WORKINGS:.
thanks a lot, the fix is inside gameload.php , you need put ippublic for wan mode
 
Last edited:
Newbie Spellweaver
Joined
Mar 24, 2012
Messages
18
Reaction score
1
Mayby someone can poast a full totorial about it so there will be not so much questions :)
 
Banned
Banned
Joined
Aug 28, 2013
Messages
539
Reaction score
103
Working. . .
Thanks a Lot Bigstery!
bigstery - AgarioPvp Custom Design with Clan System and Anti-DDoS Protection - RaGEZONE Forums




connection error, can not enter the system for the protection of the API is a kind of security system you are writing your own domain name to the AP system or its local ip (127.0.0.1) You have to write.

GameServer.js pain file with notepad

Locate the following line of code that is 183

var origin = ws.upgradeReq.headers.origin;
if (origin != 'http://www.agariopvp.biz' && origin != 'http://www.agariopvp.biz'
&& origin != 'http://agariopvp.biz' && origin != 'http://agariopvp.biz') {
ws.close();
return;
}

Arrange according to your own domain name link here agariopvp.biz will remain a problem.

some little reports.
- registration is not working (all config is ok, ip, database, id , pass)
what about security on uploading skins? nobody can upload a shell?
 
Newbie Spellweaver
Joined
Apr 28, 2015
Messages
13
Reaction score
5
:eek:tt: How happy he saw me what that means business :D

Working. . .
Thanks a Lot Bigstery!
bigstery - AgarioPvp Custom Design with Clan System and Anti-DDoS Protection - RaGEZONE Forums






some little reports.
- registration is not working (all config is ok, ip, database, id , pass)
what about security on uploading skins? nobody can upload a shell?
 
Status
Not open for further replies.
Back
Top