
Caius
Members-
Posts
23 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Caius
-
He is pretty damn amazing.
-
So awhile back I bought about $200 worth of mods off this site. Recently I've started working on a project and need them. Unfortunately, I didn't back them up before I reformatted. Now I can't download them, even though there in my accounts 'panel'. Sent an email over to the owner, who I believe is Cronus and have yet to hear a response. Anyone know how to get ahold of this dude?
-
How much did you spend with Google dude? $20? bah just realized how old this post was...
-
I'm sorry but your just giving false information here. I pay less than .30 for users from Google... if your paying $5 each your doing something SERIOUSLY wrong. It takes time to learn how to use Adwords, and skill. Once you get ready to spend $5k+/month PM me or go with jumpfly and hire a professional that knows how to use Adwords.
-
It's the game engine that made themafiaboss.com / pimpslord.com / mobstar.com / pimpwar.com https://prizepimps.com/ looks like it in almost its base form. There was also the big aussie based pimp game. These were everywhere 5 or 6 years back. I can't remember the name/URL of the engine... anyone know?
-
deathbycaptcha.com Don't log your users actions? I'll be the top player in your game without spending a dime. Sounds real fair for your users.
-
Ultimately captcha's are just going to piss off users. Add logging and keep an eye on your game's economy then sort and look for patterns. IE training every X amount of minutes, breaking someone from jail/crimes etc. If its in a browser it can be scripted. Most scripts work by reading the html elements on the page and then clicking/entering numbers/submitting i.e. whatever is needed to get the job done. Look up selenium and you'll get an idea. Stop trying to stop scripters, it'll alienate your entire game. Ban the idiots that you catch and move on.
-
Slim, I think that greatly depends on the genre of those crimes? I have more than just crimes that need written. I've responded to several PM's we shall see if anything becomes of it. :)
-
I'll provide you with instructions on individual modules that I need rewritten. (This is writing, not coding.) I pay via paypal, and we will agree on a price beforehand. Please PM me with some samples, to start with I need crimes written. However, they will be 'called' something other than crimes. Ultimately they are just tasks that individuals complete to earn something. Looking for 20 Crimes with an Introduction/Success/Fail message. Two sentences each minimum. PM me with samples of your work, time frame it will take you and the compensation you think is reasonable. Thanks
-
Did that. Also tried 777 and it threw another error. Tried what you suggested and its still throwing the same error. My hosting.
-
Forbidden You don't have permission to access /preferences.php on this server. Anyone have any idea's?
-
Curious if anyone has coded/thought of this idea before. After a user completes the registration process, when they click submit I'd like them immediately forwarded into the game. Instead of having to go through the process of logging in again etc. Anyone have any idea's on how this could be accomplished?
-
Alright I plan on digging into it tomorrow when time permits. I'll start using the 0's for no stat modification from now on. I am using the latest version that I purchased last week.
-
Kanna, Could that also be the reason I can't add any items that don't increase/decrease stats in my game as well? For instance, I have 'wood' in the game I'm building that will be used with another mod. Yet, anytime I try and add an item/description with no player altering stats, it throws the same error as the crimes do? Is it all expression problems? I will try that code in a bit and see if it fixes it. Thank you :)
-
I wrote out the first crime and can't get it to stop throwing the following error... can someone point me in the right direction here? I even rewrote it all as a 'test' to make sure it wasn't the text I input and its still throwing this error: One or more of the inputs seems to of the wrong format, please go back and try again. What format am I fucking up here? http://s15.postimage.org/khlbki9h7/crimes.jpg
-
[MCcode v2] Advanced spying script [$10 USD]
Caius replied to radio_active's topic in Paid Modifications
Is this mod still for sale radio? If so PM me more information. -
PM me a price tag.
-
Awesome, looks like I'll be spending quite a bit with you Cronus. I'm assuming all of these mods have been thoroughly tested and fixed bug wise? Time to go spend some money :D
-
I'm in the process of picking out multiple mods that I will be purchasing. However, I do have some questions about the ability to customize them. The majority of the mods I want to purchase are made by Preston Vonderwell. I've done a search for this user on this forum and I can't seem to find him. Can anyone point me in his direction? Thanks
-
Some of it worked kyle, everything works except the bid page for some reason take a look. The only left is the following error when I try and bid on an item? Can't figure this one out. I followed the instructions in the thread you provided. Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/username/domain.com/placebid.php on line 11 Here's the code on the line above and below: $item=$db->query("SELECT a.*,i.* FROM auctions a LEFT JOIN items i ON a.itemname=i.itmid where aid=$aid",$c); $ie=mysql_fetch_array($item);
-
Kyle, I'll give it a try and let you know if that works. Thanks man! Once I get this fixed time to browse the marketplace and buy up more mods. What are you running right now? I think the crafting mod looks great next.
-
I'm getting the following errors. I followed the instruction file, and I am getting the following errors on each page. I should point out that I had an error with it pointing to 'mysql.php' instead of the 'config.php'. So I cloned the config and its handled most of the problems. Now I get the following errors: When I try and add something: Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/username/domain.com/auctionadd.php on line 11 When I visit auctions.php: Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/username/domain.com/auctions.php on line 11 Error: Seems like every error I'm getting about this mod is all related to the same problem. If I can figure out this problem everything should be smooth. Any advice? Thanks