What's new

Acc Maker

Status
Not open for further replies.

FreeTek

User
Joined
Jun 10, 2010
Messages
25
Reaction score
0
Jak wywalic opcje takie jak ??
-Czary
-Forum
-Sms Shop itp.

Z gory wielkie dzieki dam reupta za pomoc.
 

FreeTek

User
Joined
Jun 10, 2010
Messages
25
Reaction score
0
Odp: Acc Maker

U mnie index wyglada tak

PHP:
<?PHP
//start :)
//phpinfo();
//exit;
session_start();
ob_start("ob_gzhandler");
//require('./exaBD.php');
function microtime_float()
{
    list($usec, $sec) = explode(" ", microtime());
    return ((float)$usec + (float)$sec);
}
$time_start = microtime_float();
//##### CONFIG #####
include('config-and-functions.php');
$action = $_REQUEST['action'];
//##### LOGOUT #####
if($action == "logout") {
unset($_SESSION['account']);
unset($_SESSION['password']);
}
//##### LOGIN #####
//check is player logged
$logged = FALSE;
if(isset($_SESSION['account'])) {
	$account_logged = $ots->createObject('Account');
	$account_logged->load($_SESSION['account']);
	if($account_logged->isLoaded() && $account_logged->getPassword() == $_SESSION['password']) {
		$logged = TRUE;
		$group_id_of_acc_logged = $account_logged->getPageAccess();
	}
	else
	{
		$logged = FALSE;
		unset($_SESSION['account']);
		unset($account_logged);
	}
}
//login with data from form
$login_account = strtoupper(trim($_POST['account_login']));
$login_password = trim($_POST['password_login']);
if(!$logged && !empty($login_account) && !empty($login_password))
{
	$login_password = password_ency($login_password);
	$account_logged = $ots->createObject('Account');
	$account_logged->find($login_account);
	if($account_logged->isLoaded())
	{
		if($login_password == $account_logged->getPassword())
		{
			$_SESSION['account'] = $account_logged->getId();
			$_SESSION['password'] = $login_password;
			$logged = TRUE;
			$account_logged->setCustomField("page_lastday", time());
			$group_id_of_acc_logged = $account_logged->getPageAccess();
		} else
			$logged = FALSE;
	}
}
//#### LOAD PAGE ##########
//load subtopic page
if(empty($_REQUEST['subtopic'])) {
	$_REQUEST['subtopic'] = "latestnews";
	$subtopic = "latestnews";
}
switch($_REQUEST['subtopic']) {
	case "paypal";
		$subtopic = "paypal";
		$topic = "Paypal";
		include("paypal.php");
	break;

 	case "bugtracker";
  	        $topic = "Raport B??d?w";
 	        $subtopic = "bugtracker";
 	        include("bug.php");
	break;  

	case "auctionsystem";
  	        $topic = "System Aukcji";
 	        $subtopic = "auctionsystem";
 	        include("auctionsystem.php");
	break;  
	
  	case "polls";
		$topic = "Ankiety";
		$subtopic = "polls";
		include("polls.php");
	break; 	

	case "changelog";
   		 $topic = "Lista zmian";
  		 $subtopic = "changelog";
  		 include("changelog.php");
	break;  

  	case "bans":
 	         $topic = "Zbanowani";
    	         $subtopic = "bans";
    		 include("bans.php");
 	break;  

  	case "mail":
 	         $topic = "Wysy?anie mass E-Mail";
    	         $subtopic = "mail";
    		 include("mail.php");
 	break;

  	case "signature":
 	         $topic = "Sygnaturki";
    	         $subtopic = "signature";
    		 include("signature.php");
 	break; 

  	case "signatures":
 	         $topic = "Generator Sygnaturek";
    	         $subtopic = "signatures";
    		 include("signatures.php");
 	break; 

  	case "shopadmin":
 	        $topic = "Sklep Admin";
    	        $subtopic = "shopadmin";
    		include("shopadmin.php");
 	break; 

	case "latestnews":
		$topic = "Newsy";
		$subtopic = "latestnews";
		include("latestnews.php");
	break;
	
	case "creatures";
		$topic = "Potwory";
		$subtopic = "creatures";
		include("creatures.php");
	break;

	case "spells";
		$topic = "Czary";
		$subtopic = "spells";
		include("spells.php");
	break;
	
	case "experiencetable";
		$topic = "Tabela do?wiadczenia";
		$subtopic = "experiencetable";
		include("experiencetable.php");
	break;
	
	case "characters";
		$topic = "Postacie";
		$subtopic = "characters";
		include("characters.php");
	break;
	
	case "whoisonline";
		$topic = "Kto jest online?";
		$subtopic = "whoisonline";
		include("whoisonline.php");
	break;
	
	case "highscores";
		$topic = "Najlepsi";
		$subtopic = "highscores";
		include("highscores.php");
	break;
	
	case "killstatistics";
		$topic = "Ostanie zgony";
		$subtopic = "killstatistics";
		include("killstatistics.php");
	break;
	
	case "houses";
		$topic = "Domy";
		$subtopic = "houses";
		include("houses.php");
	break;
	
	case "guilds";
		$topic = "Gildie";
		$subtopic = "guilds";
		include("guilds.php");
	break;
	
	case "accountmanagement";
		$topic = "Menad?er Konta";
		$subtopic = "accountmanagement";
		include("accountmanagement.php");
	break;
	
	case "createaccount";
		$topic = "Stw?rz Konto";
		$subtopic = "createaccount";
		include("createaccount.php");
	break;
	
	case "lostaccount";
		$topic = "Przpomnienie danych";
		$subtopic = "lostaccount";
		include("lostaccount.php");
	break;

	case "tibiarules";
		$topic = "Regulamin";
		$subtopic = "tibiarules";
		include("tibiarules.php");
	break;

	case "adminpanel":
		$topic = "Panel administratora";
		$subtopic = "adminpanel";
		include("adminpanel.php");
	break;
	
      case "forum":
        $topic = "Forum";
        $subtopic = "forum";
        include("forum/forum.php");
      break;
      
      case "board";
        $subtopic = "board";
        $topic = "Forums Board";
        include("forum/board.php");
      break;

      case "thread";
        $subtopic = "thread";
        $topic = "Forums Board";
        include("forum/thread.php");
      break;
	
	case "team";
		$subtopic = "team";
		$topic = "Lista GameMaster?w";
		include("team.php");
	break;

	case "downloads";
		$subtopic = "downloads";
		$topic = "Pobieralnia";
		include("downloads.php");
	break;

	case "serverinfo";
		$subtopic = "serverinfo";
		$topic = "Server Info";
		include("serverinfo.php");
	break;

	case "shopsystem";
		$subtopic = "shopsystem";
		$topic = "Sklepik";
		include("shopsystem.php");
	break;
	
	case "buypoints";
		$subtopic = "buypoints";
		$topic = "Kup punkty";
		include("buypoints.php");
	break;

	case "screenshots";
		$subtopic = "screenshots";
		$topic = "Screenshots";
		include("gallery.php");
	break;
	
	case "namelock";
		$subtopic = "namelock";
		$topic = "Menad?er blokady nazw";
		include("namelocks.php");
	break;
	
	case "archive";
		$subtopic = "archive";
		$topic = "Archiwum News?w";
		include("archive.php");
	break;
	
	case "lua";
		$subtopic = "Instalacja Systemu Aukcji";
		$topic = "Instalacja Systemu Aukcji";
		include("auctionsystem/dodaj.php");
	break;
	
	case "auction";
		$subtopic = "System Aukcji";
		$topic = "System Aukcji";
		include("auction.php");
	break;
}
//generate title of page
if(empty($topic)) {
$title = $GLOBALS['config']['server']["serverName"]." - OTS";
$main_content .= 'Invalid subtopic. Can\'t load page.';
}
else
{
$title = $GLOBALS['config']['server']["serverName"]." - ".$topic;
}
//#####LAYOUT#####

$layout_header = '<script type=\'text/javascript\'>
function GetXmlHttpObject()
{
var xmlHttp=null;
try
  {
  xmlHttp=new XMLHttpRequest();
  }
catch (e)
  {
  try
    {
    xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");
    }
  catch (e)
    {
    xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");
    }
  }
return xmlHttp;
}

function MouseOverBigButton(source)
{
  source.firstChild.style.visibility = "visible";
}
function MouseOutBigButton(source)
{
  source.firstChild.style.visibility = "hidden";
}
function BigButtonAction(path)
{
  window.location = path;
}
var';
if($logged) { $layout_header .= "loginStatus=1; loginStatus='true';"; } else { $layout_header .= "loginStatus=0; loginStatus='false';"; };
$layout_header .= "var activeSubmenuItem='".$subtopic."';  var IMAGES=0; IMAGES='".$config['server']['url']."/".$layout_name."/images'; var LINK_ACCOUNT=0; LINK_ACCOUNT='".$config['server']['url']."';</script>";
include($layout_name."/layout.php");
ob_end_flush();
?>
 
Last edited by a moderator:

Szaki

Active User
Joined
Jul 25, 2010
Messages
104
Reaction score
7
Odp: Acc Maker

case "creatures";
$topic = "Potwory";
$subtopic = "creatures";
include("creatures.php");
break;

case "spells";
$topic = "Czary";
$subtopic = "spells";
include("spells.php");
break;

case "shopsystem";
$subtopic = "shopsystem";
$topic = "Sklepik";
include("shopsystem.php");
break;

case "buypoints";
$subtopic = "buypoints";
$topic = "Kup punkty";
include("buypoints.php");
break;

Znajd? to i pousuwaj. I usu? pliki:
- buypoints.php
- shopsystem.php
- spells.php
- creatures.php
 
Status
Not open for further replies.
Top