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!

Edward's ControlPanel v1.0

Skilled Illusionist
Joined
Nov 1, 2010
Messages
381
Reaction score
166
Well this is my first release
its a Control Panel i made, that i decided to release so.
Another thing, i didnt care about the designing so that for you!
i just made all the scripts.
Below is a picture of Mcafee scanning it.


It Contains:

-Changing Passwords
-Change Bank Pin
-Reset Char Position
-Adding Cash (for premium shop etc)
-Adding Stats
-Adding Penya



How to set it up!
1)Download ControlPanel.rar
2)Put it in a webserver
3)Go to "inc" folder open "constants.php"
and edit your SQL server info and your
flyff salt.
4)Enjoy!

All Credits go to me!

If you still need support email me at:
eduardojaviercu@hotmail.com
eduardojaviercu@facebook.com Any of those!
-------------------------------------------------------------------
Its My first release so i hope nobody flames.
Sorry For my Bad English.
Thanking And Commenting Doesnt Kill!
Bye!


PS:Sorry,
sometimes when im coding i use english and spanish
i just released that at login.php
somewhere says "Ingresado Correctamente"
change it to "Successfully Logged!"
Thank you.
 

Attachments

You must be registered for see attachments list
Last edited:
  • Like
Reactions: KLO
Skilled Illusionist
Joined
Nov 1, 2010
Messages
381
Reaction score
166
What does it contains?

-Changing Passwords
-Change Bank Pin
-Reset Char Position
-Adding Cash (for premium shop etc)
-Adding Stats
-Adding Penya

Umm if you guys think it need anything else tell me
and ill add it to the next version.
Actually is more likely an admin Panel haha.
 
[R8]ℓσℓ32
Loyal Member
Joined
Oct 6, 2008
Messages
1,396
Reaction score
198
It's not bad, but I will give you some tips.

1. Try to secure the script.
2. Use sessions instead cookies.
3. When you select from big tables, such account and character, select only the colums you are going to edit.

Example:
PHP:
SELECT m_idPlayer, m_szName, account FROM CHARACTER_TBL;
 
Skilled Illusionist
Joined
Nov 1, 2010
Messages
381
Reaction score
166
It's not bad, but I will give you some tips.

1. Try to secure the script.
2. Use sessions instead cookies.
3. When you select from big tables, such account and character, select only the colums you are going to edit.

Example:
PHP:
SELECT m_idPlayer, m_szName, account FROM CHARACTER_TBL;

Thats a good suggesting,
im just like starting but i will keep that in mind for the next time i apreciate the commenting and helping!.
 
Elite Diviner
Joined
Apr 5, 2011
Messages
428
Reaction score
28
Hmm i kinda think don't trust this release.
Well if this release does works, Still it isn't safe.
I don't even trust with virus scans, because any white/black/grey hackers can crypt and FUD it easily.

It maybe binded with some sort of program used for hacking such as RAT's, keyloggs, and other hacks.

His name is kinda familiar from the guy I'm with on a hacking forum/group.
and with a small post counts and likes is weird with a released project. I don't even see him around in this forum, It's just weird that he came like a bubble and posted a release. But it's up to you guys, I'm just sharing my opinion and don't want my rz family to be slaved with skiddos. :eek:tt1:
 
Last edited:
MC Web Designs
Joined
Oct 28, 2010
Messages
888
Reaction score
111
Hmm i kinda think don't trust this release.
Well if this release does works, Still it isn't safe.
I don't even trust with virus scans, because any white/black/grey hackers can crypt and FUD it easily.

It maybe binded with some sort of program used for hacking such as RAT's, keyloggs, and other hacks.

His name is kinda familiar from the guy I'm with on a hacking forum/group.
and with a small post counts and likes is weird with a released project. I don't even see him around in this forum, It's just weird that he came like a bubble and posted a release. But it's up to you guys, I'm just sharing my opinion and don't want my rz family to be slaved with skiddos. :eek:tt1:

No offence, but for one download it and find out :D two, if i was new i would have probably started by releasing some helpfull stuff. Im not flaming or anything, but give him / her a chance :D

On topic - Try and add some pictures. People wont download it without pics.
 
Elite Diviner
Joined
Apr 5, 2011
Messages
428
Reaction score
28
No offence, but for one download it and find out :D two, if i was new i would have probably started by releasing some helpfull stuff. Im not flaming or anything, but give him / her a chance :D

On topic - Try and add some pictures. People wont download it without pics.

Yeah you have a point, but for security purposes I only download files from well known and trusted RZ members.
Nowadays lots of rat's are spreading in the cyber world they even use your iConnection for ddos. Not all av detects well encrypted and fud`ed malwares. It takes a few days before it can detect it worst not. But as I previously stated it's up to you guys :)

and sorry if i`m wrong :blushing:
 
Skilled Illusionist
Joined
Nov 1, 2010
Messages
381
Reaction score
166
Hmm i kinda think don't trust this release.
Well if this release does works, Still it isn't safe.
I don't even trust with virus scans, because any white/black/grey hackers can crypt and FUD it easily.

It maybe binded with some sort of program used for hacking such as RAT's, keyloggs, and other hacks.

His name is kinda familiar from the guy I'm with on a hacking forum/group.
and with a small post counts and likes is weird with a released project. I don't even see him around in this forum, It's just weird that he came like a bubble and posted a release. But it's up to you guys, I'm just sharing my opinion and don't want my rz family to be slaved with skiddos. :eek:tt1:

Yeah you have a point, but for security purposes I only download files from well known and trusted RZ members.
Nowadays lots of rat's are spreading in the cyber world they even use your iConnection for ddos. Not all av detects well encrypted and fud`ed malwares. It takes a few days before it can detect it worst not. But as I previously stated it's up to you guys :)

and sorry if i`m wrong :blushing:

Well Slingshot, its true i came like just suddenly
but i have a lot time using RZ i havent posted like
too much, but i still used it, i think you can see
where my account was created, i have used Rz for a
couple of months, you migh ask then why did you register
this account? well for the reason that sometimes
files are attached and if im not registered i cant download
them, i found Rz really helpfull community so i decided
to release this Control Panel i made, i can promise my
ControlPanel does not have any kind of hacks, actually
i dont know anything about hacking, and no i havent
registered in any hacking forum or stuff.
If you wanna download the ControlPanel download it
if not, no one is making you do it.
Its true it can be SQL injected and is because i havent
worked on that.
--------------------------------------------------------
Things for Edward's ControlPanel v1.1: (This list can be incremented)
-More Security Against SQL injections.
-Adding a design with CSS and Jquey(Effects)
-Split the Panel in:
-Administration Panel
-Normal User Panel
--------------------------------------------------------
Thats basiclly what im going to add to the next version
Plus all kind of suggestions are welcome!
Sorry For my bad english!
 
Elite Diviner
Joined
Apr 5, 2011
Messages
428
Reaction score
28
Oh I see it's great then :)
and for the anti sqli script you can find one here which is workin on basic sqli but still will be injected with pro hackers finding loop holes.
 
Skilled Illusionist
Joined
Nov 1, 2010
Messages
381
Reaction score
166
Oh I see it's great then :)
and for the anti sqli script you can find one here which is workin on basic sqli but still will be injected with pro hackers finding loop holes.


Im currently working on the security of it
Following some suggestiong i got :)
Not using "SELECT *"
and using sessions instead of cookies
and actually changing that stuff i have found
some bugs lawls.
Yeah it will probably be injected by Pro Hackers
but i will still try to do my best
 
Newbie Spellweaver
Joined
Jan 19, 2008
Messages
97
Reaction score
2
do i need to restart the server every time I add penya? Because it doesn't work while server is on? why?
 
Skilled Illusionist
Joined
Nov 1, 2010
Messages
381
Reaction score
166
do i need to restart the server every time I add penya? Because it doesn't work while server is on? why?

i really havent try penya while server is on, anyway im trying
to find a way to the server reload the database each 5 seconds idk something like that, this version sucked, im working on the other
which i can assure everyone will like, so. try reloading the server
and then tell me allright? Please.

---------------
Working on Edwards ControlPanel v1.1
Bye
 
Newbie Spellweaver
Joined
Jan 19, 2008
Messages
97
Reaction score
2
i hope you could find a solution to update db every 5 sec, because that is also my no.1 problem.
 
Junior Spellweaver
Joined
Dec 15, 2010
Messages
179
Reaction score
247
Hmm i kinda think don't trust this release.
Well if this release does works, Still it isn't safe.
I don't even trust with virus scans, because any white/black/grey hackers can crypt and FUD it easily.

It maybe binded with some sort of program used for hacking such as RAT's, keyloggs, and other hacks.

His name is kinda familiar from the guy I'm with on a hacking forum/group.
and with a small post counts and likes is weird with a released project. I don't even see him around in this forum, It's just weird that he came like a bubble and posted a release. But it's up to you guys, I'm just sharing my opinion and don't want my rz family to be slaved with skiddos. :eek:tt1:
Please tell me how to put viruses into plaintext T_T...
 
Elite Diviner
Joined
Apr 5, 2011
Messages
428
Reaction score
28
It is not just that. :blink:

In a plain txt, you can bind a virus there and make it FUD.
Even mp3's, pictures, and etc.
 
Experienced Elementalist
Joined
Nov 30, 2009
Messages
251
Reaction score
45
It is not just that. :blink:

In a plain txt, you can bind a virus there and make it FUD.
Even mp3's, pictures, and etc.

._.; I feel that someone is trying to make nothing into something.

If you are that scared to download some php files then download a damn anti-virus.

@Edward- I say good job, but everything can be improved. :3
 
Joined
Feb 11, 2010
Messages
3
Reaction score
0
very nice release it can helped by admin side, for those who didn't familiar yet don't public release on your site or else ........

---------- Post added at 11:49 PM ---------- Previous post was at 11:44 PM ----------

and you forget (.php ) on your include function at changepassword.
 
Back
Top