• 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!

[Gesior AAC] - Znote Prefix Edition! [Mystic Spirit 0.2]

Status
Not open for further replies.
i have created the website, and people close to my house can access my server but people further can not....
please help me out thanks
 
Shop system is not working ( I mean when i click "Yes"
"Yes" , "No" Show "Shop System" submenu? ("Yes" only if installed! Read FAQ)

It dosnt work
 
@up

Because I stripped off the shop function for security reasons.
 
The Following Errors Have Occurred:
# Wrong characters configuration ("Load vocations" in admin panel, "character to copy" doesn't exist in DB). Try again or contact with admin.


Help please :\
 
I can't get it configured with the current CE :(
 
Znote, Error killstatistics.php :S!

Not Save Deaths!

playerdeath.lua

dofile("./config.lua")

function onDeath(cid, corpse, killer)
doPlayerSendTextMessage(cid, MESSAGE_EVENT_ADVANCE, "You are dead.")
if deathListEnabled == "yes" then
if sqlType == "mysql" then
env = assert(luasql.mysql())
con = assert(env:connect(mysqlDatabase, mysqlUser, mysqlPass, mysqlHost, mysqlPort))
else -- sqlite
env = assert(luasql.sqlite3())
con = assert(env:connect(sqliteDatabase))
end
local byPlayer = FALSE
if killer == FALSE then
killerName = "field item"
else
if isPlayer(killer) == TRUE then
byPlayer = TRUE
end
killerName = getCreatureName(killer)
end
assert(con:execute("INSERT INTO `player_deaths` (`player_id`, `time`, `level`, `killed_by`, `is_player`) VALUES (" .. getPlayerGUID(cid) .. ", " .. os.time() .. ", " .. getPlayerLevel(cid) .. ", '" .. escapeString(killerName) .. "', " .. byPlayer .. ");"))
local cursor = assert(con:execute("SELECT `player_id` FROM `player_deaths` WHERE `player_id` = " .. getPlayerGUID(cid) .. ";"))
local deathRecords = numRows(cursor)
if sqlType == "mysql" then
while deathRecords > maxDeathRecords do
delete = assert(con:execute("DELETE FROM `player_deaths` WHERE `player_id` = " .. getPlayerGUID(cid) .. " ORDER BY `time` LIMIT 1;"))
deathRecords = deathRecords - 1
end
else
while deathRecords > maxDeathRecords do
delete = assert(con:execute("DELETE FROM `player_deaths` WHERE `rowid` = (SELECT `rowid` FROM `player_deaths` WHERE `player_id` = " .. getPlayerGUID(cid) .. " ORDER BY `time` LIMIT 1);"))
deathRecords = deathRecords - 1
end
end
con:close()
env:close()
end
end

Database: player_deaths

CREATE TABLE IF NOT EXISTS `player_deaths` (
`player_id` int(11) NOT NULL,
`time` bigint(20) unsigned NOT NULL default '0',
`level` int(11) NOT NULL default '1',
`killed_by` varchar(255) NOT NULL,
`is_player` tinyint(1) NOT NULL default '1',
KEY `player_id` (`player_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

help :(
 
Can someone tell me step by step how to install this i want to get my server going with donations :)
 
Hmm i Thinking Why Here Need Chronical elements acc? its the same like Gesior 0.3.1 Fixed... Just In this acc no are shop damn yes, in chronical elements arent used shop system but u can easy add it just paste in global.lua and i saw then u trying to install gesior acc saying error in 168 Line~ That Extremaly Easy just waste 3 mins of your life and delete all comments in config.lua and then it will works perfectly... Dont Know Why needed this one But... Gz Mayby Not Bad.


/Apsivaflines
 
Fatal error: Call to a member function query() on a non-object in C:\xampp\htdocs\alcatraz\pot\OTS_Player.php on line 88
 
This should be working with TFS 0.2.8. I guess it will be useful until I make a Modern AAC version for 0.2.
 
Working on it now. :p Hold on.

edit:
http://www.speedy*****malware.localhost/files/25638966/GesiorZnoteEdition.zip
 
Last edited:
"Image Verification is missing, please contact the administrator"
I can't create new account :< Using 0.2.8 tfs

Also there is problem with website background
bugwebsite.jpg
 
"Image Verification is missing, please contact the administrator"
I can't create new account :< Using 0.2.8 tfs

Just open Imagebuilder.php (htdocs/imgverification/imagebuilder.php) and just put a PHP infront of <? at line1 and you should be fine :)
 
Znote, on some of the subfolders (Like accountmanager, Latest news and some more) i get this error on top of the page:
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '1.0/no DST' instead in C:\xampp\htdocs\latestnews.php on line 103

You know whats up with that? Iv been trying to look it up myself but just cant find anything ;s
 
Status
Not open for further replies.
Back
Top