
Jaaaacccckkk
Members-
Posts
111 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Events
Everything posted by Jaaaacccckkk
-
http://thug-paradise.com/ http://thug-paradise2.com/ http://thugpara.com/ http://mafia-pride.co.uk/ Take your pick ladies and gentlemen.
-
Game is a rip of many. Even his login description which i googled brought me to http://world-mafia.com and has the exact same game description as his. This may be where the 25,000 registered users part comes into it? As well a the same background. Game is a total rip of many others by the looks. After registering i started with 500M and 1,000 credits?! You sell credits for roughly 5P per 10 credits which can be exchanged for 1M in game money. And yet the best gun and armour in the game costs 2M and 1.2M.. Game going nowhere. Economy out the window.
-
Thug Paradise 2 Beta - Text Based Crime Game 2014
Jaaaacccckkk replied to Warren Cartel's topic in Show off
Looks a tad like http://gangparadise.com -
Hi MWG, I am looking for an experienced developer to build a core engine for a to be Online Football Manager game. I do have a set budget, so i am wanting to get one or two estimates from those who are interested. About the project: The online football manager game will be built with PHP and MySQL. It will be a game where upon registering, you will take over your own football team to manage in a league with other registered players. Your team will consistent of randomly generated players with different ages, attack / defence ratings (0 - 100), and positions (goalkeeper, defender, midfielder, attacker). The players will be given a value depending on their age and rating. (i.e. 22yrs 89 rating would be worth more than a 30yrs with 89 rating). Each league will consist of 20 teams where all teams will play each other twice (home and away). At the end of the season (after everyone has played each team twice), people in the top 3 positions will be promoted to the next league (unless already in league 1), and the bottom 3 will be relegated to the league below. Depending on your finishing league position, you will be rewarded with money to spend. For now, that is all i am wanting for the base structure. Eventually if everything goes well, i will hire the developer to do more complicated work such as the potential match engine, with tactics involved, transferring players between clubs etc etc. If you are from the other side of the pond, i'm talking about soccer here. Some online examples are: http://www.onlinesoccermanager.com/ http://www.pitchsidemanager.com/ I can explain more thoroughly to those who are interested in the project. Thanks.
-
New layout not finished yet, what do you think?
Jaaaacccckkk replied to KaineBennett's topic in Layouts
Too much opacity IMO. -
I know, i noticed it when i uploaded it on here, i couldn't believe it!! But hey ho.
-
Appreciate it bud.
-
Hi MWG, I have a flexible layout for sale. What i mean in flexible is that in can be used for various different types of sites. I didn't even know what i was aiming it towards to start off with. I seen a few people were interested in Razors template, so i decided to have a little go at one similar in the same genre. All offers are welcome as i'm looking for a quick sale. I am selling the PSD only. I can modify the template for the buyer if he/she wishes to. I would also be looking at paypal as the payment method. First come first served in some respects if a decent offer comes in as i want a quick sale. Click on the attachment to see it below, alternatively click this link: http://s18.postimg.org/ctc2592qx/flexible.png
-
Like i said, i don't know. That's why i was asking if anybody knew anything about it. On his flippa profile it says: PeterLeaman $10,000 in value across 1 transaction Which is why i thought he sold it, but on the other hand like you stated, the facebook page admins haven't been changed.
-
Yeah, originally i found this: https://flippa.com/2805110-year-1920-the-game-mmorpg But it was then re-listed and sold for 10k which was the link i sent before. ( https://flippa.com/2962761-year-1920-the-game-mmorpg )
-
That's what i thought, however... https://flippa.com/2962761-year-1920-the-game-mmorpg
-
Does anybody know if Peter sold this?
-
I have the PSD to (http://gyazo.com/f2975e54a708e5bef4b8f1173b992f4e) which you can buy from me. Just PM me if you're interested.
-
Any help would be appreciated!!
-
Use single quotes in your anchor on line 38: $body = "Welcome to Rapid - Riot automated email.\n\nYour password is: ".$password."\nYour login name is: ".$fetch_data['login_name']."\n\nPlease login at <a href='http://www.rapid-riot.com' target='_blank'>";
-
I'm having a little problem with this piece of code. What i have is a page which lists every user in a game. I have them ranking from most ranked user, to least ranked. Now the problem. I have it so each user has a rank position next to their name. For example: #1 user bill - 500 points #2 user ben - 255 points This works however, when i click next page, as i have limited it to showing 10 users a page, the rank position resets back to 1 - 10, instead of going 11 - 20. I would be very grateful if somebody could help me! #pagination $limit = 10; $query_count = "SELECT * FROM `users` WHERE `status` = 'Alive' ORDER by `rankpoints`"; $result_count = mysql_query($query_count); $totalrows = mysql_num_rows($result_count); if(empty($page)){ $page = 1; } if($totalrows == "0"){$totalrows = "1";} $limitvalue = $page * $limit - ($limit); $numofpages = $totalrows / $limit; $query_position = mysql_query("SELECT * FROM `users` WHERE `status` = 'Alive' ORDER by `rankpoints` DESC LIMIT $limitvalue, $limit"); $i = 0; while ($find = mysql_fetch_object($query_position)){ $i++; $position = "".$i." "; echo"#$position"; echo"$find->username"; }
-
Ok well, i don't post here often but the last thread i made (http://makewebgames.io/showthread.php/42262-Blog-Layout) was a blog design i started a long while back. With months past since i last continued it, i decided to start from scratch in yet another attempt at designing a balanced blog design - that i liked anyways. Anyways, you can find my latest designs below and i'm just wanting to know from other experienced designers if theres anything i can improve upon. I haven't 100% fully finished it, as i intend to add a logo / title and some social media aspects! Home Article
-
For the vulnerabilities, check your forum files and i'm sure you'll find it if you look properly.
-
I remember waiting for this in July 2011 - I've give up now.
-
Because the original owners done it before they sold it incase something like this happened - where every has the scripts. Theres also files in the script which gives out free credits etc.
-
I've just started designing a blog for a personal project i'm going to be doing. I'm just wanting some feedback and input from you guy's before i go any further with the design! I've attached the file below so you can see where i'm up to!
-
Yeah same for me. I could create and join a league, however couldn't seem to look at my team, tactics, league table - everything else really.
-
Looks nice, just a few questions though! Does the match system you have in place look at the tactics of each team and how do they stack up against each other Does 4-3-3 beat 4-42? If yes then why, does it look at the player positioning + ratings. e.g. if you played a GK as a CF, will that have an effect? And do you have an online demo anywhere?
-
As far as i am aware, you can use their names. Inc. stadium names, cup names, team names, player names etc However, kits, badges etc that symbolize the club or competition isn't allowed without confirmation. - As far as i'm aware anyways. But i've not decided yet, just using my team as an example, along with the kits. Not decided really, would be much easier to do fake names unless some 3rd party offers statistics of player ratings, club ratings etc. Otherwise it would be one hell of a job.. So on that basis, i would do fake names if i ever go ahead with the project, busy making more adjustments as i speak to make it more structured.
-
Hey, So i've not posted here in a while, and i've been working on a new layout since then - none mafia for once.. Anyways, still undecided on weather to go ahead with this project, and weather to do it as a web based project, or go towards an app styled game. Theme: Football or soccer if your our relatives from overseas General concept: Players will be able to create teams, tactics, formations, play against each other in leagues, transfer with other players etc etc. Still just the first design process, so nothing fully planned as of yet. I it was to be going for a web based site, i'd be changing the layout around for a more structured layout with navigational areas etc. First layout concept: http://i.imgur.com/kivdQ.png