• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

[Website] Gesior - Account Information? (Public Information) Question

Zer0xe

Freedom, Health & Courage
Joined
Aug 3, 2007
Messages
643
Reaction score
2
Location
Sweden
Hello,
Is it possible to put any codes/script? In Account Management.php or Characters.php to display the Account Position, example GOD, Game Master or Community Manager? e.tc.

As It says Position: Community Manager on Account Information, but as you look on another character that's a normal player, that display just disappears.

If anyone could help me, I'd appreciate it alot! Rep for you of course :)

Thanks.
 
Find it! http://otland.net/f118/geisor-aac-customized-characters-php-screenshot-69684/ hope it works =) (If it dosent, go to Website Applications and you will find it)

Thanks, but that certainly did not help what I was looking for :(
I've been searching around, yet without results.

If someone else here could help, I'd appreciate it :)
Thanks.


Code:
// finds groups of all characters
        foreach( $this->getPlayersList() as $player)
        {
            $group = $player->getGroup();

Possible to make that instead of playerlist, to accountlist?
 
Last edited:
Ok i wanna know if i understand this Thread right... For example: you search on an name like: Eternal Oblivion, Then you see:

Position: Player, it wont show "Player" "CM" "GM" or "GOD"?
 
Ok i wanna know if i understand this Thread right... For example: you search on an name like: Eternal Oblivion, Then you see:

Position: Player, it wont show "Player" "CM" "GM" or "GOD"?

Well, let's take one of the GODs for example, Steve.

Code:
Character Information
Name:	Steve
Sex:	male
Profession:	Knight
Level:	110
Achievement Points:	0
World:	Antica
Residence:	Venore
Last login:	Jul 04 2008, 12:18:04 CEST
Position:	CipSoft Member
Comment:	Sit tibi Tibia levis!
Account Status:	Premium Account


Account Information
Position:	CipSoft Member
Created:	Jan 01 1970, 01:00:00 CET

Then If you look at another of his characters, that's a normal player so-to-speak.


Code:
Character Information
Name:	Jebef
Sex:	male
Profession:	None
Level:	1
Achievement Points:	0
World:	Antica
Residence:	Rookgaard
Last login:	Sep 26 2004, 09:27:40 CEST
Account Status:	Premium Account

Account Information
Position:	CipSoft Member
Created:	Jan 01 1970, 01:00:00 CET


I hope you understand a bit better, Account Information! :)


-Zer0xe
 
Back
Top