boionfire81 Posted March 12, 2016 Posted March 12, 2016 I was trying to figure out how to add a staff member. Instead of upgrading them, when I clicked secretary it downgraded my admin, and now there is no admin account! Quote
NonStopCoding Posted March 12, 2016 Posted March 12, 2016 open up phpmyadmin and run this code UPDATE `users` SET `user_level` = 2 WHERE `userid` = ACCOUNT ID GOES HERE will make you admin again Quote
boionfire81 Posted April 7, 2016 Author Posted April 7, 2016 ok well yeah. Some how (don't say it!) I had an sql injection and several invisible outgoing spam links were placed on my site. So I delete the info they had injected. But now for whatever reason I can't login. Invalid username or password. If it's not MD5 what is it? Quote
KyleMassacre Posted April 7, 2016 Posted April 7, 2016 It probably is still MD5 but they changed your password. This is a prime example of why not going live on a development site is the best practice. 1 Quote
Jigsaw Posted April 7, 2016 Posted April 7, 2016 How do you create a base for practise offline? Quote
KyleMassacre Posted April 7, 2016 Posted April 7, 2016 There are plenty of options available. You have WAMP, MAMP, XAMPP applications, I don't know much about Windows but on OSX a PHP server comes built in, and you also have Vagrant which is probably my personal favorite 1 Quote
boionfire81 Posted April 9, 2016 Author Posted April 9, 2016 ok can you enlighten me as to why every in the game has visible profiles. But viewuser.php??u=1 says Sorry, we could not find a user with that ID, check your source. Quote
boionfire81 Posted April 9, 2016 Author Posted April 9, 2016 Also, what the....how the....am I getting invalid username or password several times a day Always, since day 1, had the issue of being logged out randomly, but now I'm being logged out and can't log back in.. Quote
Jigsaw Posted April 9, 2016 Posted April 9, 2016 I figured it out kyle But can you can crons? Ive also noticed that when installing mods I sometimes get undefined function etc errors for some reason it doesnt recognize mysql and some other stuff causing some mods to not function, but when I installed the same mod without altering it on a live site, it worked perfectly? Quote
KyleMassacre Posted April 10, 2016 Posted April 10, 2016 I don't think any *AMP* applications do crons but I'm pretty sure Vagrant can because it basically installs an image of the server you wish to run or any OS. 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.