Jump to content
MakeWebGames

Uridium

Members
  • Posts

    2,691
  • Joined

  • Last visited

  • Days Won

    85

Everything posted by Uridium

  1. change lines 45-46 from echo " ><a href='/5050.php' target='_blank'>Try Again</a>'; to echo " ><a href='/5050.php' target='_blank'>Try Again</a>"; rememeber if an echo or a print statement opens with either " or ' they need to be closed with the same protocol...
  2. Damn whats happening have people moved onto better things or are they bored of mcc half me mates arnt here anymore someone send out a search party and bring them back.
  3. Uridium

    Torn

    I signed up and got deleted signed up again and got deleted when i asked in their chatroom as too why they clearly said i was a known hacker cheeky sods lol
  4. Uridium

    Birthday boy

    Happy Birthday Danny :)
  5. Sounds to me like something is using Port 80 so even if you add wamp youd still have same issue Find out whats using port 80: You can usually remedy this on xampp with the following file >> C:\xampp\apache\conf\httpd.conf BACKUP THIS FILE BEFORE EDITING in the file look for use of port 80 usually looks like #Listen 12.34.56.78:80 Listen 80 and change 80 to a port you know thats free scroll down page and find ServerName localhost:80 change that to match your Listening Port
  6. Read here >> http://stackoverflow.com/questions/5128474/php-serverserver-name-correct-use
  7. Just thought id post a demo of the dragndrop friend/blacklist re-arranger for ya all to test . You will have to reg im afraid due to another mod not allowing a test account.. http://www.wizwych.com/mcnewversion/ Donator for this has been disabled for publlic use... All feed back is good and a Massive thanks to Lucky for fixing a problem i had with it :)
  8. best response ive seen on here for a long time :)
  9. As Ecko mentioned you have to start somewhere we wasnt all good at what we do but as time went by we progressed so for me Keep up the good work Ecko
  10. Another easy way is to look at how the itemmarket uses the functiion it will point you on the right lines.
  11. you can use item_add($userid, $r['imITEM'], 1); change the $r['imITEM'] to match your Query the 1 denotes the Quantity given
  12. do you have SKYPE running at all ? I had sasme problem but with the Apache on Xampp shutting down Skype cured this
  13. didnt find much in the way of help but this may help you http://www.sevenforums.com/crashes-debugging/86568-mysql-server-wont-start.html
  14. half the games people produce using MCC as an engine for a mafia based game have no real insight into the mafia world...
  15. Ive seen a few lottery mods here and wasnt happy with how they worked... The system ive built can be run when ever the admin wants example 30 mins, hourly, 24 hours or weekly also comes with player history. Easy to use sytem gives out 5 Prizes which can be defined by the person setting it up cost per ticket and tickets can be regulated.. heres a demo http://www.wizwych.com/mcnewversion/ goto town and click on Lotto Cost per ticket is set at $1 and 100 tickets per user can be baught for now.. Feed back is always good... Nearly forgot this is for V2.0 only versions of redux i havent done yet...
  16. seems he's asking nearly every game development website for help and they all mention issues within EA. I for one would love your project to take off would be nice to play TSO but until you can sort out the Legalities within your project I cant really see how you can call it TSO i know for a fact that EA arnt a force to be reckond with and when they bite they dont let go, a friend of mine Tim Wright (CoLDSToRAGE) nearly had a legal wrangling with them and even he was glad it was all over. I will wish you all the luck though and hope you pull this off. However my knowledge of what your looking for is way out of my league im still getting to grips with PHP...
  17. Which version of mcc are you using ? to me this looks like V1 or Lite ?
  18. attackimageuploader.php wow that brings back some memories :)
  19. John when posting an error try and copy 4 linesd above and 4 lines below the error line so we have a better picture
  20. Dont worry Guys and Gals SUPERMAN is on the case (Tries to do theme tune bu fails miserably) Iv'e finally got a copy of Redux and am working my way through each problem i find. At an early glance though i find REDUX quite complicated to work with from other versions of MCC when i made the Theme changer for REDUX It wasnt as straight forward as id hoped which usually is how i work. But apart from that overall its decent and im not saying this cos im friends with paul i can see a lot of work has goine into it. More to the Point though we cant blame Paul and Alain here they have done an excellent job with what they have had to work with so hats off too ya guys..
  21. I think we are Jumping OFF TOPIC here lets get back on track cos it saves me Locking this thread cos its nice and i like nice things :) the Topic was about Errors being reported not your feelings towards it...
  22. This mod never actually Dragged and Dropped it was purely for menus to be expanded re-tracted that users didnt use that often.
  23. Your welcome :)
  24. change $cnt_h = $db->query('SELECT `hID` FROM `houses` WHERE `hID` = '.$_POST['ID']); to on line 54 $cnt_h = $db->query('SELECT `hID` FROM `houses` WHERE `hID` = '.$_POST['id']);
  25. if your like me and hate Underlined links the open up the css from your template and change a:visited,a:active,a:hover,a:link { color: #000000; text-decoration: underline; } to a:visited,a:active,a:hover,a:link { color: #000000; text-decoration: none; }
×
×
  • Create New...