-
Posts
93 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Events
Everything posted by WildHosting
-
I don't really see the point in this? But good luck with it.
-
I see this being hugely successful for you Pete, I wish you all the best!
-
Great work, I do agree with SA!
-
Games really struggle getting big these days, they always have of course but its miles harder now. You should try getting into partnership with a good company that has plenty of traffic. They will of course require shares from sales and stuff, but just find lots of gaming companies and contact them!
-
What engine is this from? This is not your own, maybe purchased a second script from DOTS but if not, this is a total copy if their own. http://www.dogsoftheseas.com - I used to play this game back in 2010
-
Login is fantastic as others have said, not much of a fan of the ingame visuals though. But good start & good luck.
-
I must say, this is a fantastic looking game as I contacted him for the link. You should also look into his site also by contacting him for the link first if your interested in purchasing a great game. Doesn't look to come from an engine as i'm aware of also so true comments he/she stated.
-
I'll like one of your post for once lol
-
Looking for someone to work on new racing game
WildHosting replied to KaineBennett's topic in Partnerships
Extremely off topic, but GangLife, your sig is true, we are all stuck up our own arses on here, do you not see it yourself? Ontopic, I don't think this will happen.. -
He did state he will give 30% of his income. Not $40 budget or whatever else similar. Sorry i'm being a little stubborn with you in a thread or two but the truth is of this one is that if you can't understand simple security methods for Mccodes as one of the threads you made, then how can Samurai even put his mind to even taking up your offer.
-
Did you just post them screenies or even look at them yourself? Take a GOOD look at them, they aren't the same what so ever, I see no resemblence apart from the way Kyle mentioned about the CSS, which every Text Based RPG well most are layed out. And well the only thing I could see "Copied" is the bars for energy etc.. But they arent the same gradients/colours and also they could be a free source.
-
This looks nothing similar to Prison Struggles? Or are you referring to an older PS layout?
-
I second this comment, smart thoughts I didnt think about this.
-
Im sure your not meant to post bit.ly links
-
Dave, please finish this template & I shall surely purchase, honestly awesome!
-
Samurai i'd be happy to help. I'm still learning the MCCodes engine, I'm beginning to know it pretty well now though, but my coding abilities are fair high.
-
Offtopic but mailbox.php doesn't exist on your game buddy so he can't mail you :-)
-
I was thinking about how some sites use the abilities to 'Invite your friends' by facebook and email. I noticed all these RPG's with facebook, twitter and other social networking profiles don't have this, I haven't noticed one that has anyway! So I decided to check out a few sources online and found one that works perfectly! What this Module does is, users can click the "Bring your Friends" button and invite all or just a selection of their facebook friends. This is a great addition as most developers start with a very small or no budget when releasing their game so they have no advertisements going & also this is useful for big games out there already as they can grow even bigger. Here is the information you need to pull up from your sites facebook profile: [ATTACH=CONFIG]1562[/ATTACH] AppID as highlighted is what information is required to use this module, once you have hold of that you are ready to go further! Add this anywhere on your site, I always thought adding this to the Explore & Login page would be a great idea but its up to you. REMEMBER TO ADD YOUR APP ID WHERE IT SHOWS IN THE CODE 'APP_ID' <script src="http://connect.facebook.net/en_US/all.js"></script> <script> FB.init({ appId:'APP_ID', cookie:true, status:true, xfbml:true }); function FacebookInviteFriends() { FB.ui({ method: 'apprequests', message: 'Your Message diaolog' }); } </script> //HTML Code <div id="fb-root"></div> <a href='#' onclick="FacebookInviteFriends();"> Facebook Invite Friends Link </a> The following code is for breaking Iframe, include this code into your webpage <script type='text/javascript'> if (top.location!= self.location) { top.location = self.location } </script> Last but not least, enjoy! I'll be looking for a few more traffic driven additions for your sites.
-
Why would you even give them away for free if you purchased them?..
-
"100 Players Online 20,000 Players Online Today 50,000 Players Registered" You need to put some REAL statistics up also. Also in Opera your middle box for content hangs over the mainmenu.
-
Don't leave any fields empty when creating a crime. Also you may need to go to the dbsql file and insert the crimes database, this may have not inserted on it own which it should have anyway?
-
Sold! Request to have this thread closed. :-)
-
Put some of your tips into thought and tested them. I guess it looks improved now! I also added a table and a bit of text to see what your site would actually sort of look like with this. [ATTACH=CONFIG]1555[/ATTACH]
-
Personally isn't my piece of cake, thats just my opinion though.