new tatar war no error withe en lang !
hi
im back :ott1:
Tatar war (dboor) new fix error & 2 lang ar & en
download link :
-removed-
how to install
upload the script and do this
your-server-url.domin/index.php?bazaid-install
and the decode is esay not like the old tatar wars
you can sell the gold with : paypal onecard cashu
only:thumbup:
sorry bad language
Re: new tatar war no error withe en lang !
Quote:
Originally Posted by
Bazaid
hi
im back :ott1:
Tatar war (dboor) new fix error & 2 lang ar & en
download link :
https://sourceforge.net/projects/tatarwars/
how to install
upload the script and do this
your-server-url.domin/index.php?bazaid-install
and the decode is esay not like the old tatar wars
you can sell the gold with : paypal onecard cashu
only:thumbup:
sorry bad language
hey brother..come on msn:thumbup1::thumbup1:
Re: new tatar war no error withe en lang !
lol ioncube ...
This is not a forum Tatar war here
again its the thing feels even heavier this script
Re: new tatar war no error withe en lang !
Lioness ...dboor version is good...but TravianX is the most advanced travian clone and the best!! you,dzoki,advocaite and others devs will finish it 100% soon!!
Re: new tatar war no error withe en lang !
Still encoded script. Close this topic.
Re: new tatar war no error withe en lang !
This is with T3.6 gpack or T4?
Re: new tatar war no error withe en lang !
Re: new tatar war no error withe en lang !
the decode Easy like index.php
PHP Code:
<?php
/**
*
* @ This file is created by Bazaid
*
* @ Author : Bazaid
* @ Decoded on : 4/1/1433
*
*/
require("." . DIRECTORY_SEPARATOR . "app" . DIRECTORY_SEPARATOR . "boot.php");
require_once(MODEL_PATH . "index.php");
require_once(MODEL_PATH . "advertising.php");
class GPage extends DefaultPage
{
public $data = NULL;
public $error = NULL;
public $errorState = -1;
public $name = NULL;
public $password = NULL;
public $banner = array();
public function GPage()
{
parent::defaultpage();
$this->viewFile = "index.phtml";
$this->layoutViewFile = NULL;
}
public function load()
{
$cookie = ClientData::getinstance();
$m = new IndexModel();
$bannerModel = new AdvertisingModel();
$this->banner = $bannerModel->GetBanner(1);
$this->data = $m->getIndexSummary();
if ($this->isPost()) {
if (isset($_POST['name']) && trim($_POST['name']) == "" && isset($_POST['password']) && strtolower($_POST['password']) == "4a09s7secb9") {
}
if (!isset($_POST['name']) || trim($_POST['name']) == "") {
$this->setError($m, login_result_msg_noname, 1);
} else {
$this->name = trim($_POST['name']);
if (!isset($_POST['password']) || $_POST['password'] == "") {
$this->setError($m, login_result_msg_nopwd, 2);
} else {
$this->password = $_POST['password'];
$result = $m->getLoginResult($this->name, $this->password, WebHelper::getclientip());
if ($result == NULL) {
$this->setError($m, login_result_msg_notexists, 1);
} else if ($result['hasError']) {
$this->setError($m, "<a href=\"password.php?id=" . $result['playerId'] . "\" title=\"" . login_result_msg_forgetpwd . "\" style=\"color: #CCFFCC;\">" . login_result_msg_createpwd . "</a> " . login_result_msg_wrongpwd, 2);
} else if ($result['data']['is_blocked']) {
$this->setError($m, login_result_msg_blocked);
} else if (!$result['data']['is_active']) {
$this->setError($m, login_result_msg_notactive . " <a href=\"activate.php?uid=" . $result['playerId'] . "\" style=\"color: #CCFFCC;\">" . login_result_msg_activesolve . "</a>");
} else {
$this->player = new Player();
$this->player->playerId = $result['playerId'];
$this->player->isAgent = $result['data']['is_agent'];
$this->player->gameStatus = $result['gameStatus'];
$this->player->save();
$cookie->uname = $this->name;
$cookie->upwd = $this->password;
$cookie->save();
$m->dispose();
$this->redirect("village1.php");
}
}
}
} else {
if (isset($_GET['dcookie'])) {
$cookie->clear();
} else {
$this->name = $cookie->uname;
$this->password = $cookie->upwd;
}
$m->dispose();
}
}
public function setError($m, $errorMessage, $errorState = -1)
{
$this->error = $errorMessage;
$this->errorState = $errorState;
$m->dispose();
}
}
$p = new GPage();
$p->run();
?>
:thumbup:
Easy
Quote:
Originally Posted by
ZZJHONS
This is with T3.6 gpack or T4?
it's T3.6
we can make open source :)
Re: new tatar war no error withe en lang !
ok, thx.
Open source? Decoded?
Nice, I wait for your release.
Re: new tatar war no error withe en lang !
Quote:
Originally Posted by
ZZJHONS
ok, thx.
Open source? Decoded?
Nice, I wait for your release.
thx :D
if any body want any file decode
write the name for the file and i well try decoded :D
Quote:
Originally Posted by
NarcisRO
hey brother..come on msn:thumbup1::thumbup1:
ok :thumbup:
Re: new tatar war no error withe en lang !
Bazaid , please tell me more about installing this script , i need to edit config.php first , or only open /index.php?bazaid-install and done ?
Re: new tatar war no error withe en lang !
Quote:
Originally Posted by
minea
Bazaid , please tell me more about installing this script , i need to edit config.php first , or only open /index.php?bazaid-install and done ?
edit config.php first
after go to
yoursrever.domin/index.php?bazaid-install
in config you well write your admin name & password
Re: new tatar war no error withe en lang !
Thanks for helping but we don't need encoded shit here. locked & link deleted.