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

[Znote AAC] Simple serverinfo

Was wondering if you could make anything to display the houses ? / Thanks for this script tho.
 
Dont shows my rates ?
What I write in config.lua ?
I got: rateExp = "rateExp"

and this is my stages.xml:

<?xml version="1.0" encoding="UTF-8"?>
<stages>
<config enabled="1"/>
<stage minlevel="1" maxlevel="7" multiplier="120"/>
<stage minlevel="8" maxlevel="49" multiplier="100"/>
<stage minlevel="50" maxlevel="99" multiplier="65"/>
<stage minlevel="100" maxlevel="149" multiplier="30"/>
<stage minlevel="150" maxlevel="199" multiplier="15"/>
<stage minlevel="200" maxlevel="249" multiplier="8"/>
<stage minlevel="250" maxlevel="299" multiplier="5"/>
<stage minlevel="300" maxlevel="999" multiplier="3"/>
</stages>

Hope u can help me!
 
Doesnt work on newest Znote Acc, it just dont show anything.
 
No, using tibiacom layout by znote.
 
Should work, or at least the page source look's right from what I know. :) Maybe it's something on your server end?
 
Well, im using linux i did this: home/server
 
If I was to guess it'd be something like... $path = 'user\home\SERVER'; just guessing maybe..?
 
for linux path might be different but since I made this script using win cant really help you
 
PHP:
$path = '/home/tfs'; -- tfs is just an example
$xml1 = simplexml_load_file($path."/data/xml/stages.xml");
$talkactions = simplexml_load_file($path.'/data/talkactions/talkactions.xml');

That should work :p
 
Not working, now the page doesnt show up!
 
This is sick nice dude,

But got a quick question, I am just back new to the ot servers. Followed the video TUT (its great btw) only when I want to go to localhost/special it says:

Forbidden

You don't have permission to access /special on this server.

I tried some diffrent things but can't figure it out. Somone got some idea's?
 
Back
Top