number
Moderator: Gamemasters
- Avalyon el'Hattarr
- Posts: 1492
- Joined: Wed Jul 12, 2006 8:42 pm
- Location: Heaven and Hell
- Contact:
number
how can i find out my own character number?
- Kevin Lightdot
- Posts: 2849
- Joined: Sun Oct 16, 2005 8:17 pm
- Location: Green again
- Avalyon el'Hattarr
- Posts: 1492
- Joined: Wed Jul 12, 2006 8:42 pm
- Location: Heaven and Hell
- Contact:
- Avalyon el'Hattarr
- Posts: 1492
- Joined: Wed Jul 12, 2006 8:42 pm
- Location: Heaven and Hell
- Contact:
Re: number
Look in the thread in the RPG section banning you by your char number.Avalyon el'Hattarr wrote:how can i find out my own character number?
You can find it out.
Go into the account system and show up the characters overfew.
Then have a look into the site source.
Each character has such a construct in the source:
Where the [character id !!!!!!!!!!!] is written in, you can find the Number of the character with the name at [name]
Nitram
Go into the account system and show up the characters overfew.
Then have a look into the site source.
Each character has such a construct in the source:
Code: Select all
<td>[name]</td>
<td>[race]</td>
<td>[gender]</td>
<td>[status]</td>
<td>
<form name='form3' method='post' action='?mod=editchar'>
<input type='hidden' value='[character id !!!!!!!!!!!]' name='charid'>
<input type='submit' name='edit' value='show'>
</form>
</td>
<td>
<form name='form3' method='post' action='?mod=deletechar'>
<input type='hidden' value='[character id !!!!!!!!!!!]' name='charid'>
<input type='submit' name='delete' value='delete'>
</form>
</td>
</tr>
<tr>
Nitram