-
Posts
986 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Events
Everything posted by Cronus
-
Re: What's your motivation? If you really think the people on ce aren't here to make money than you don't know the community very well.
-
Re: What's your motivation? If there was no money flowing through what we were talking about, the community would have hardly grown and would never have been what it is today.
-
Re: What's your motivation? Money is what lets me live. Coding and doing work for other people isn't a hobby. It's work. What does work do? It pays you. Money makes the world go round. If you had none, you wouldnt even be on the internet right now.
-
Re: What's your motivation? Bringing fun to the players does give a sense of accomplishment. But, in the end, we all need to pay for servers and maybe a new pair of shoes. If we weren't making money, none of us would be here.
-
Re: Dogdy bussines Admission of guilt, case closed.
-
Re: BOE Engine Well then I guess whoever created that template used the prison struggle icons. I'm 100% sure its their icons though, as that little guy is on the main page of prisonstruggle.com. He's the guy on the right.
-
Re: Block multiple logins I just think its strange you would purchase it, but not use it because its not "your style".
-
Re: Block multiple logins Your not using the code because it doesn't "suit" your style?
-
Re: Were does ppl host Get a dedicated box and the host won't limit cron use. :-P
-
Re: Block multiple logins I've created a mod for that already actually, only $5. But that's not what we were discussing, we were discussing users making multiple accounts. Not signing in multiple places on the same account. :-P
-
Re: What FTP Client do you use? Built in editor works for me, it has numbered lines and thats all i need.
-
Re: How do you make money from your game? My donator packs only give 50 crystals. That doesn't accomplish very much in my game. Also according to my google analytics, since the first of february I've gotten 750k+ pageviews. I don't put ads on my site so the affiliate is unnecessary. And I advertise in quite a few great places
-
Re: Pre-Hype Hype is always good before the game opens. However, advertising seems very wasteful, UNLESS you maybe make a way for users to pre-emptively register so they can get an early ID account, and then mail them when it opens. Hype is always good, but don't spend your time building it up, game content is everything.
-
Re: What's your motivation? The possibilities are endless. However, if I could learn to make flash i would in a heartbeat.
-
Re: [staff PANEL , JobRanks] You need a space before the WHERE in that query, from what I can see.
-
mccode-v2 CSS Administration System [$10]
Cronus replied to Magictallguy's topic in Paid Modifications
Re: [v2] CSS Administration System [$10] *edited* -
Re: BOE Engine Your forums are using the prisonstruggle icons, whats up with that?
-
mccode-v2 CSS Administration System [$10]
Cronus replied to Magictallguy's topic in Paid Modifications
Re: [v2] CSS Administration System [$10] I'm suggesting I have some monopoly moniez in exchange for your codes, if interested. I'll even throw in some groping. :wink: -
Re: How do you make money from your game? Uhm, no lol. I actually am selling custom IPNs for anyone interested here. (full support included) I can even have it sms your phone when you get donations if you want.
-
Re: [McCodes] Duplicate IP block Simply blocking IPs does nothing except piss off users who have more than one person on the same IP. Anyone who is cheating, knows how to use proxies, don't waste your time blocking. Perhaps, block only transfers between same IPs, and log IPs so you know who has been on the same ip. I created a function on my game that checks every ip a user has been on, and compares it to ever ip the other user has been on. If they have been on the same IP, they cannot send items to each other, attack each other, send cash, etc. This stops the staff from having to look through logs for same IP transfers, because it's not possible. And prevents users who jump back and forth from different IPs from transferring.
-
Re: What FTP Client do you use? I use cuteftp, and I did pay for a legal copy. I'm just legit like that =P
-
Re: Review my Top site The top header looks great, but after that it begins to lose it's luster. I would work on the layout a bit more.
-
mccode-v2 CSS Administration System [$10]
Cronus replied to Magictallguy's topic in Paid Modifications
Re: [v2] CSS Administration System [$10] How much monopoly money is $10 USD? I have a whole box here full. :-P -
Re: How do you make money from your game? Donator pack, basic $5 pack with 50 crystals. I've also recently added a "Special Donator Pack" that sells for $20. However, there are only 10 available, once they are sold, a different type of special pack is available. It's self-rotating and worked in with my ipn. So no work, and more donations.
-
Re: [REVIEW] - DarkCyber - PLEASE REVIEW! Main login page looks good. Register page... does not. Screenshots and Contact Us page doesn't work. Got this error when I signed up: QUERY ERROR: Unknown column 'defence' in 'field list' Query was INSERT INTO userstats (userid, strength, agility, defence, guard, labour) VALUES(14, 10, 10, 10, 10, 10) Apparently it still set up my account though. BUT, I have no stats: Stats Info: QUERY ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND us.userid != 14 AND u.user_level != 0' at line 1 Query was SELECT count(*) FROM userstats us LEFT JOIN users u ON us.userid=u.userid WHERE us.strength > AND us.userid != 14 AND u.user_level != 0 The mailbox says I have one mail, but when I click it, there isn't anything there. When I click casino it only shows the slots to play, but for some reason roulette and the other games are under "Dark Side" in the explore page? If you go to a users profile page it has this error: QUERY ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 Query was SELECT * FROM referals WHERE refREFER= If you click suggestions it is a broken link. Looks like your using the default mccode newspaper, not a good idea. And that's all I've got. I won't give it a rating as it doesn't even look like it should be released yet. Once you finish it, post again.