Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[dev] MapleAdmin v1.2

Skilled Illusionist
Joined
Feb 26, 2009
Messages
307
Reaction score
36
[dev] MapleAdmin v1.6.3

Sup Ragezone, I had nothing to do this sunday so I made a kind-of-funny-but-useless site thingy that opens Characters' inventory online. Nothing special but could be useful for peeking cus Y not rite?

Some info about MapleAdmin
  • MapleBit-master support only
  • Little config stuff in database.php
  • It has no real options other then peeking in inventories
  • Basic character data is shown.
  • Only Admins can use the page.

Future features would be:
  • edit inventory items.

Please Don't hate on my php coding skills. It's very basic stuff.


Logged in (v1.4)
Logged out (v1.4)
Peeking in an inventory (v1.4)


Peeking in an inventory (v1.5)
Edit character info.


Download v1.6.3
or




~UPDATE~

Updating INT is now possible - (fix by: HoltHelper)

There will be an items.zip located :
Code:
 MapleAdmin/Config/img/items.zip
unzip it inside your img folder.

Code:
Credits:
Me - for making this program
HoltHelper - couple fixes.
 
Last edited:
Skilled Illusionist
Joined
Feb 26, 2009
Messages
307
Reaction score
36
Should this not go in Web development section?

Looks neat, should add ability to delete/add items also for convenience

demn it should be in Web development! my bad!
Yup that would be sweet to add/delete. Also searching on name instead char ID.
 
Custom Title Activated
Loyal Member
Joined
Jan 18, 2010
Messages
3,109
Reaction score
1,139
This is a neat idea! I agree, I'll assume you are checking WHERE id = ?, should change this to WHERE name = ? instead. Also, is the corrupt images custom items, or does the images only go up to a specific version off of that website?
 
Skilled Illusionist
Joined
Feb 26, 2009
Messages
307
Reaction score
36
This is a neat idea! I agree, I'll assume you are checking WHERE id = ?, should change this to WHERE name = ? instead. Also, is the corrupt images custom items, or does the images only go up to a specific version off of that website?

Yup i'm currently using id = * cus I had it like this in my mind last night I will make changes in the future. Also working on GitHub stuff (never used before)
The Corrupt images are from Maple.fm somehow they are broken. I'm using v142.2 wz + v159 wz files without Customs files.
 
Skilled Illusionist
Joined
Feb 26, 2009
Messages
307
Reaction score
36
how to login ? as admin ? login ?

Yes, you need an account with admin rights. (gm has to be 6 or higher)



Pretty basic site, good job though. This would be a great way to learn a new framework or language because of its simplicity.

Thanks, what kind of framework / language would you recommend?
 
Last edited:
Skilled Illusionist
Joined
Feb 15, 2013
Messages
323
Reaction score
10
@Rampenbram

- - - Updated - - -

1EfQWLe - [dev] MapleAdmin v1.2 - RaGEZONE Forums


yD2ha04 - [dev] MapleAdmin v1.2 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Skilled Illusionist
Joined
Feb 26, 2009
Messages
307
Reaction score
36
Hmm looks like you're missing a Maplebit-master function (Profile name) and those other 3 errors are columns from Accounts

\MapleAdmin\src\index.php -> Line 57, 59 and 60 you can remove these lines.
 
Skilled Illusionist
Joined
Feb 15, 2013
Messages
323
Reaction score
10
Hmm looks like you're missing a Maplebit-master function (Profile name) and those other 3 errors are columns from Accounts

\MapleAdmin\src\index.php -> Line 57, 59 and 60 you can remove these lines.
why ? i got them in my database,

j7QEhYL - [dev] MapleAdmin v1.2 - RaGEZONE Forums
C3RNtcH - [dev] MapleAdmin v1.2 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Skilled Illusionist
Joined
Feb 26, 2009
Messages
307
Reaction score
36
why ? i got them in my database,

j7QEhYL - [dev] MapleAdmin v1.2 - RaGEZONE Forums
C3RNtcH - [dev] MapleAdmin v1.2 - RaGEZONE Forums

Looks like it's working fine now! on line 68 it says Welcome back <name> this you don't have since it's from a Maplebit-master function. Why you don't see images is because you need them inside your MapleAdmin folder. Download
 

Attachments

You must be registered for see attachments list
Joined
Jul 12, 2011
Messages
1,229
Reaction score
475
Just for future reference, Maplebit-master is the name of the github repo download, the actual project is called MapleBit. `Master` refers to the master branch of my github repo.
 
Back
Top