Jump to content
MakeWebGames

UCC

Members
  • Posts

    444
  • Joined

  • Last visited

    Never

Everything posted by UCC

  1. Re: Free Multiple Event Deleter - FREE! I dont know what kyle is talking about. I did spend a good hour refining the original code posted, making it pretty, converting to 2.0, and removing bugs.
  2. Re: Interest gained cap? Okay how about this. Lets say you have an interest rate of 4%. Lets say you want Max Interest of 100,000. Therefore, your limiting Bank roll is 2,500,000.   $db->query("UPDATE users SET cybermoney=cybermoney+(cybermoney/100*7) where cybermoney > 0 and cybermoney <= 2500000"); $db->query("UPDATE users SET cybermoney=cybermoney+100000 where cybermoney > 2500000");
  3. Re: Free Multiple Event Deleter - FREE! If you check all then uncheck all, then check 1 or more at a time, the Delete Selected Events button stops working.
  4. Re: Free Multiple Event Deleter - FREE! Neato. I'm too lazy to convert to 2.0 though. lol.
  5. Re: [FREE-v1.1]Steps market Dont your turns reset every day? Might want to design this to reset every day.
  6. Re: Make Money from Your Site with these tips ! Any place, anywhere, that tries to charge you before giving you money is a scam. BTW, I dropped adbrite from my site. I was tired of getting stupid Advertise Here ads and nothing targeted to my site.
  7. UCC

    Reachads

    Re: Reachads So far I've paid for 143 Clicks (out of 68K views). I have 43 New accounts from these clicks. 31 of those appeared to at least give the game a shot. Only 4 of those are actively playing my game. I'm disappointed with my results. It does not seem to fit with the text based php game genre. Mdshare, do you do any tracking on the users you get from advertising? Are they actually contributing CE members?
  8. Re: Does anyone know....? Internet Gaming Commission. HAHAHAHAHAHAH
  9. Re: Make Money from Your Site with these tips ! Anyone use Adbrite.com for Revenue generation? I'm giving them a shot but I'm tired of seeing the same exact banner every single page. Of course it's only been active for an hour. :)
  10. Re: log name changes That code is soooo simple, but it never crossed my mind to do something like that. cool!
  11. Re: Alot of help needed   So you're using illegal versions of the code, thanks for clarifying.
  12. Re: Alot of help needed I'm afraid to help anyone anymore with stuff like this since you dont know who's using illegal software and who's legit
  13. UCC

    Tracking Advertising

    Re: Tracking Advertising I wanted to post an update to this thread now that I'm done working on this. When I posted my last edit, I was just tracking the info, not using it well. Maybe this will give some of you a good idea, who knows. So as I mentioned before, I started capturing the REFERER information. This is captured in a session variable at login.php and then register.php writes the data to a simple table containing userid and referer info. I then created a staff log that utilizes this information and crunches numbers for me. My report creates a table with the following fields filled out. Referer Link Count of users arriving through link Direct donations from these users Total donations (Includes direct donations + any of their own referal donations i.e. friends) How many of these people have a laston time > signup time + 30. i.e. At least tried the game How many of these people have been Active within the past 24 hours. This report will allow me to track in detail, the performance of my paid and unpaid advertising. And yes, I realize that non-donating players are also important for the health and success of a game.
  14. Re: my first impression My Goodness!! Anyone installed the explorer version? The number of tiles is incredible!!! I can't imagine how long it would take to design this many individual tiles. Even arranging them into new towns and new places has to be crazy time consuming
  15. Re: NEAB Demo Site   You dont understand titttlemouse. The Demo is for all the versions. The point being, you can get just enough information to know what you're buying.
  16. Re: NEAB engine FREE edition It's good to see another game engine on Criminal Existence that isn't just something that was developed ages ago and never took off. :)
  17. Re: owner/CE talks   Fair enough. I know you dont agree with the concept that Free versions of Mc Codes caused any issues, but please just keep that in mind. What you just posted certainly seems more reasonable. I have yet to find time to really look at this engine in detail but I'm definately learning towards buying the codes. Thanks.
  18. Re: owner/CE talks A free version. I was intending on using this engine, but if he goes that route, I think I'll find something else to use. I'm much prefer to pay for something that every little 13yr old doesnt get his hands on
  19. Re: SQL querys Works fine in my game. You need to add a query first that verified what they are trying to move is actually there before you add it back to their inventory.
  20. Re: V2 Mccodes Auto DP Crediting system trouble. It worked fine for me. You probably dont have everything at Paypal setup correctly.
  21. UCC

    Tracking Advertising

    Re: Tracking Advertising I didnt think Awstats showed user-specific data, just broad counts. It did verify my advertiser's claim though. Now I'm trying to track revenue from said clicks as time progresses. I'll try $ref = getenv("HTTP_REFERER"); I'm not at all concerned with people trying to fake at this time. Thanks everyone for your posts and thoughts   Edit: This is working perfectly. I can now track not only where my clicks come from, but which sites result in the most new accounts, and the most donator accounts.
  22. Can anyone tell me how I might be able to capture where New users found out about the site? Specifically, let's say they click on a banner which takes them to my site. What kind of tool, code, would I use to capture their source and throw it into a table? My server tracks such data but I really want to track on a user-specific manner so I can track revenue and players who actually stick around. Thanks
  23. Re: ***FREE POKER SCRIPT FOR MCCODES V1*** So poker without cards? What kind of poker? Texas Hold Em with no cards? I'm very confused And playing against other players would be premo
  24. Re: LARGE ammount of stolen code in use. Well that wasnt too bright was it
  25. Re: Best Sites To Advertise On   My god man, your a waste of time
×
×
  • Create New...