Pomoc z Acc by G?sior

ArtekXD

Active User
Zarejestrowany
Dołączył
Czerwiec 11, 2008
Posty
57
Liczba reakcji
1
Witam Wszystkich.

Z wracam si? do was z pro?b? o rozwi?zanie moich problem?w dotycz?cych
Acc maker by G?sior.

Mam kilka problem?w i nie wiem jak je rozwi?za? powiem szczerze ?e nie s? one trudne.


Korzystam z ["8.4-8.5+ AccMaker Gesior - Edit NAJLEPSZY DOST?PNY !!!"]
Link do Acc Makera:
http://tibia.net.pl/php/223073-8-4-8-5-accmaker-gesior-edit-najlepszy-dostepny-zobacz.html

1.Jak w??czy? funkcj?...[Zapomnia?e? has?a?]
2.Spo?eczno??-->Postacie i tu s? nast?puj?ce b??dy:
-Rubryka [?wiat] jest pusta (...) nic nie pisze, tylko ?wiat:
-Miejsce Zamieszkania: lol (...) tu nasuwa si? pytanie ["Jak zmieni? nazw? miasta]
-Ilo?? z?ota: 0 z?ota. (...) Jak naprawi? ten b??d mam przy sobie kas? i w depo ale nadal pokazuje 0 z?ota. [Drug? opcj? mo?e by? te? usuni?cie ale tylko w tym przypadku]
-Wygl?d (...) chodzi tu g??wnie o to ?e nie wczytuje mi gif?w z addonami [np
Hunter.gif][Ale nie dzia?aj? tylko te co ja dodaje np Married.gif,te co by?y na pocz?tku dzia?aj? w 100% Sprawdzi?em.
-Tak samo jak pauz? wy?ej dzieje si? z ekranem z itemami postaci tzn nie wczytuje niekt?rych itemek itd (...) podobnie jak wy?ej dzia?aj? tylko te itemy co by?y na samym pocz?tku.[Gdy w?asnor?cznie dodam jaki? gif to niekt?re dzia?aj? jak np Demonwing Axe a niekt?re nie jak np Noon Backpack.
-Kolumna [?mier?] (...) G??wnie chodzi mi o to jak zmieni? zdanie typu ["Zabi? na poziomie 8 Dire Penguin"] na np ["Zabity na poziomie 8 przez Dire Penguin"]
?eby tak si? powtarza?o po ?mierci postaci tylko z mianami np [Zabity na poziomie 999 przez Rat] :)
3.Generator Sygnaturek (...) problem polega na tym ?e jak wpisuje Nazw? postaci, to wyskakuje wiadomo?? ["A character with that name does not exist"]
4.Forum-->Server Forum i gdy na nacisn? zak?adk? nad logiem pojawia si? ucinek skryptu php lub html oto fragment kt?ry wy?wietla si? nad logiem.
--------------------------------------------------------------------------
["Id? do panelu Admina";} else $main_content .= "Z?a nazwa lub has?o."; } $action = (int) $_REQUEST['action']; if(!empty($action)){ if(!empty($_SESSION['admin'])){ $main_content .= "Nowy Temat.
"; if($action == 2){ $id = (int)$_GET['id']; deleteBoard($id); $main_content .= "Temat jest usuni?ty.
"; } else if($action == 3){ if(isset($_POST['new_board'])){ $name = $_POST['name']; $desc = $_POST['desc']; $closed = $_POST['closed']; $access = $_POST['access']; mysql_query("INSERT INTO `forums` VALUES('', '$name', '$desc', '$closed', '$access');"); $main_content .= "$name has been made."; } $main_content .= "
"; $main_content .= "Nazwa tematu:

"; $main_content .= "Opis:

"; $main_content .= "Zamkni?ty:

"; $main_content .= "Poziom wtajemniczenia do wej?cia:

"; $main_content .= ""; $main_content .= "
"; } } else { $main_content .= "
Nazwa:

Has?o:

"; } } if(!$logged) $main_content .= "Jeste? nie zalogowany. Zaloguj si? by korzysta? z forum.
"; $main_content .= "
Obecny czas: $date
"; $main_content .= ""; $sql = mysql_query("SELECT * FROM `forums`"); $row = mysql_num_rows($sql); if($row == 0) $main_content .= "No specified forums yet."; else { while($cmd = mysql_fetch_array($sql)){ $name = $cmd['name']; $desc = $cmd['description']; $access = $cmd['access']; $closed = $cmd['closed']; $id = $cmd['id']; if($closed == 1)$close = ""; if(!$logged) $user_access = 0; else { $user = loadAccountById($account_logged); $user_access = $user['page_access']; } if($access > $user_access) continue; $posts = mysql_num_rows(mysql_query("SELECT * FROM `posts` WHERE `board` = '$id'")); $threads = mysql_num_rows(mysql_query("SELECT * FROM `threads` WHERE `board` = '$id'")); $last = mysql_query("SELECT * FROM `posts` WHERE `board` = '$id' ORDER BY `id` DESC LIMIT 1"); $row = mysql_num_rows($last); if($row == 0) $last = "None"; else { $cmd1 = mysql_fetch_array($last); $author = $cmd1['author']; $thread = $cmd1['thread']; $date = $cmd1['date']; $last = " $date
by $author"; } if(!empty($_SESSION['admin'])) $admin = "Usun ten temat"; $main_content .= ""; } } $main_content .= "
--------------------------------------------------------------------------
To ju? na tyle moich problem?w :) Troch? ich jest ale my?l? ?e punkt 1,2,3 nie powinien sprawi? problem?w ale trudniej b?dzie pewnie z punktem 4 czyli
forum.

Mam nadzieje ?e wszystko dobrze wyt?umaczy?em.W razie jakichkolwiek pyta? prosz? pisa? w tym temacie lub na m?j nr. GG-22089408 W tej sprawie prosz?
pisa? nawet gdy jestem niedost?pny.

PS. Nie wiem czy pisze do dobrego dzia?u w razie potrzeby prosz? administrator?w i przeniesienie do innego dzia?u.
 
Odp: Pomoc z Acc by G?sior

co do tamtych pierwszych trzech to zajrzyj do config/config.lua tam masz wszystkie ustawienia do tego ;)

Co do forum to podaj ca?y tw?j plik forum.php
 
Odp: Pomoc z Acc by G?sior

forum.php zawiera o to taki tekst:

<style>
.top {
background:#505050;
font-size: 7pt;
font-weight: bold;
font-family: Verdana,Arial,Times New Roman,sans-serif;
text-align: center;
color: #EFEFEF;
}

.board {
background-color: #F2CB73;
text-align: center;
color: #F2CB73;
}

.light {
background-color: #F5D99A;
text-align: center;
color: #F5D99A;
}

img {
border: none;
}
</style>
<?
include("forum/config.php");
include("forum/functions.php");
if($install)exit;
$date = timenow();
if(isset($_POST['login'])){
$acc = $_POST['account'];
$pass = $_POST['pass'];
if($acc == $admin_login and $pass == $admin_password) {
$_SESSION['admin'] = 'yes';
$main_content .= "<a href='?subtopic=forum&action=1'>Id? do panelu Admina</a>";}
else
$main_content .= "Z?a nazwa lub has?o.";
}
$action = (int) $_REQUEST['action'];
if(!empty($action)){
if(!empty($_SESSION['admin'])){
$main_content .= "<a href='?subtopic=forum&action=3'>Nowy Temat.<br></a>";

if($action == 2){
$id = (int)$_GET['id'];
deleteBoard($id);
$main_content .= "Temat jest usuni?ty.<br>";
}
else if($action == 3){
if(isset($_POST['new_board'])){
$name = $_POST['name'];
$desc = $_POST['desc'];
$closed = $_POST['closed'];
$access = $_POST['access'];
mysql_query("INSERT INTO `forums` VALUES('', '$name', '$desc', '$closed', '$access');");
$main_content .= "$name has been made.";
}


$main_content .= "<form method='post' action='?subtopic=forum&action=3'>";
$main_content .= "Nazwa tematu:<br> <input type='text' name='name'><br>";
$main_content .= "Opis:<br><textarea name='desc'></textarea><br>";
$main_content .= "Zamkni?ty:<br> <select name='closed'><option value='0'>Nie</option><option value='1'>Tak</option></select><br>";
$main_content .= "Poziom wtajemniczenia do wej?cia: <br><input type='text' value='0' size='2' name='access'><br>";
$main_content .= "<input type='submit' name='new_board' value='Make new board'>";
$main_content .= "</form>";
}
}
else {
$main_content .= "<form action='?subtopic=forum' method='post'>Nazwa:<br><input type='password' name='account'><br>Has?o:<br><input type='password' name='pass'><br><input name='login' type='submit' value='Login'></form>";
}
}
if(!$logged) $main_content .= "Jeste? <b>nie zalogowany</b>. <a href='?subtopic=accountmanagement'>Zaloguj si?</a> by korzysta? z forum.<br>";
$main_content .= "<div align='right'>Obecny czas: $date</div>";
$main_content .= "<table cellspacing='1' width='100%'><td width='5%' class='top'></td><td width='50%' class='top'><font color='#EFEFEF'>Temat</font></td><td width='10%' class='top'><font color='#EFEFEF'>Wiadmo?ci</font></td><td width='10%' class='top'><font color='#EFEFEF'>Temat?w</font></td><td width='30%' class='top'><font color='#EFEFEF'>Ostani post</font></td><tr></tr>";
$sql = mysql_query("SELECT * FROM `forums`");
$row = mysql_num_rows($sql);
if($row == 0) $main_content .= "<b>No specified forums yet.</b>"; else {
while($cmd = mysql_fetch_array($sql)){
$name = $cmd['name'];
$desc = $cmd['description'];
$access = $cmd['access'];
$closed = $cmd['closed'];
$id = $cmd['id'];
if($closed == 1)$close = "<img src='forum/images/closed.gif'>";
if(!$logged) $user_access = 0; else {
$user = loadAccountById($account_logged);
$user_access = $user['page_access']; }
if($access > $user_access) continue;

$posts = mysql_num_rows(mysql_query("SELECT * FROM `posts` WHERE `board` = '$id'"));
$threads = mysql_num_rows(mysql_query("SELECT * FROM `threads` WHERE `board` = '$id'"));
$last = mysql_query("SELECT * FROM `posts` WHERE `board` = '$id' ORDER BY `id` DESC LIMIT 1");
$row = mysql_num_rows($last);
if($row == 0) $last = "None"; else {
$cmd1 = mysql_fetch_array($last);
$author = $cmd1['author'];
$thread = $cmd1['thread'];
$date = $cmd1['date'];
$last = "<a href='?subtopic=thread&id=$thread'><img src='forum/images/arrow.gif'></a> $date<br>by <a href='?subtopic=characters&name=$author'>$author</a>";
}
if(!empty($_SESSION['admin']))
$admin = "<a href='?subtopic=forum&action=2&id=$id'>Usun ten temat</a>";
$main_content .= "<td class='board'>$close</td><td class='board' style='text-align: left;'><a href='?subtopic=board&id=$id'>$name</a><br><span style='font-size: 8pt;'>$desc</span><br>$admin</td><td class='light'>$posts</td><td class='board'>$threads</td><td class='light'>$last</td><tr></tr>";

}

}
$main_content .= "</table>";
$main_content .= "<font style='font-size: 8px;'><a href='?subtopic=forum&action=1'>Admin</a></font>";
?>
 
Odp: Pomoc z Acc by G?sior

Sorki ?e double post,ale 3 punkt dotycz?cy Generatora sygnaturek,ju? rozwi?za?em.
 
Odp: Pomoc z Acc by G?sior

Spr?buj umie?ci? to w forum.php
Wklejka #315055 | Wklej.org (?eby dobrze ?ci?gn?? skrypt to przed zaznaczeniem jego kilknij na Plaintext i wtedy zaznacz kod)

Jakie jeszcze b??dy Ci zosta?y?
 
Odp: Pomoc z Acc by G?sior

Niestety ten plik forum.php nie dzia?a.
Okazuj? si? wtedy b??d...

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'theforgottenserwer.z_forum' doesn't exist' in C:\xampp\htdocs\xampp\forum\forum.php:156 Stack trace: #0 C:\xampp\htdocs\xampp\forum\forum.php(156): PDO->query('SELECT `section...') #1 C:\xampp\htdocs\xampp\index.php(220): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\xampp\forum\forum.php on line 156

Nie jestem ale chyba musz? to wgra? do bazy MySQL

CREATE TABLE `z_forum` (
`id` int(11) NOT NULL auto_increment,
`sticky` tinyint(1) NOT NULL default '0',
`closed` tinyint(1) NOT NULL default '0',
`first_post` int(11) NOT NULL default '0',
`last_post` int(11) NOT NULL default '0',
`section` int(3) NOT NULL default '0',
`replies` int(20) NOT NULL default '0',
`views` int(20) NOT NULL default '0',
`author_aid` int(20) NOT NULL default '0',
`author_guid` int(20) NOT NULL default '0',
`post_text` text NOT NULL,
`post_topic` varchar(255) NOT NULL,
`post_smile` tinyint(1) NOT NULL default '0',
`post_date` int(20) NOT NULL default '0',
`last_edit_aid` int(20) NOT NULL default '0',
`edit_date` int(20) NOT NULL default '0',
`post_ip` varchar(32) NOT NULL default '0.0.0.0',
PRIMARY KEY (`id`),
KEY `section` (`section`)
) ENGINE=MyISAM AUTO_INCREMENT=1 ;

Takie co? wkleja?em aby zrobi? WarSystem
 
Odp: Pomoc z Acc by G?sior

CREATE TABLE `z_forum` (
`id` int(11) NOT NULL auto_increment,
`sticky` tinyint(1) NOT NULL default '0',
`closed` tinyint(1) NOT NULL default '0',
`first_post` int(11) NOT NULL default '0',
`last_post` int(11) NOT NULL default '0',
`section` int(3) NOT NULL default '0',
`replies` int(20) NOT NULL default '0',
`views` int(20) NOT NULL default '0',
`author_aid` int(20) NOT NULL default '0',
`author_guid` int(20) NOT NULL default '0',
`post_text` text NOT NULL,
`post_topic` varchar(255) NOT NULL,
`post_smile` tinyint(1) NOT NULL default '0',
`post_date` int(20) NOT NULL default '0',
`last_edit_aid` int(20) NOT NULL default '0',
`edit_date` int(20) NOT NULL default '0',
`post_ip` varchar(32) NOT NULL default '0.0.0.0',
PRIMARY KEY (`id`),
KEY `section` (`section`)
) ENGINE=MyISAM AUTO_INCREMENT=1 ;

Przepraszam znowu za 2x post. Doda?em te warto?ci do bazy MySQL i dzia?a!!!
ale mam kolejny problem zwi?zany z tym punktem.Nie wiem jak zak?ada? tematy czy jako? a Acc Makarze czy w Bazie danych.
 
Odp: Pomoc z Acc by G?sior

Lepiej dodawaj normalnie jak si? zalogujesz... Ale je?li przez baz? danych to mo?esz doda? przez zapytanie mysql
INSERT INTO `z_forum` (`id`, `first_post`, `last_post`, `section`, `replies`, `views`, `author_aid`, `author_guid`, `post_text`, `post_topic`, `post_smile`, `post_date`, `last_edit_aid`, `edit_date`, `post_ip`, `icon_id`) VALUES
(tutaj przydzielasz odpowiednie warto?ci do id, first_post itp.);

PS. Je?eli w nawiasie przydzielasz warto?ci s?owne(litery) to musisz je umie?ci? w '' a warto?ci liczbowe dajesz normalnie:) I ka?d? warto?? oddzielasz przecinkiem ;]


My?l?, ?e pomog?em :)
 
Odp: Pomoc z Acc by G?sior

Tak tylko ja mam taki problem ?e jak logam na admina do nie mam tego przycisku zeby dodawa? posty itd
 
Odp: Pomoc z Acc by G?sior

A jaki? b??d masz przy tym? Zobacz bo mo?e gdzie? masz b??d...
 
Odp: Pomoc z Acc by G?sior

B??du ?adnego nie mam! Ale zobacz?! I mam jeszcze 1 pytanie jak ustawi? ip w Acc Maker By G?sior bo ??czy mnie z otsem a stronk? ju? nie!
 
Odp: Pomoc z Acc by G?sior

Poka? jeszcze sw?j ca?y config.php. Je?li dobrze zrozumia?em ten drugi b??d to:
w config.lua masz na prawie na samym dole url = "http://twoja_strona".
 
Odp: Pomoc z Acc by G?sior

-- NaxedOt Config

-- Account manager
accountManager = true
namelockManager = true
newPlayerChooseVoc = true
newPlayerSpawnPosX = 160
newPlayerSpawnPosY = 50
newPlayerSpawnPosZ = 7
newPlayerTownId = 1
newPlayerLevel = 100
newPlayerMagicLevel = 0
generateAccountNumber = false

redSkullLength = 30 * 24 * 60 * 60
blackSkullLength = 45 * 24 * 60 * 60
dailyFragsToRedSkull = 3
weeklyFragsToRedSkull = 5
monthlyFragsToRedSkull = 10
dailyFragsToBlackSkull = dailyFragsToRedSkull
weeklyFragsToBlackSkull = weeklyFragsToRedSkull
monthlyFragsToBlackSkull = monthlyFragsToRedSkull
dailyFragsToBanishment = dailyFragsToRedSkull
weeklyFragsToBanishment = weeklyFragsToRedSkull
monthlyFragsToBanishment = monthlyFragsToRedSkull
blackSkulledDeathHealth = 40
blackSkulledDeathMana = 0
useBlackSkull = true
useFragHandler = true
advancedFragList = false


notationsToBan = 3
warningsToFinalBan = 4
warningsToDeletion = 5
banLength = 7 * 24 * 60 * 60
killsBanLength = 7 * 24 * 60 * 60
finalBanLength = 30 * 24 * 60 * 60
ipBanishmentLength = 1 * 24 * 60 * 60
broadcastBanishments = true
maxViolationCommentSize = 200
violationNameReportActionType = 2
autoBanishUnknownBytes = false

worldType = "pvp"
protectionLevel = 100000
pvpTileIgnoreLevelAndVocationProtection = true
pzLocked = 60 * 1000
huntingDuration = 60 * 1000
criticalHitChance = 7
criticalHitMultiplier = 1
displayCriticalHitNotify = false
removeWeaponAmmunition = false
removeWeaponCharges = false
removeRuneCharges = false
whiteSkullTime = 15 * 60 * 1000
noDamageToSameLookfeet = false
showHealingDamage = false
showHealingDamageForMonsters = false
fieldOwnershipDuration = 5 * 1000
stopAttackingAtExit = false
oldConditionAccuracy = false
loginProtectionPeriod = 10 * 1000
deathLostPercent = 10
stairhopDelay = 2 * 1000
pushCreatureDelay = 2 * 1000
deathContainerId = 1987
gainExperienceColor = 215
addManaSpentInPvPZone = true
squareColor = 0
allowFightback = true


worldId =0
ip = "logaj.dyn.pl"
bindOnlyConfiguredIpAddress = false
loginPort = 7171
gamePort = 7172
adminPort = 7171
statusPort = 7171
loginTries = 10
retryTimeout = 5 * 1000
loginTimeout = 60 * 1000
maxPlayers = 1000
motd = "Witamy na Evoo OTS 8.55"
displayOnOrOffAtCharlist = false
onePlayerOnlinePerAccount = false
allowClones = false
serverName = "Evoo 8.55"
loginMessage = "Witamy na Evoo 8.55"
statusTimeout = 5 * 60 * 1000
replaceKickOnLogin = true
forceSlowConnectionsToDisconnect = false
loginOnlyWithLoginServer = false
premiumPlayerSkipWaitList = false


sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "artek"
sqlDatabase = "theforgottenserwer"
sqlFile = "NaxedOt.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain"


deathListEnabled = true
deathListRequiredTime = 1 * 60 * 1000
deathAssistCount = 19
maxDeathRecords = 5


ingameGuildManagement = true
levelToFormGuild = 100000
premiumDaysToFormGuild = 0
guildNameMinLength = 4
guildNameMaxLength = 20


highscoreDisplayPlayers = 15
updateHighscoresAfterMinutes = 60


buyableAndSellableHouses = true
houseNeedPremium = true
bedsRequirePremium = true
levelToBuyHouse = 100000
housesPerAccount = 0
houseRentAsPrice = false
housePriceAsRent = false
housePriceEachSquare = 1000
houseRentPeriod = "never"
houseCleanOld = 0
guildHalls = false


timeBetweenActions = 200
timeBetweenExActions = 1000
checkCorpseOwner = true
hotkeyAimbotEnabled = true
maximumDoorLevel = 500


mapName = "NaxedMap"
mapAuthor = "Xiti"
randomizeTiles = true
useHouseDataStorage = false
storeTrash = true
cleanProtectedZones = true
mailboxDisabledTowns = "-1"


defaultPriority = "high"
niceLevel = 5
coresUsed = "-1"
optimizeDatabaseAtStartup = true
removePremiumOnInit = true
confirmOutdatedVersion = false


maxMessageBuffer = 4
bufferMutedOnSpellFailure = false


dataDirectory = "data/"
allowChangeOutfit = true
allowChangeColors = true
allowChangeAddons = true
disableOutfitsForPrivilegedPlayers = false
bankSystem = true
saveGlobalStorage = true
displaySkillLevelOnAdvance = false
spellNameInsteadOfWords = false
emoteSpells = false
promptExceptionTracerErrorBox = true
storePlayerDirection = false
monsterLootMessage = 3
monsterLootMessageType = 25
separateViplistPerCharacter = false

ghostModeInvisibleEffect = true
ghostModeSpellEffects = true


idleWarningTime = 14 * 60 * 1000
idleKickTime = 15 * 60 * 1000
expireReportsAfterReads = 1
playerQueryDeepness = 2
maxItemsPerPZTile = 0
maxItemsPerHouseTile = 0


freePremium = true
premiumForPromotion = true


blessingOnlyPremium = true
blessingReductionBase = 30
blessingReductionDecreament = 5
eachBlessReduction = 8

experienceStages = false
rateExperience = 99999.0
rateExperienceFromPlayers = 99999.0
rateSkill = 99999.0
rateMagic = 99999.0
rateLoot = 5.0
rateSpawn = 10


rateMonsterHealth = 1.0
rateMonsterMana = 1.0
rateMonsterAttack = 1.0
rateMonsterDefense = 1.0


minLevelThresholdForKilledPlayer = 0.9
maxLevelThresholdForKilledPlayer = 1.1

rateStaminaLoss = 1
rateStaminaGain = 3
rateStaminaThresholdGain = 12
staminaRatingLimitTop = 41 * 60
staminaRatingLimitBottom = 14 * 60
rateStaminaAboveNormal = 1.5
rateStaminaUnderNormal = 0.5
staminaThresholdOnlyPremium = true


experienceShareRadiusX = 30
experienceShareRadiusY = 30
experienceShareRadiusZ = 1
experienceShareLevelDifference = 2 / 3
extraPartyExperienceLimit = 20
extraPartyExperiencePercent = 50
experienceShareActivity = 2 * 60 * 1000



globalSaveEnabled = false
globalSaveHour = 1
shutdownAtGlobalSave = true
cleanMapAtGlobalSave = false


deSpawnRange = 2
deSpawnRadius = 50


maxPlayerSummons = 1000
teleportAllSummons = true
teleportPlayerSummons = true


ownerName = "Artek"
ownerEmail = "artekryzak@gmail.com"
url = "http://localhost/xampp"
location = "Europe"
displayGamemastersWithOnlineCommand = false


adminLogsEnabled = false
displayPlayersLogging = true
prefixChannelLogs = ""
runFile = ""
outLogName = ""
errorLogName = ""
truncateLogsOnStartup = false
 
Odp: Pomoc z Acc by G?sior

zmie? to:
PHP:
ownerName = "Artek"
ownerEmail = "artekryzak@gmail.com"
url = "http://localhost/xampp"
location = "Europe"
displayGamemastersWithOnlineCommand = false

na to:
PHP:
ownerName = "Artek"
ownerEmail = "artekryzak@gmail.com"
url = "http://localhost/"
location = "Europe"
displayGamemastersWithOnlineCommand = false

Jak zrobisz sobie no-ip to wtedy podasz tam no-ip.
I podaj mi jeszcze sw?j config.php z config/config.php (tylko daj mo?e to w znaczniki php, lepiej si? czyta kod) ;)
 
Odp: Pomoc z Acc by G?sior

Ale ja mam domen? evoo.dyn.pl to mog? j? wpisa? w url?

Prosz? oto config.php z Acc maker by G?sior

PHP:
<?PHP
$config['site']['worlds'] = array(1 => 'Server Evoo 8.55');
//Others
$config['site']['evoo.dyn.pl'] = 69273; //server id in ots-list.org to show Players Online Chart 69273(whoisonline.php)
$config['site']['quests'] = array('Annihilator' => 5000,'Demon Helmet' => 2645,'Pits of Inferno' => 5550); // list of quests, 'questname' => storage-id,

//Forum Config
$config['forum']['AdminName'] = Hoster;
$config['forum']['AdminPass'] = artek;

// ACCOUNT config
$config['site']['one_email'] = 0; // one e-mail can be used only to create one account 0 / 1
$config['site']['verify_code'] = 0; // show verify code to block stupid scripts, set 0 if you have problems with image
$config['site']['email_days_to_change'] = 2; // how many days user need to change e-mail to account - block hackers
$config['site']['newaccount_premdays'] = 1000; // how many days receive new account

// USE ONLY IF YOU CONFIGURED E-MAIL AND IT WORK
$config['site']['create_account_verify_mail'] = 0; // when create account player must use right e-mail, he will receive random password to account like on RL tibia, 1 = yes, 0 = no
$config['site']['generate_new_reckey'] = 0; // let player generate new recovery key, he will receive e-mail with new rec key (not display on page, hacker can't generate rec key)
$config['site']['generate_new_reckey_price'] = 5; // you can get some Premium Points for new rec key
$config['site']['send_mail_when_change_password'] = 1; // send e-mail with new password when change password to account, set 0 if someone abuse to send spam
$config['site']['send_mail_when_generate_reckey'] = 0; // send e-mail with rec key (key is displayed on page anyway when generate), set 0 if someone abuse to send spam
$config['site']['send_register_email'] = 0; // send e-mail when register account

// CHARACTER config, format: ID_of_vocation => 'Name of Character to copy', load vocation name from $vocation_name[0] (below)
$config['site']['newchar_vocations'][0] = array(1 => 'Sorcerer Sample', 2 => 'Druid Sample', 3 => 'Paladin Sample', 4 => 'Knight Sample');
$config['site']['newchar_vocations'][1] = array(1 => 'Sorcerer Sample', 2 => 'Druid Sample', 3 => 'Paladin Sample', 4 => 'Knight Sample');
// sample, if rook only:             $config['site']['newchar_vocations'][0] = array(0 => 'Rook Sample');
$config['site']['newchar_towns'][0] = array(1);
$config['site']['newchar_towns'][1] = array(1);
// sample, if all players should spawn in one city (city with ID 4):          $config['site']['newchar_towns'] = array(4);

// list of vocations on ots (world 0)
$vocation_name[0][0] = array(0 => 'None', 1 => 'Sorcerer', 2 => 'Druid', 3 => 'Paladin', 4 => 'Knight'); // id => 'name' , $vocation_name[0] - promotion level 0, $vocation_name[0] - for world ID 0
$vocation_name[0][1] = array(1 => 'Master Sorcerer', 2 => 'Elder Druid', 3 => 'Royal Paladin', 4 => 'Elite Knight'); // id => 'name' , $vocation_name[1] - promotion level 1, $vocation_name[0] - for world ID 0
// list of vocations on ots (world 1)
$vocation_name[1][0] = array(0 => 'None', 1 => 'Sorcerer', 2 => 'Druid', 3 => 'Paladin', 4 => 'Knight'); // id => 'name' , $vocation_name[0] - promotion level 0, $vocation_name[1] - for world ID 1
$vocation_name[1][1] = array(1 => 'Master Sorcerer', 2 => 'Elder Druid', 3 => 'Royal Paladin', 4 => 'Elite Knight'); // id => 'name' , $vocation_name[1] - promotion level 1, $vocation_name[1] - for world ID 1

// list of towns on ots
$towns_list[0] = array(1 => 'Lightning City', 2 => 'Blood Bay', 3 => 'Falighart', 4 => 'Sanfar', ); // list of towns, id => 'name', $towns_list[0] - for world id 0
$towns_list[1] = array(0 => 'Venore', 1 => 'lol', 2 => 'lol', 3 => 'lol', 4 => 'lol', 5 => 'Venore', 6 => 'Venore', 7 => 'Venore',8 => 'Venore'); // list of towns, id => 'name', $towns_list[0] - for world id 1

// list of monsters on ots - names blocked, you can generate list of your monsters in acc. maker admin panel ( Reload Monsters )
$config['site']['monsters'] = array("amazon","valkyrie","carrion worm","rotworm","rotworm queen","cockroach","kongra","merlkin","sibang","crystal spider","giant spider","poison spider","scorpion","spider","tarantula","achad","axeitus headbanger","bloodpaw","bovinus","colerian the barbarian","cursed gladiator","frostfur","orcus the cruel","rocky","the hairy one","avalanche","drasilla","grimgor guteater","kreebosh the exile","slim","spirit of earth","spirit of fire","spirit of water","the dark dancer","the hag","darakan the executioner","deathbringer","fallen mooh'tah master ghar","gnorre chyllson","norgle glacierbeard","svoren the mad","the masked marauder","the obliverator","the pit lord","webster","barbarian bloodwalker","barbarian brutetamer","barbarian headsplitter","barbarian skullhunter","bear","panda","polar bear","braindeath","beholder","elder beholder","gazer","chicken","dire penguin","flamingo","parrot","penguin","seagull","terror bird","bazir","infernatil","thul","munster","son of verminor","xenia","zoralurk","big boss trolliver","foreman kneebiter","mad technomancer","man in the cave","lord of the elements","the count","the plasmother","dracola","the abomination","the handmaiden","mr. punish","the countess sorrow","the imperor","massacre","apocalypse","brutus bloodbeard","deadeye devious","demodras","dharalion","fernfang","ferumbras","general murius","ghazbaran","grorlam","lethal lissy","morgaroth","necropharus","orshabaal","ron the ripper","the evil eye","the horned fox","the old widow","tiquandas revenge","apprentice sheng","dog","hellhound","war wolf","winter wolf","wolf","chakoya toolshaper","chakoya tribewarden","chakoya windcaller","blood crab","crab","frost giant","frost giantess","ice golem","yeti","acolyte of the cult","adept of the cult","enlightened of the cult","novice of the cult","ungreez","dark torturer","demon","destroyer","diabolic imp","fire devil","fury","hand of cursed fate","juggernaut","nightmare","plaguesmith","blue djinn","efreet","green djinn","marid","frost dragon","wyrm","sea serpent","dragon lord","dragon","hydra","dragon hatchling","dragon lord hatchling","frost dragon hatchling","dwarf geomancer","dwarf guard","dwarf soldier","dwarf","dworc fleshhunter","dworc venomsniper","dworc voodoomaster","elephant","mammoth","elf arcanist","elf scout","elf","charged energy elemental","energy elemental","massive energy elemental","overcharged energy elemental","energy overlord","cat","lion","tiger","azure frog","coral frog","crimson frog","green frog","orchid frog","toad","jagged earth elemental","muddy earth elemental","earth elemental","massive earth elemental","earth overlord","gargoyle","stone golem","ghost","phantasm","phantasm","pirate ghost","spectre","cyclops smith","cyclops drone","behemoth","cyclops","slick water elemental","roaring water elemental","ice overlord","water elemental","massive water elemental","ancient scarab","butterfly","bug","centipede","exp bug","larva","scarab","wasp","lizard sentinel","lizard snakecharmer","lizard templar","minotaur archer","minotaur guard","minotaur mage","minotaur","squirrel","goblin demon","badger","bat","deer","the halloween hare","hyaena","pig","rabbit","silver rabbit","skunk","wisp","dark monk","monk","tha exp carrier","necromancer","priestess","orc berserker","orc leader","orc rider","orc shaman","orc spearman","orc warlord","orc warrior","orc","goblin leader","goblin scavenger","goblin","goblin assassin","assasin","bandit","black knight","hero","hunter","nomad","smuggler","stalker","poacher","wild warrior","ashmunrah","dipthrah","mahrdis","morguthis","omruc","rahemos","thalas","vashresamun","pirate buccaneer","pirate corsair","pirate cutthroat","pirate marauder","carniphila","spit nettle","fire overlord","massive fire elemental","blistering fire elemental","blazing fire elemental","fire elemental","hellfire fighter","quara constrictor scout","quara hydromancer scout","quara mantassin scout","quara pincher scout","quara predator scout","quara constrictor","quara hydromancer","quara mantassin","quara pincher","quara predator","cave rat","rat","cobra","crocodile","serpent spawn","snake","wyvern","black sheep","sheep","mimic","betrayed wraith","bonebeast","demon skeleton","lost soul","pirate skeleton","skeleton","skeleton warrior","undead dragon","defiler","slime2","slime","bog raider","ice witch","warlock","witch","bones","fluffy","grynch clan goblin","hacker","minishabaal","primitive","tibia bug","undead minion","annihilon","hellgorak","latrivan","madareth","zugurosh","ushuriel","golgordan","thornback tortoise","tortoise","eye of the seven","deathslicer","flamethrower","magicthrower","plaguethrower","poisonthrower","shredderthrower","troll champion","frost troll","island troll","swamp troll","troll","banshee","blightwalker","crypt shambler","ghoul","lich","mummy","vampire","grim reaper","trainer","forest dragon","knight","paladin","druid","sorcerer","guard","mercenary","thief","toxiros","pyramo","lazarus","zathroth","goshnar","durin","demora","orc champion","lumenia","dracula","alezzo","prince almirith","elf warlord","random noob","magebomb");
// list of NPCs on ots - names blocked
$config['site']['npc'] = array('alice', 'oarkhal', 'equer', 'parkhal', 'leoric', 'sarkhal', 'pallo', 'riona', 'her miona', 'varkhal', 'eura', 'blitz', 'markhal', 'wengo', 'larkhal');
$config['site']['max_players_per_account'] = 35; // max. number of characters on account


// GUILDS config
$config['site']['guild_need_level'] = 1; // minimum level to create guild
$config['site']['guild_need_pacc'] = 0; // guild need pacc 0 / 1
$config['site']['guild_image_size_kb'] = 50; // maximum size of image in KB
$config['site']['guild_description_chars_limit'] = 1000; // limit of guild description
$config['site']['guild_description_lines_limit'] = 6; // limit of lines, if description has more lines it will be showed as long text, without 'enters'
$config['site']['guild_motd_chars_limit'] = 150; // limit of MOTD (show in game?)


// E-MAIL config
$config['site']['send_emails'] = 0; // is acc. maker configured to send e-mails?
$config['site']['mail_address'] = "artekryzak@gmail.com"; // e-mail address
$config['site']['smtp_enabled'] = "yes"; // send by smtp or mail function (set 0 if use mail function)
$config['site']['smtp_host'] = "smtp.poczta.onet.pl"; // address
$config['site']['smtp_port'] = 25; // port
$config['site']['smtp_auth'] = "yes"; // need authorization? (set 0 if not need auth)
$config['site']['smtp_user'] = "debestia@vp.pl"; // login
$config['site']['smtp_pass'] = "secretpassword"; // password



// ACC MAKER OPTIONS config
$config['site']['access_news'] = 2; // access level needed to edit news
$config['site']['access_admin_panel'] = 3; // access level needed to open admin panel
$config['site']['news_big_limit'] = 3; // limit of news on latest news page
$config['site']['news_ticks_limit'] = 5; // limit of ticker news on latest news page
$config['site']['forum_link'] = ""; // link to server forum, leave empty if server doesn't have forum
$config['site']['show_creationdate'] = 1; // show date of character creation 1 = yes, 0 = no (when use Search Player)
$config['site']['last_deaths_limit'] = 40; // max. number of death on last death page
$config['site']['players_group_id_block'] = 4; // don't show in statistics players with group ID higher (or equal) then (show tutors, senior tutors and normal players)
$config['site']['support_group_id'] = 2; // on game masters list show players with group id 2 or higher
$config['site']['shop_system'] = 1; // show server shop page? 1 = yes, 0 = no, use only if you installed LUA scripts of shop
$config['site']['download_page'] = 1; // show download page? 1 = yes, 0 = no
$config['site']['serverinfo_page'] = 1; // show server info page? 1 = yes, 0 = no
$config['site']['verify_code_shop'] = 0; // show verify code when player try to check premium code
$config['site']['gallery_page'] = 1;// show gallery page? 1 = yes, 0 = no
$config['site']['email_lai_sec_interval'] = 180; // time in seconds between e-mails to one account from lost account interface, block spam
$config['site']['show_marriage_info'] = 1; // show marriage, 1 = yes, 0 = no
$config['site']['show_skills_info'] = 0;
$config['site']['show_vip_status'] = 1;// show vip status, 1 = yes, 0 = no
$config['site']['show_vip_storage'] = 0;// the storage of vip
$config['site']['screenoftheday'] = 1;// show screenshot of the day
$config['site']['layout'] = "macros"; // layout name
?>
 
Odp: Pomoc z Acc by G?sior

T? domen? evoo.dyn.pl masz wpisa? w config.lua zamiast http://localhost/ masz da? http://evoo.dyn.pl/

A co do config.php to spr?buj tak:
PHP:
<?PHP
$config['site']['check_titles']= FALSE ; /// if true only titles from array belowwill be generated by headline script
$config['site']['allowed_titles'] = array();



//Worlds
$config['site']['worlds'] = array(0 => 'Evoo 8.55');
//Others
$config['site']['otslist.eu'] = 4955; //server id in otslist.eu to show Players Online Chart (whoisonline.php)
$config['site']['quests'] = array('Annihilator' => 5000,'Demon Helmet' => 2645,'Pits of Inferno' => 5550); // list of quests, 'questname' => storage-id,

//ReCapatha http://recaptcha.net/whyrecaptcha.html
$config['site']['publickey'] = "6LfZAAoAAAAAALswKC2UCdCo_wf3ilh_C0qBhQJs "; // Public Key
$config['site']['privkey'] = "6LfZAAoAAAAAAA7_sZX1ZPomaqqTKBka5t6so0Un";; // Private Key

// ACCOUNT config
$config['site']['one_email'] = 1; // one e-mail can be used only to create one account 0 / 1
$config['site']['verify_code'] = 1; // show verify code to block stupid scripts, set 0 if you have problems with image
$config['site']['email_days_to_change'] = 2; // how many days user need to change e-mail to account - block hackers
$config['site']['newaccount_premdays'] = 0; // how many days receive new account

//Forum
$config['site']['forum_sections'] = array(1 => 'News', 2 => 'Staff Complaints', 3 => 'Tutorials', 4 => 'Pictures', 5 => 'Bug Report', 6 => 'Miscellaneous', 7 => 'Trade');
$config['site']['forum_sections_desc'] = array(1 => 'Here you can comment on the news.', 2 => 'Here you can report complaints about Staff Members.', 3 => 'Here you will find tutorials on things.', 4 => 'This board is all about pictures!', 5 => 'Report bugs in this forum.', 6 => 'Anything that doesn\'t already have a designated forum.', 7 => 'Buy and sell things.');
$config['site']['forum_level_limit'] = 30; // minimum 1 character with 50 lvl on account to post
$config['site']['forum_post_interval'] = 20; // 30 seconds between posts
$config['site']['forum_group_not_blocked'] = 1; // group id of player that can always post, remove post, remove threads
$config['site']['forum_posts_per_page'] = 20;
$config['site']['forum_threads_per_page'] = 20;

// USE ONLY IF YOU CONFIGURED E-MAIL AND IT WORK
$config['site']['create_account_verify_mail'] = 0; // when create account player must use right e-mail, he will receive random password to account like on RL tibia, 1 = yes, 0 = no
$config['site']['generate_new_reckey'] = 0; // let player generate new recovery key, he will receive e-mail with new rec key (not display on page, hacker can't generate rec key)
$config['site']['generate_new_reckey_price'] = 5; // you can get some Premium Points for new rec key
$config['site']['send_mail_when_change_password'] = 0; // send e-mail with new password when change password to account, set 0 if someone abuse to send spam
$config['site']['send_mail_when_generate_reckey'] = 0; // send e-mail with rec key (key is displayed on page anyway when generate), set 0 if someone abuse to send spam
$config['site']['send_register_email'] = 0; // send e-mail when register account

// CHARACTER config, format: ID_of_vocation => 'Name of Character to copy', load vocation name from $vocation_name[0] (below)
$config['site']['newchar_vocations'][0] = array(1 => 'Sorcerer Sample', 2 => 'Druid Sample', 3 => 'Paladin Sample', 4 => 'Knight Sample');
$config['site']['newchar_vocations'][1] = array(1 => 'Sorcerer Sample', 2 => 'Druid Sample', 3 => 'Paladin Sample', 4 => 'Knight Sample');
// sample, if rook only:             $config['site']['newchar_vocations'][0] = array(0 => 'Rook Sample');
$config['site']['newchar_towns'][0] = array(2);
$config['site']['newchar_towns'][1] = array(1,2);
// sample, if all players should spawn in one city (city with ID 4):    uncoment!!
//$config['site']['newchar_towns'] = array(4);

// list of vocations on ots (world 0)
$vocation_name[0][0] = array(0 => 'None', 1 => 'Sorcerer', 2 => 'Druid', 3 => 'Paladin', 4 => 'Knight'); // id => 'name' , $vocation_name[0] - promotion level 0, $vocation_name[0] - for world ID 0
$vocation_name[0][1] = array(1 => 'Master Sorcerer', 2 => 'Elder Druid', 3 => 'Royal Paladin', 4 => 'Elite Knight'); // id => 'name' , $vocation_name[1] - promotion level 1, $vocation_name[0] - for world ID 0
// list of vocations on ots (world 1)
$vocation_name[1][0] = array(0 => 'None', 1 => 'Sorcerer', 2 => 'Druid', 3 => 'Paladin', 4 => 'Knight'); // id => 'name' , $vocation_name[0] - promotion level 0, $vocation_name[1] - for world ID 1
$vocation_name[1][1] = array(1 => 'Master Sorcerer', 2 => 'Elder Druid', 3 => 'Royal Paladin', 4 => 'Elite Knight'); // id => 'name' , $vocation_name[1] - promotion level 1, $vocation_name[1] - for world ID 1

// list of towns on ots
$towns_list[0] = array(0 => 'Venore', 1 => 'Edron', 2 => 'Thais', 3 => 'Carlin'); // list of towns, id => 'name', $towns_list[0] - for world id 0
$towns_list[1] = array(0 => 'Venore', 1 => 'Edron', 2 => 'Thais', 3 => 'Carlin'); // list of towns, id => 'name', $towns_list[1] - for world id 1

// list of monsters on ots - names blocked, you can generate list of your monsters in acc. maker admin panel ( Reload Monsters )
$config['site']['monsters'] = array("amazon","valkyrie","carrion worm","rotworm","rotworm queen","cockroach","kongra","merlkin","sibang","crystal spider","giant spider","poison spider","scorpion","spider","tarantula","achad","axeitus headbanger","bloodpaw","bovinus","colerian the barbarian","cursed gladiator","frostfur","orcus the cruel","rocky","the hairy one","avalanche","drasilla","grimgor guteater","kreebosh the exile","slim","spirit of earth","spirit of fire","spirit of water","the dark dancer","the hag","darakan the executioner","deathbringer","fallen mooh'tah master ghar","gnorre chyllson","norgle glacierbeard","svoren the mad","the masked marauder","the obliverator","the pit lord","webster","barbarian bloodwalker","barbarian brutetamer","barbarian headsplitter","barbarian skullhunter","bear","panda","polar bear","braindeath","beholder","elder beholder","gazer","chicken","dire penguin","flamingo","parrot","penguin","seagull","terror bird","bazir","infernatil","thul","munster","son of verminor","xenia","zoralurk","big boss trolliver","foreman kneebiter","mad technomancer","man in the cave","lord of the elements","the count","the plasmother","dracola","the abomination","the handmaiden","mr. punish","the countess sorrow","the imperor","massacre","apocalypse","brutus bloodbeard","deadeye devious","demodras","dharalion","fernfang","ferumbras","general murius","ghazbaran","grorlam","lethal lissy","morgaroth","necropharus","orshabaal","ron the ripper","the evil eye","the horned fox","the old widow","tiquandas revenge","apprentice sheng","dog","hellhound","war wolf","winter wolf","wolf","chakoya toolshaper","chakoya tribewarden","chakoya windcaller","blood crab","crab","frost giant","frost giantess","ice golem","yeti","acolyte of the cult","adept of the cult","enlightened of the cult","novice of the cult","ungreez","dark torturer","demon","destroyer","diabolic imp","fire devil","fury","hand of cursed fate","juggernaut","nightmare","plaguesmith","blue djinn","efreet","green djinn","marid","frost dragon","wyrm","sea serpent","dragon lord","dragon","hydra","dragon hatchling","dragon lord hatchling","frost dragon hatchling","dwarf geomancer","dwarf guard","dwarf soldier","dwarf","dworc fleshhunter","dworc venomsniper","dworc voodoomaster","elephant","mammoth","elf arcanist","elf scout","elf","charged energy elemental","energy elemental","massive energy elemental","overcharged energy elemental","energy overlord","cat","lion","tiger","azure frog","coral frog","crimson frog","green frog","orchid frog","toad","jagged earth elemental","muddy earth elemental","earth elemental","massive earth elemental","earth overlord","gargoyle","stone golem","ghost","phantasm","phantasm","pirate ghost","spectre","cyclops smith","cyclops drone","behemoth","cyclops","slick water elemental","roaring water elemental","ice overlord","water elemental","massive water elemental","ancient scarab","butterfly","bug","centipede","exp bug","larva","scarab","wasp","lizard sentinel","lizard snakecharmer","lizard templar","minotaur archer","minotaur guard","minotaur mage","minotaur","squirrel","goblin demon","badger","bat","deer","the halloween hare","hyaena","pig","rabbit","silver rabbit","skunk","wisp","dark monk","monk","tha exp carrier","necromancer","priestess","orc berserker","orc leader","orc rider","orc shaman","orc spearman","orc warlord","orc warrior","orc","goblin leader","goblin scavenger","goblin","goblin assassin","assasin","bandit","black knight","hero","hunter","nomad","smuggler","stalker","poacher","wild warrior","ashmunrah","dipthrah","mahrdis","morguthis","omruc","rahemos","thalas","vashresamun","pirate buccaneer","pirate corsair","pirate cutthroat","pirate marauder","carniphila","spit nettle","fire overlord","massive fire elemental","blistering fire elemental","blazing fire elemental","fire elemental","hellfire fighter","quara constrictor scout","quara hydromancer scout","quara mantassin scout","quara pincher scout","quara predator scout","quara constrictor","quara hydromancer","quara mantassin","quara pincher","quara predator","cave rat","rat","cobra","crocodile","serpent spawn","snake","wyvern","black sheep","sheep","mimic","betrayed wraith","bonebeast","demon skeleton","lost soul","pirate skeleton","skeleton","skeleton warrior","undead dragon","defiler","slime2","slime","bog raider","ice witch","warlock","witch","bones","fluffy","grynch clan goblin","hacker","minishabaal","primitive","tibia bug","undead minion","annihilon","hellgorak","latrivan","madareth","zugurosh","ushuriel","golgordan","thornback tortoise","tortoise","eye of the seven","deathslicer","flamethrower","magicthrower","plaguethrower","poisonthrower","shredderthrower","troll champion","frost troll","island troll","swamp troll","troll","banshee","blightwalker","crypt shambler","ghoul","lich","mummy","vampire","grim reaper","trainer","forest dragon","knight","paladin","druid","sorcerer","guard","mercenary","thief","toxiros","pyramo","lazarus","zathroth","goshnar","durin","demora","orc champion","lumenia","dracula","alezzo","prince almirith","elf warlord","random noob","magebomb");
// list of NPCs on ots - names blocked
$config['site']['npc'] = array('alice', 'oarkhal', 'equer', 'parkhal', 'leoric', 'sarkhal', 'pallo', 'riona', 'her miona', 'varkhal', 'eura', 'blitz', 'markhal', 'wengo', 'larkhal');
$config['site']['max_players_per_account'] = 35; // max. number of characters on account


// GUILDS config
$config['site']['guild_need_level'] = 8; // minimum level to create guild
$config['site']['guild_need_pacc'] = 0; // guild need pacc 0 / 1
$config['site']['guild_image_size_kb'] = 50; // maximum size of image in KB
$config['site']['guild_description_chars_limit'] = 1000; // limit of guild description
$config['site']['guild_description_lines_limit'] = 6; // limit of lines, if description has more lines it will be showed as long text, without 'enters'
$config['site']['guild_motd_chars_limit'] = 150; // limit of MOTD (show in game?)


// E-MAIL config
$config['site']['send_emails'] = 1; // is acc. maker configured to send e-mails?
$config['site']['mail_address'] = "YOUREMAIL@gmail.com"; // e-mail address
$config['site']['smtp_enabled'] = "yes"; // send by smtp or mail function (set 0 if use mail function)
$config['site']['smtp_host'] = "smtp.gmail.com"; // address
$config['site']['smtp_port'] = 465; // port
$config['site']['smtp_auth'] = "yes"; // need authorization? (set 0 if not need auth)
$config['site']['smtp_user'] = "login"; // login
$config['site']['smtp_pass'] = "password"; // password

// ACC MAKER OPTIONS config
$config['site']['access_news'] = 2; // access level needed to edit news
$config['site']['access_admin_panel'] = 3; // access level needed to open admin panel
$config['site']['news_big_limit'] = 3; // limit of news on latest news page
$config['site']['news_ticks_limit'] = 5; // limit of ticker news on latest news page
$config['site']['show_creationdate'] = 1; // show date of character creation 1 = yes, 0 = no (when use Search Player)
$config['site']['last_deaths_limit'] = 40; // max. number of death on last death page
$config['site']['players_group_id_block'] = 4; // don't show in statistics players with group ID higher (or equal) then (show tutors, senior tutors and normal players)
$config['site']['support_group_id'] = 2; // on game masters list show players with group id 2 or higher
$config['site']['shop_system'] = 1; // show server shop page? 1 = yes, 0 = no, use only if you installed LUA scripts of shop
$config['site']['download_page'] = 1; // show download page? 1 = yes, 0 = no
$config['site']['serverinfo_page'] = 1; // show server info page? 1 = yes, 0 = no
$config['site']['verify_code_shop'] = 1; // show verify code when player try to check premium code
$config['site']['gallery_page'] = 1; // show gallery page? 1 = yes, 0 = no
$config['site']['email_lai_sec_interval'] = 180; // time in seconds between e-mails to one account from lost account interface, block spam
$config['site']['show_marriage_info'] = 0; // show marriage, 1 = yes, 0 = no
$config['site']['show_skills_info'] = 1;//show players skills, 1 = yes, 0 = no
$config['site']['show_vip_status'] = 1;// show vip status, 1 = yes, 0 = no
$config['site']['show_vip_storage'] = 0;// the storage of vip
$config['site']['show_outfit'] = 1;// show outfit, 1 = yes, 0 = no
$config['site']['show_signature'] = 1;// show signature, 1 = yes, 0 = no
$config['site']['screenoftheday'] = 1;// show screenshot of the day
$config['site']['worldtransfer'] = 1;//1-Enable/0-Disable Character World Transfer
$config['site']['worldtransferprice'] = 10;//Price for Character World Transfer
$config['site']['transfermonths'] = 6;//Months for which you cannot make World Transfer with a character

// layout, available layouts: rasta,tibiacom,darkritual,macros
$config['site']['layout'] = "macros"; // layout name
?>
 
Ostatnia edycja:
Odp: Pomoc z Acc by G?sior

I tylko pozmieniaj sobie $config['site']['otslist.eu'] = tutaj id jakie przypisali tobie na itslist.eu;


Oraz edytuj sobie ustawienia // E-MAIL config



PS. Sorry za dubel ale w jednej wiadomo?ci by?o by za du?o...
 
Odp: Pomoc z Acc by G?sior

Problemy kt?re zosta?y do rozwi?zania.
-Wygl?d (...) chodzi tu g??wnie o to ?e nie wczytuje mi gif?w z addonami [np
Hunter.gif][Ale nie dzia?aj? tylko te co ja dodaje np Married.gif,te co by?y na pocz?tku dzia?aj? w 100% Sprawdzi?em.
-Tak samo jak pauz? wy?ej dzieje si? z ekranem z itemami postaci tzn nie wczytuje niekt?rych itemek itd (...) podobnie jak wy?ej dzia?aj? tylko te itemy co by?y na samym pocz?tku.[Gdy w?asnor?cznie dodam jaki? gif to niekt?re dzia?aj? jak np Demonwing Axe a niekt?re nie jak np Noon Backpack.
-Kolumna [?mier?] (...) G??wnie chodzi mi o to jak zmieni? zdanie typu ["Zabi? na poziomie 8 Dire Penguin"] na np ["Zabity na poziomie 8 przez Dire Penguin"]
?eby tak si? powtarza?o po ?mierci postaci tylko z mianami np [Zabity na poziomie 999 przez Rat]

4.Forum-->Server Forum gdy chce doda? nowy temat nie ma przycisku!
5.Ustawienie ip Acc Makera aby ludzie mogli wchodzi? przez evoo.dyn.pl!!!
6.IP-Serwera-Ustawienie w config poprawnego adresu IP
7.$config['site']['otslist.eu'] = zrobi?em konto na otslist.eu' ale nie wiem gzdie pisze to id przepisane dla
mnie!
8.Gdy loguje na konto i chce zrobi? posta? na dole jest przycisk St?rz Posta?,Chce aby przycisk nie mia? w sobie b??du ortograficznego.
 
Ostatnia edycja:
Odp: Pomoc z Acc by G?sior

Powiem tak.... Nie b?d? usuwa? Tobie po kolei tych b??d?w... We? u?yj tego acc maker http://www.speedyshare.com/files/21966263/acc_maker.rar

co do 5 pkt. to:
na stronie No-IP - Dynamic DNS, Static DNS for Your Dynamic IP zak?adasz no-ip podaj?c IP twojego serwera.
6. Jak zrobisz no-ip to mo?esz w config.lua poda? no-ip.
7. Jak wchodzisz na sw?j serwer na otslist.eu to w pasku przegl?darki masz takie co?:
http://otslist.eu/ots/numerki ktore masz wklei?/nazwa_serwera.html
8. Wklej tamtego co ja Tobie da?em acc maker.


PS. Jak wkleisz ten acc maker i nie b?dziesz mia? ju? b??d?w to napisz mi to Ci jeszcze spolszcz? to co b?dziesz chcia?.
 
Odp: Pomoc z Acc by G?sior

OK.Wszystkie punkty pomi?my!! zajmijmy si? AccMakerem! od strony IP
 
Back
Do góry