Jump to content
MakeWebGames

Uridium

Members
  • Posts

    2,659
  • Joined

  • Last visited

  • Days Won

    74

Everything posted by Uridium

  1. after reading further Im sorry Teetdog i take it back
  2. That didnt seem to work unless i did the second part wrong ive managed to find a solution right click htdocs/ folder you want to CHMOD on (windows) go to security and you can give yourself (nobody else) read and write permissions
  3. Im working on a CGI script but i need to change file permissions to chmod 777 on xmapp public_html folder can this be done and if so how ive searched google they seem very confusing Thank ya kindly
  4. hmmm
  5. i tried to go to your website maffiaonline.com but its dead please give full URL to your game
  6. I dont think this site does that type of gaming or am i mistaken ?
  7. I used your link and joined the Hosting company took a while but now my site has a "Your connection is not private" message full page which im hoping they can resolve
  8. Cheers guys
  9. damn you have to pay for ANTI spam maybe we should all start coding for Invision and sort their issues out lol
  10. Not even the owners are here to remove it apart from Magic and Dayo
  11. In my stupidness I forgot to add the CRONS for this too work so add this to your cron_minute.php file $db->query("UPDATE `maintenance` SET hour=hour-1 WHERE minute = 0"); $db->query("UPDATE `maintenance` SET minute=minute+59 WHERE minute = 0"); $db->query("UPDATE `maintenance` SET minute=minute-1 WHERE minute > 0"); $db->query("DELETE FROM maintenance WHERE hour=0 AND minute=0"); $db->query("DELETE FROM maintenance WHERE hour=-1"); Extremlely sorry about that I know its been a few years since i added this mod I thought i Added the Cron aswell
  12. This Town is coming a ghost town... Where is everyone have you all moved on to bigger and better things im still plodding away writing scripts for MCC and GL hope ya all fine and doing well either way
  13. I solved the issue it wasnt any broken scripts it was a stray ' being added to the dbase which managed to break the whole page Only found it when I exported the SQL and found the son of a gun
  14. mine just started working again its confused the hell out of me why it wasnt working and now it is
  15. As with most people I work offline using Xampp to do mods and such and today I ran into an issue.. I know my code works yet Xampp on localhost wont open the page just says This site can’t be reached The connection was reset. Try: Checking the connection Checking the proxy and the firewall Running Windows Network Diagnostics ERR_CONNECTION_RESET Ive tried everything to get that one page working but to noavail anyone else had this Issue and have found a way around it... ive done the usual <?PHP instead of the <? to see if thats the issue nope checked all HTML for close outs im not getting any error just page cant be reached...
  16. Sorry guys its me that getting old..
  17. 🙂
  18. Not seen it
  19. easiest languages to learn are probably HTML PHP easiest way to learn to to download working php files and html files and alter things see what errors pop up and remember how to fix them
  20. I have a kinda working V3 i'll upload if ok to do so
  21. I think I still have the Alpha versions of the V3 and the V3.1 i'll check
  22. why not Discuss on here thats what MWG has always been about
  23. been on the site for years 3 posts ??? are you a non vocal entity
  24. I became a member JOINED May 6, 2008 never looked back fab bunch of people always had a laugh
×
×
  • Create New...