Dayo Posted October 16, 2011 Share Posted October 16, 2011 (edited) Over the past few months me and Dave Macaulay have been working on a project together, Web Game Point. WGP is top web game vote site we have intergrated features we think other vote sites miss ie day to day stats the option to credit playes once they have actualy voted. We are at the point where we can launch beta we are looking for some sites to check it out it is realy easy to add your site it only takes a few mins just register and go to 'add your site' once we have validated it you will receive a notification. you can visit WGP here Edited October 16, 2011 by Dave Macaulay Quote Link to comment Share on other sites More sharing options...
Dave Posted October 16, 2011 Share Posted October 16, 2011 Wow! Great work ;) Please inform us of any bugs or issues you find with the functionality of the site! Along with any features or really anything you want to see within the site! Quote Link to comment Share on other sites More sharing options...
Nickson Posted October 16, 2011 Share Posted October 16, 2011 Looking good! Also the concept of having a "user-vote-check" is ideal, that's what I'd like as a game owner. I just wonder though, how does a game owner implement this into his game? Quote Link to comment Share on other sites More sharing options...
Neon Posted October 16, 2011 Share Posted October 16, 2011 Warning: Missing argument 1 for DB::num_rows(), called in /home/oxydenne/public_html/webgamepoint.com/modules/create_account.php on line 16 and defined in /home/oxydenne/public_html/webgamepoint.com/includes/class/mysql.class.php on line 111 Warning: Missing argument 1 for DB::num_rows(), called in /home/oxydenne/public_html/webgamepoint.com/modules/create_account.php on line 20 and defined in /home/oxydenne/public_html/webgamepoint.com/includes/class/mysql.class.php on line 111 On register. Don't think I got inserted into the dB. Quote Link to comment Share on other sites More sharing options...
Dayo Posted October 16, 2011 Author Share Posted October 16, 2011 i will look at this this is a snipet of code you can use <?php // Edit these values $site_id = null; // change this to your Site ID // Don't edit below $IP = $_SERVER['REMOTE_ADDR']; $result = fopen("http://webgamepoint.com/calls/voted.php?ip=$IP&id=$site_id", "r"); $contents = stream_get_contents($result); if ($contents == 'true') { echo 'valid vote'; // credit the user // record the user has voted } else { $error = explode('-', $contents); echo $error[1]; } fclose($result); ?> Quote Link to comment Share on other sites More sharing options...
Dayo Posted October 16, 2011 Author Share Posted October 16, 2011 You can now register we didnt concert the creat_account over when we upgraded our database class, sorry for any inconviniance Quote Link to comment Share on other sites More sharing options...
Danny696 Posted October 16, 2011 Share Posted October 16, 2011 The name sounds ... ugh ... familiar ;) Nice layout though, the password box appears to be abit lower though, yes I'm picky, :) Quote Link to comment Share on other sites More sharing options...
Dayo Posted October 16, 2011 Author Share Posted October 16, 2011 I justed fixed it :) Quote Link to comment Share on other sites More sharing options...
Neon Posted October 16, 2011 Share Posted October 16, 2011 Tried to add a game. INSERT INTO `sites` (`site_name`, `site_desc`, `site_banner`, `site_verification`, `site_ownerid`, `site_cats`, `site_url`) VALUES (''SoulRaider'', ''Can you be in the best gang? Can you use your brain and not your money? Can you battle your way to the top gang and hold the position. Try out SoulRaider today!'', ''http://www.webgamepoint.com/soulraider_1318796574.png'', ''1'', ''11'', ''{1}'', '''') 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 'SoulRaider'', ''Can you be in the best gang? Can you use your brain and not your' at line 1 Quote Link to comment Share on other sites More sharing options...
Dayo Posted October 16, 2011 Author Share Posted October 16, 2011 I'm sorry for this delay you can now try again Quote Link to comment Share on other sites More sharing options...
Neon Posted October 16, 2011 Share Posted October 16, 2011 kk submitted. "My Sites" returns 404 right now, but probably cause I haven't been approved. Thanks for quick fixes. Quote Link to comment Share on other sites More sharing options...
Dayo Posted October 16, 2011 Author Share Posted October 16, 2011 Your site has been validated , sorry for the errors. To find the sample code just go to my sites and the link will be on top Quote Link to comment Share on other sites More sharing options...
Pitch Black Posted October 25, 2011 Share Posted October 25, 2011 Very interesting take on toplists, made by the gamers for gamers! This verification system will really make you stand out and I wish you luck. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.