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

Scripter Need a PHP scripter!

Rabbe

New Member
Joined
Nov 10, 2007
Messages
112
Reaction score
0
Location
Halmstad/Sweden
Need a PHP scripter, not OT related. Dunno what I can reward you with.

I need a PHP script to read something from a txt document online(like www.blabla.com/sdsdsds.txt) where it looks like:

Code:
Name: Zyasasas   Level: 145   Acc: 423423   Pass: prozor123
Helmet: 3384
Amulet: 3572
Backpack: 5949
Left: 3425
Right: 3271
Armor: 3358
Ring: 0
Feet: 3552
Ammo: 0
Legs: 3558

 <br><br> 

Name: Blaha   Level: 10   Acc: 234234   Pass: asdasd123
Helmet: 3351
Amulet: 0
Backpack: 2853
Left: 3074
Right: 3425
Armor: 3561
Ring: 0
Feet: 0
Ammo: 3035
Legs: 3372

 <br><br>

And convert it to a PHP page like tibia.com's online list where it looks like:

Name: Blaha Acc: 234234 Pass: asdasd123 Level: 10 World: Aldora

Name: Zyasasas Acc: 423423 Pass: prozor123 Level: 145 World: Selena



So it needs to go on tibia.com and check for world, and then I want it possible to like.. sort by level etc, so if u click a button the highest level will be first, then next highest etc.

Hope you understand my needs, thanks.

EDIT: Instead of adding to a php grid it can add to mysql or something, just somewhere I can check it easily and sort the accounts by leve, by name, by world etc, you get it.

Rabbe~
 
Last edited:
Back
Top