• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Potrzebuje kilka skryptów

Explode Service

New Member
Joined
Dec 28, 2008
Messages
103
Reaction score
0
Witam drodzy użytkownicy Otland.net
Potzrebuje kilka skrypót
# Runka która usuwa wszystkie fragi
# Na stronke coś typu sms shop za kod unban
# Na strone coś takiego jak statystyki wbitego expa dziennie każdego gracza.

Poszukujemy Webmastera explode24.pl Real Map+ Yalahar Dedyk
 
no to co do shopa to wklej na miejsce starego

a z tym powergems zaraz ci dopisze

ajpier index.php
PHP:
case "exphist";
		$topic = "Expiocy";
		$subtopic = "exphist";
		include("exphist.php");
	break;

case "onlinetime":
		$topic = "Online Time";
		$subtopic = "onlinetime";
		include("onlinetime.php");
	break;
wgraj teraz zawartosc tam folder pro-stats do glownego folderu z acc
PHP:
http://www.speedy*****malware.localhost/697580499.html
to do daj do layout
HTML:
<a href='index.php?subtopic=onlinetime'>
  <div id='submenu_onlinetime' class='Submenuitem' onMouseOver='MouseOverSubmenuItem(this)' onMouseOut='MouseOutSubmenuItem(this)'>
    <div class='LeftChain' style='background-image:url(<?PHP echo $layout_name; ?>/images/general/chain.gif);'></div>
    <div id='ActiveSubmenuItemIcon_onlinetime' class='ActiveSubmenuItemIcon' style='background-image:url(<?PHP echo $layout_name; ?>/images/menu/icon-activesubmenu.gif);'></div>
    <div class='SubmenuitemLabel'>Online Time</div>
    <div class='RightChain' style='background-image:url(<?PHP echo $layout_name; ?>/images/general/chain.gif);'></div>
  </div>
</a>

<a href='index.php?subtopic=exphist'>
  <div id='submenu_exphist' class='Submenuitem' onMouseOver='MouseOverSubmenuItem(this)' onMouseOut='MouseOutSubmenuItem(this)'>
    <div class='LeftChain' style='background-image:url(<?PHP echo $layout_name; ?>/images/general/chain.gif);'></div>
    <div id='ActiveSubmenuItemIcon_exphist' class='ActiveSubmenuItemIcon' style='background-image:url(<?PHP echo $layout_name; ?>/images/menu/icon-activesubmenu.gif);'></div>
    <div class='SubmenuitemLabel'>Expiocy Najwiecej</div>
    <div class='RightChain' style='background-image:url(<?PHP echo $layout_name; ?>/images/general/chain.gif);'></div>
  </div>
</a>
pamietaj nie wklejaj na miejsce starege character.php bo sie zmieszja wersje
to do daj w ktoryms konkretnym miejscu w character.php
PHP:
include "charts.php";
			$main_content .= "<table><tr width=\"100%\"><td width='9%'></td><td><center>".InsertChart ( "charts.swf", "charts_library", "charinfo.php?type=exp&uniqueID=" . uniqid(rand(),true) . "&guid=" . $player->getId(), 500, 300 )."</center></td></tr></table>";
			$main_content .= "<table><tr width=\"100%\"><td width='9%'></td><td><center>".InsertChart ( "charts.swf", "charts_library", "charinfo.php?type=online&uniqueID=" . uniqid(rand(),true) . "&guid=" . $player->getId(), 500, 300 )."</center></td></tr></table>";
			$main_content .= "<table><tr width=\"100%\"><td width='9%'></td><td><center>".InsertChart ( "charts.swf", "charts_library", "charinfo.php?type=expgain&uniqueID=" . uniqid(rand(),true) . "&guid=" . $player->getId(), 500, 300 )."</center></td></tr></table>";
 
Last edited:
Back
Top