
eXtremen00b
Members-
Posts
15 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by eXtremen00b
-
I have been trying to find a way to change the overall color scheme of the game I am running. I don't like that all the text is red and the overall color of the pages are quite dark. How can I change this? Which php file contains these settings? I have looked and looked and looked.
-
Gosh this coding is so.....unforgiving....that finally worked you guys. I was trying all kinds of other stuff. I will say however I was close to getting it right but I guess when it comes to coding close just isn't good enough, lol. You guys/gals are the greatest help I think I have ever received in any forum ever. Thank you all so very much. :)
-
<li> <a class='link1' href='index.php'>Home</a></li> <li> <a class='link1' href='shops.php'>Medical Shop</a></li> <li> <a class='link1' href='hospital.php'>Hospital ($hc)</a></li> <li> <a class='link1' href='inventory.php'>Inventory</a></li>"; } elseif($ir['jail']) { print " <div class='navipart'> <div class='navitop'><p> <img src='images/navi_txt.gif' alt='' /> </p></div> <div class='navi_mid'><ul> <li><a class='link1' href='jail.php'>Jail ($jc)</a></li>"; } else { print " <div class='navipart'> <div class='navitop'><p> <img src='images/navi_txt.gif' alt='' /> </p></div> <div class='navi_mid'><ul> <li><a class='link1' href='index.php'>Home</a></li><li> <a class='link1' href='inventory.php'>Inventory</a></li>"; } Hope this helps.
-
Yes the elseif and else. I see that.
-
Another thing. Can anyone help me with the side panel or side bar or navigation panel? Whatever you want to call it. In the game whenever one goes to jail one can use mercy letters to decrease jail time. However, when one does go to jail the link in the side panel to inventory disappears. I am in main menu.php and index.php and jail.php and I just can't seem to figure this out, lol....
-
Well this game was given to me. The guy that was running it before just said he was tired of it and asked if I wanted to be owner. I know practically nothing about coding and scripting and all that. I have been self-educating for the past couple of weeks so I am learning, lol. Needless to say I didn't have to "pay" for anything.
-
That simple. Thank you all so much once again. I am trying to figure out how to remove a particular link in the "city" part of this game. The previous owner added a certain shop that I am not happy with. I have removed the php file so now when you clik the link you get a 404 error but where do I go to remove the link itself?
-
By password do you mean "code?" How would I go about changing the code?
-
I will definitely be sure and remember that. Thank you all so much for the help!
-
IT WORKS....IT WORKS....IT WORKS!!!!! THANK YOU ALL SO SO SO VERY MUCH!!! Hey lucky I didn't have to do it that way I used curl http://www.....so forth and so on and it seems to be working fine. The people in the hospital; their time is counting down. Should I go ahead and still use wget -O/dev/null method? Should I stick to the old adage "If it ain't broke, don't fix it"....because it doesn't seem to be broke anymore.
-
Ok I edited it and it ran the cron job successfully. So where do I go from here now to get them to run automatically as they should?
-
I type this in the address bar http://www.testgame1.x10.mx/home/gamer123/public_html/config.php?code=. Is this correct? I am still getting the 404 error.
-
When I replace domain.tld with the game domain and add the code I see in config.php I get a 404 Not Found page stating: The resource requested could not be found on this server! What does that mean exactly?
-
LOL!! I'm a dork. I clik on access cPanel, clik on Cron Jobs and at the bottom where it says Current Cron Jobs it says No Cron Jobs. It was the first time clicking on that so yea I'm just now discovering that. How do I go about adding Cron Jobs? I have no idea what to add to the command field... Answers to your questions: 1. I am using the cPanel he gave me the username and password for. I just changed the username and password and email address associated with it. I didn't re-register or anything. 2. Don't really follow what this question is asking. Sorry. I am so out of my league, lol... 3. Yes on the website from the staff panel I can run all Cron Jobs manually and they all execute successfully. Thank you so much for the help and your inevitable patience, ;)
-
As my name would imply I am an absolute extreme noob you guys. Could someone please please please help me out??? I was basically given a game by someone and I have access to cPanel and everything. I have been self educating myself in html, css, javascript, and a little php over the past couple of weeks and I am still nowhere near knowledgeable enough to figure out what is wrong with the game. It has to do with the cron jobs. I can run the cron jobs manually and each and every one runs successfully. The game has minute, five minute, hourly, and daily crons. They just won't run automatically. The energy, brave, and will bars are not refilling as they should. People that are in jail or hospital have been there for days because those timers aren't counting down. I don't know what to do. Please help...