Jump to content
MakeWebGames

Web Game Point [Beta]


Dayo

Recommended Posts

ZVrGZ.png

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 by Dave Macaulay
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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);
?>
Link to comment
Share on other sites

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
Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...