Jump to content
MakeWebGames

UCC

Members
  • Posts

    444
  • Joined

  • Last visited

    Never

Everything posted by UCC

  1. Re: [mccode] FREE Criminal Record (advanced)   What do you call efficent then :| A script's a script. The things I would do differently include..... (based of a very quick review) Not having an Insert for every single crime outcome. Instead, have one row per user. Do not insert unless there is no pre-existing entry. Otherwise, simply increment a counter for success or fail. That will significantly reduce the query needs when you go to report the ratios. I guess you're not even tracking failures but you could easily track both and still end up with more efficient queries In addition, doing a select * from a table when you do not need every field is wasted processing as well.
  2. Re: [v1] NEW - Weapon Stocks & Transport I talked to Silver last night, I will be purchasing this mod.
  3. Does anyone have a recomendation on a site that does cron job hosting? I want to try this to see if it clears up some lag. Half-assed web hosting companies need not apply.
  4. Re: [Free] [v1] User Verification [Captcha] okay, fair enough. Didnt realize they had to verify EVERY time. What if you put a counter in the session variable so they could verify every 10 times? lol
  5. Re: [Free] [v1] User Verification [Captcha] So you're using sessions, meaning someone can validate once and then use the gym as long as they like? So I could login, verify, then run my bots for 8 hours?
  6. Re: Help with V2 That doesnt make any sense to me, sorry
  7. Re: User ID Number Re Order ! I believe this code is posted in the mod forum.
  8. Re: Help on marrage mod If you need McCodes, what are you doing with a marriage mod? I'm confused
  9. Re: Help PLease It's simple. If you can't count I cant help you. The number of fields in your query do not match the number of fields in your table.   QUERY ERROR: Column count doesn't match value count at row 1
  10. Re: Free Carnival Good concept; I was hoping for more when I tested it, but oh well.
  11. Re: [TGM] Joinable Organised Crimes [TGM]   Pretty standard for these mods. Cronos isn't too keen on helping fix his bugs either. why dont you post more information so we can try and help you
  12. Re: Help PLease It is telling you exactly what is wrong. Your query has 15 fields your table does not.
  13. UCC

    Drug Place

    Re: Drug Place Good luck with that. I can login to your site and reverse engineer anything I like.
  14. Re: [sB] Helper Bot   You're right it is; but this is a much more quality system.
  15. Re: [sB] Helper Bot I see lots of value in this work. Payment sent
  16. UCC

    Functions

    So I of course use functions where I can; it's good coding afterall. But lets say you have a task that is as simple as Do Task X. However, you want confirmation Would you make two functions? One for the Confirmation and One to do the task? Or would you do something contained within 1 function   if (isset($_POST['confirm'])) { } else { }   Is one way any better than the other from a programer standpoint? Just a curiousity question that popped into my head. I usually do the latter on something simple like this.
  17. Re: Left and right hand menu?   You're correct.
  18. Re: Qucik question   You can lie all you want but there are way too many bugs in your code for it to work. Your if statements are setup wrong and your queries will eroror out in SQL.
  19. Re: Left and right hand menu? It should be pretty easy to get it on the right size. The problem, however, is you would have to have a static layout size. That can cause issues being that people use different size monitors and resolutions. Left or Top is much better.
  20. Re: Gangs and Gang Wars You could always put level restrictions on war respect. Of course gangs aside, players can Always bully other players for money
  21. Re: Qucik question Fine, I'll bite on another.... hospreason='Tried to attack a Staff Player'
  22. Re: Qucik question Kyle - You code is very fucked up. I dont want to even try and count the errors. Try again.
  23. Re: Just An idea For V2 Codes Thanks for clearing that up. I thought that was the case but I've been out of school for too long. :)
  24. Re: Just An idea For V2 Codes If you can't afford the price, write your own fucking engine.
  25. Re: Looking for help You would need to Optimize the table. And It's Reset. There is no reason to makeup a word resetted when the word itself is all you need.
×
×
  • Create New...