-
Posts
551 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Events
Everything posted by Kieran-R
-
You want to sell a game, yet you tell us no information about it whatsoever, and you expect someone to buy it? GOOD LUCK!
-
Screenshots can be easily edited if you put a little time into it on dreamweaver... Screenshots doesn't really proove much. And I also doubt you have made that kind of profit. If you really have, then you must have like only 1 or 2 people who will actually donate alot. Having only 1 or 2 is never good... As said before, if you really have got a license, then it's worth no more than $100. Otherwise you would be better donatin it to a lucky dip somewhere.
-
Thanks for letting me know :) I'll change that soon.
-
lol I wasnt expecting to have it released this early. Thats why it says March. Thanks anyway though :)
-
Advertising for BBG will start tomorrow. SO if you want to get some free members for your game, then add your game fast! :D
-
Use comet chat :P Comets well better. but its 50$
-
Facebook Integration (All engines/websites)
Kieran-R replied to Spudinski's topic in Web Developement
Will also be contacting you as soon as I get a bit of cash :D -
Blade Maker, if you did that, then it would result in a PHP error. If you start a ", then you goto end it too. Your solution probally wouldnt fix the problem that Aderik is asking us to fix either.
-
function gang_staff_viewsurrenders() { global $db,$ir,$c,$userid,$gangdata; if(!isset($_POST['subm'])) { print "<form action='yourcoalition.php?action=staff&act2=viewsurrenders' method='post'> Choose who to accept the surrender from. <input type='hidden' name='subm' value='submit' /> Gang: <select name='sur' type='dropdown'>"; $wq=$db->query("SELECT s.*,w.* FROM surrenders s LEFT JOIN gangwars w ON s.surWAR=w.warID WHERE surTO={$ir['gang']}"); while($r=$db->fetch_row($wq)) { if($gangdata['gangID'] == $r['warDECLARER']) { $w="You";$f="warDECLARED"; } else { $w="Them";$f="warDECLARER"; } $ggq=$db->query("SELECT * FROM gangs WHERE gangID=".$r[$f]); $them=$db->fetch_row($ggq); print "<option value='{$r['surID']}'>War vs. {$them['gangNAME']} (Msg: {$r['surMSG']})</option>"; } print "</select> <input type='submit' value='Accept Surrender' /></form>"; } else { $_POST['sur'] = abs((int) $_POST['sur']); $q=$db->query("SELECT surWAR FROM surrenders WHERE surID={$_POST['sur']}"); $xx = $db->fetch_row($q); $_POST['war'] = abs((int) $xx); $wq=$db->query("SELECT * FROM gangwars WHERE warID={$_POST['war']}"); //*This is the code with the error*// $r=$db->fetch_row($wq); $db->query("DELETE FROM surrenders WHERE surID={$_POST['sur']}"); $db->query("DELETE FROM gangwars WHERE warID={$_POST['war']}"); if($gangdata['gangID'] == $r['warDECLARER']) { $ggq=$db->query("SELECT * FROM gangs WHERE gangID={$r['warDECLARED']}"); } else { $ggq=$db->query("SELECT * FROM gangs WHERE gangID={$r['warDECLARER']}"); } $them=$db->fetch_row($ggq); $event=str_replace("'","''","[url='coalition.php?action=view&ID={$ir[']{$gangdata['gangNAME']}[/url] have accepted the surrender from [url='coalition.php?action=view&ID={$them[']{$them['gangNAME']}[/url], the war is over!"); $db->query("INSERT INTO gangevents VALUES('',{$ir['gang']},unix_timestamp(),'$event') , ('',".$r[$f].",unix_timestamp(),'$event')"); print "You have accepted surrender, the war is over."; } } It is pretty wierd the way it is set up... But that should work.
-
How can a bot register, goto online list, then profil, then mail? They must be smart...
-
It wasn't a 'random reset'. It was the site getting released. And I'm assuming that you found BBG from my forum sig. And it did say it was in strict beta period at that point. Anyway, you can still claim free advertising if you want. Use the contact form on the site and I'll set you up.
-
When you signed up, the site wasnt even released. Nowhere did I say join. So sorry. Your votes will not be returned.
-
Wow this looks amazing mate. Looks more like a PC game (Thats good :)) So best of luck. Look forward to seeing a live example.
-
BBG Web Gaming is a brand new Browser Games toplist. Im inviting you to come join my new toplist, and check out the wide range of features, and tools that most other toplist do not have. BBG is more than just a list of games. You can view a wide range of information about games such as weekly stats, reviews, screenshots, and more. A very good feature which BBG Web Gaming gives to game owners is Incentive Voting. Incentive voting is a great way to make sure your users are actually voting for your game rather than clicking the link then leaving. Furthermore, it has never been easier to set up! You can find full instructions in the incentive voting section of the game control panel. As a welcome bonus for all MWG members, I am offering them 100 free banner advertising clicks on any advertising spot of your choice. If you want to take this offer, then use the contact section on BBG , and tell me that you are from MWG, and the information for your banner. Many advertisement campaigns will also be getting underway within the next few days. So if you add your game now, you are basically getting advertising COMPLETELY FREE! Signing up to BBG now, is the perfect way to promote your game to people who actually want to play browser games. Add your game now @ www.bbgwebgaming.com Thanks, Kieran-R PS: This offer is only valid for 1 month after this post.
-
I agree with every comment here. I ordered a layout from him, and it was done, and coded by the next day! Also, it was some very quality work done, at a very nice price. He done the layout here: http://bbgwebgaming.com/ Defintely recommend him to ANYONE who is looking for a quality designer, at a reasonable prices.
-
gamepromote.com is pretty decent.
-
Also what's the point using cases's when there not needed? You could simply do if ($_GET['up'] > 0){ rather than using action = and all that.
-
How do you find this stuff a_bertrand :L:L The first ones music made me laugh XD
-
Use just: include "header.php"; and it should work fine.
-
Yea, if you redirect them to the new server IP address, then you dont have to wait 24 hours... As for the license though, im sure your site wont get taken down if its only a temp domain. For MCCodes to take down a game, it would probally take more than 48 hours...
-
When changing servers, you should redirect the users on the OLD SERVER, to the NEW SERVER's IP address. That way they can continue to play without a big fuss, and making f=things easier for you. When the nameservers sucessfully change, your users will be on the new server anyway when they goto your domain.
-
Lmao XD Blame advertiseyourgame.com XD
-
Thats one of the custom links that is set there. Goto preferences, then goto custom links change. You can change the link from there.
-
The users table in GRPG is `grpgusers`. Not `users`. You may also have to secure your $_GET['id'] variable if it isnt already secured in classes.
-
Well my avarage is: $0.50 per sign-up $0.10 per click Just seeing as your ad network is specilised to arcade games, then I would be willing to pay anymore than arounf $0.04-$0.06 per click.