peterisgb Posted August 15, 2020 Posted August 15, 2020 This Mod was Created by Illusions and HAUNTED DAWG in 2009. I have since updated it and made it look nicer and made sure it works with the latest version of mccodes. Place this into your phomyadmin You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Add these links to smenu.php You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Create php file and name it fileeditor.php and dump this into it. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. and create a php file called filedata.php and dump this. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Screenshots below. 1 Quote
ags_cs4 Posted August 16, 2020 Posted August 16, 2020 1 hour ago, Sim said: & original idea. 3 hours ago, peterisgb said: This Mod was Created by Illusions and HAUNTED DAWG in 2009. its the worst mod to have with mcc security 1 Quote
Sim Posted August 16, 2020 Posted August 16, 2020 If the right permissions is granted to use the mod, all is good. But yes, very easy to exploit with open access. Quote
Uridium Posted February 18, 2021 Posted February 18, 2021 (edited) On 8/15/2020 at 11:00 PM, peterisgb said: INSERT INTO `settings` (`conf_id`, `conf_name`, `conf_value`) VALUES ('18', 'editpage', 'explore.php'); just so your aware that conf_id in this being 18 only need to be the next available number on your conf_id so if yours stops at 55 then start this one at 56 make a txt file called filedata.txt this is for the inview of the filedata.php file which will allow you to change the link of the file you want to edit to a new one so you dont have to keep uploading filedata.php all the time. INSERT INTO `settings` (`conf_id`, `conf_name`, `conf_value`) VALUES ('56', 'editpage', 'explore.php'); Edited February 18, 2021 by Uridium Quote
Magictallguy Posted February 18, 2021 Posted February 18, 2021 MCCv2's settings.conf_id is an AUTO_INCREMENTed PRIMARY KEY - there should be no need to reference by ID here You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.