Jump to content
MakeWebGames

Uridium

Members
  • Posts

    2,701
  • Joined

  • Last visited

  • Days Won

    88

Everything posted by Uridium

  1. Id like to see them hack my ZX SPECTRUM go for it dudes lol
  2. Uridium

    Birthday boy

    Dom your always late ;)
  3. my site has 2 users on line id gladly take your cash its a successful test site but you never mentioned it didnt have to be :)
  4. Uridium

    Torn

    More of a mod maker than a hacker cant say iv'e ever wanted to hack to be honest i just think for them it was mistaken identity
  5. I see many posts on here asking for help about certain things and most of the time the things people are asking have already been done for them not on MWG but in their files of MCC. so For example you want to create a link for the username on the mainmenu most people just come straight here and shout HELP but there is an easier way if you look at your usersonline.php or userlist.php the answer is there for you and how to make it happen on the mainmenu.php.. Every thing ive made as Mods for MCC have been Extracts of code that has already been done in the MCC script and just added them together to create a new script...
  6. Imagine how people would feel if i got annoyed with every post people place on here id never even get the mods i produce to be looked at....
  7. 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...
  8. 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.
  9. 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
  10. Uridium

    Birthday boy

    Happy Birthday Danny :)
  11. 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
  12. Read here >> http://stackoverflow.com/questions/5128474/php-serverserver-name-correct-use
  13. 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 :)
  14. best response ive seen on here for a long time :)
  15. 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
  16. Another easy way is to look at how the itemmarket uses the functiion it will point you on the right lines.
  17. you can use item_add($userid, $r['imITEM'], 1); change the $r['imITEM'] to match your Query the 1 denotes the Quantity given
  18. do you have SKYPE running at all ? I had sasme problem but with the Apache on Xampp shutting down Skype cured this
  19. 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
  20. half the games people produce using MCC as an engine for a mafia based game have no real insight into the mafia world...
  21. 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...
  22. 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...
  23. Which version of mcc are you using ? to me this looks like V1 or Lite ?
  24. attackimageuploader.php wow that brings back some memories :)
  25. John when posting an error try and copy 4 linesd above and 4 lines below the error line so we have a better picture
×
×
  • Create New...