Jump to content
MakeWebGames

moto

Members
  • Posts

    13
  • Joined

  • Last visited

    Never

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

moto's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: two problems...#1 "crons" #2"basic settings" Had a similiar problem when I set up my engine ended up being a server issue with the entry of crons . Try removing them and then using the advanced option to enter your cron information. If that doesn't work you can always ask your server provider for a hand they are usually pretty good about crons .
  2. Re: [mccodes v2]New and improved inventory code sources for free! Brilliant mod mate + 1 from me how about a V1 version
  3. Re: [mod] Flash header all Versions of MCC www.notforcommercialuse.com is what i refer to as a guideline
  4. Re: [mod] Flash header all Versions of MCC My game collects money doesn't yours ?
  5. Re: [mod] Flash header all Versions of MCC Commercial use is anything that collects money mate
  6. Re: [mod] Flash header all Versions of MCC Did a little checking around and this is NOT yours to offer. The template seems to have been made by a company called nukecode.com. If you did happen to download it from gnomtech it states very clearly that commercial use is NOT ALLOWED. So keep that in mind if you are plan on using this. Its copywrited by company and will leave you liable .
  7. Re: ADDON For Burn Down Users House Vr1 Usaually I don't rip on people for sharing but then every once in a while some noob comes along and tries to take credit for someone elses work. If you really believe that we are so stupid we can't recognize codes that all most everyone has you really need to think about going somewhere else. I have three versions on that particular mod two of which have insurance done properly and gladly give the ORIGINAL authors all the credit they deserve. You really need to learn and not steal mods if you want to survive......in other words learn css, php , mysql , html like the rest of us and quite wasting our time .
  8. Re: Multiple explore pages I got it working guys thanks for your suggestions.
  9. Re: Multiple explore pages Thanks Zero I was on the right track than at least . I figure i could do with if /else but wasn't sure of how to deal with table issue .....seperate pages makes it a heck of lot more plasiable
  10. I have been trying very hard to get my game to display a different explore page for each city. I looked through all the posts and tried asking others for help already. i know a little about php / html and my methods havn't be very successful. Would any of u guys have an idea that might work ?
  11. Re: [V2]Ranks Mod!!!![V2] nice mod mate alot of people around here bitch for something to do so don't take it to heart. I for one appreciate u taking the time to share your code thank mate
  12. Re: [mccode] Mining mod I ve been working on this script for a while. What i would like to be able to do is introduce an exspendable item that is required to mine with. I'm not a wiz with this stuff but I did my best if one of you who have more exp than I do would be willing to help i can start growing my hair back . I'm working with v1 and this is what i have so far PLEASE tell me whats wrong or give me some suggestions .   mysql_query ("select * from inventory where inv_itemid='69' ",$c); if (mysql_num_rows ($q)) Print " {$ir ['username'] } You pick up your pick and wonder what you will find today."; else print " {$ir ['username'] } You can't mine with out a pick ! "; thanks for any help or suggestions.
×
×
  • Create New...