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

Afs-cms

Status
Not open for further replies.
Nps, but Avarian, how's the security fixes going?


EDIT: you should add a "Next page" button on the house list instead of having them all in one list.
 
Last edited:
Avarians, I got a question, I m using ur script here, and the status online/offline works perfectly.

But the status Players Online, Monsters and Up Time, some-times works, and almost all time it show blank, without real status, what can I need to fixe?

I've checked here, and the status system just show the total players online, monsters and up time each 5 minutes for like 30 seconds... then disapear.

It's happening just with me?
 
Last edited:
@ Empty - Nothings been done so far, the person who was suppose to be showing me the security issues and telling me how to fix them simply never responded. I still don't know most of the issues or fixes to them since I know practically nothing about XSS or SQL-Injection.

@ Sircurse - Update to v1.5, The display Monsters: has been disabled since it isnt working with TFS 0.2.6, however if the offline/online is working correctly then so should the number of players online.

@ Cloaky - I know nothing about Sqlite but it probably wont work with it.
 
@ Sircurse

This doesn't show players online and monster becouse of changing in latest codes - how much can server send beetwen (or somethink like this).

So just change
Code:
statusTimeout = 5 * 60 * 1000
to
Code:
statusTimeout = 1000
or somethink like this ;)
 
can some1 help me here please... the new chars dont have anything in their bp, and I want them to have rope, shovel etc...
the config says:
//Starting EQ
$druid_helm['helmet'] = '2461'; //This is the slot for a helmet.
$druid_neck['necklace'] = '2170'; //This is the slot for a necklace.
$druid_bag['bag'] = '1988'; //This is the slot for a bag or backpack.
$druid_armor['armor'] = '2467'; //This is the slot for armor.
$druid_lhand['lhand'] = '2512'; //This slot can hold a shield or weapon.

but I dunno where to write the new ids, please help me out, thanks :D
 
just use your firstitems.lua for that instead, so that they just walk over a tile, let's say the tile that leads out of the temple so that they get rope, shovel etc. when they walk over it.
 
I don't think it's possible, but like I said, use the movement script instead.

EDIT: Too bad that your AAC got that much criticism on fans.net ... Hope you don't stop making it though.
 
Last edited:
I've atualized the script, but the status still work like before, the online/offline work perfectly, but the players online and uptime just show every each 5 minutes for just 30 seconds then disapear...

Maybe on next release u can make a layout based in skins, to change more easy, with a language sytem too, the code is good, but will be the same skin for all ppls.

But great work! =)
 
Last edited:
another problem- when some1 making an acc, hes got free 100 days orem, as soon as he relog, he is free account, can any1 tell me what to do please...
 
@ Empty - Thanks and wrsqaz or w/e his name is spelled was a dick about it but i'm over it, what really bothered me is that he offered no help, didnt point out the individual issues or post fixes to them. I'll start working on it again as soon as I can get some help, till then i'm working on my map which has been ignored for quite some time lol.

@ Sircurse - In the next update i'm releasing a primitive version of layouts :p by primitive I mean it could be done alot smarter so it was like Nicaw AAC Skins but I didn't feel like it considering i'm not doing anything till I get some help fixing the security issues.
 
I am getting this error after i press anything on the AAC page

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in F:\lasttfs\xampp\htdocs\config.php on line 9

Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'ODBC'@'localhost' (using password: NO) in F:\lasttfs\xampp\htdocs\config.php on line 10

Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in F:\lasttfs\xampp\htdocs\config.php on line 10
Unable to select database

Can anyone please tell me what I should do to get rid of this error?
 
Last edited:
I am getting this error after i press anything on the AAC page

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in F:\lasttfs\xampp\htdocs\config.php on line 9

Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'ODBC'@'localhost' (using password: NO) in F:\lasttfs\xampp\htdocs\config.php on line 10

Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in F:\lasttfs\xampp\htdocs\config.php on line 10
Unable to select database

Can anyone please tell me what I should do to get rid of this error?

1. Means that your passowrd\user is wrong.
2. Same thing.
3. It is unable to access the database.
 
Well I still need someone to help me with the security issues, if you know about XSS and SQL-Injection then please PM me.
 
Avarians, the status server (players online and uptime) works on ur pc? I dont know if the problem is just here, how I told u, the uptime and max players online dont stay static, it disapear after some seconds... Just the status online/offline works perfectly.

What can I do?
 
Avarians, the status server (players online and uptime) works on ur pc? I dont know if the problem is just here, how I told u, the uptime and max players online dont stay static, it disapear after some seconds... Just the status online/offline works perfectly.

What can I do?

It works fine here, not really sure what you could do sorry.
 
It works fine for me too, never heard of that problem before.
 
Status
Not open for further replies.
Back
Top