Ezklade
Member
- Apr 18, 2014
- 96
- 4
Hey Devbest!
I had a problem with my retro, someone used a program to change password so they could get staff accounts. I got afraid and closed the emulator. Then i googled around looking for the answer. I found the answer and im going to post it here if you also got the same problem.
The problem
The problem is that they hacks you CMS, cause of the cms you are using (if you have the problem) have something called exploits. I dont know much more than that, but i know the solution.
The solution
In order to fix this problem.
1. Go to htdocs -> app
2. Open class.core.php, then look after
case "forgot":
$users->forgotten();
break;
3. Delete it.
Then find
case "forgot":
header('Location: '.$_CONFIG['hotel']['url'].'/me');
exit;
break;
4. Then delete that to!
5. Save and close.
Hurray! You have now removed exploits from you cms.
Credits:
95% - Pain (DevBest) For solving it
5% - Me, for reposting with pics.
I had a problem with my retro, someone used a program to change password so they could get staff accounts. I got afraid and closed the emulator. Then i googled around looking for the answer. I found the answer and im going to post it here if you also got the same problem.
The problem
The problem is that they hacks you CMS, cause of the cms you are using (if you have the problem) have something called exploits. I dont know much more than that, but i know the solution.
The solution
In order to fix this problem.
1. Go to htdocs -> app
2. Open class.core.php, then look after
case "forgot":
$users->forgotten();
break;
3. Delete it.
Then find
case "forgot":
header('Location: '.$_CONFIG['hotel']['url'].'/me');
exit;
break;
4. Then delete that to!
5. Save and close.
Hurray! You have now removed exploits from you cms.
Credits:
95% - Pain (DevBest) For solving it
5% - Me, for reposting with pics.