-
Posts
2,491 -
Joined
-
Last visited
-
Days Won
196
Content Type
Profiles
Forums
Events
Everything posted by Dayo
-
I liked the title you had before ... the grey one as for the buttons what if you had a bar go across the top of the page 100% width maby about 30px high and have the navigation there and centeralise the login form on the city background with a bit of transparency
-
Ive had a lot of interest in the GL V1.0.0 Admin panel so i decided to give you a sneak peak ;) http://glscript.net/screenshots/addcrime.png What do people think? (btw not all the admin panel is completed so if you think something is missing ... it will be made ;))
-
Glscript.net is a basic game engine with a few features, good to start wit. Alto V1.0.b will be coming out soon so keep an eye out for that ;)
-
im busy atm thus time of year its hectic in put house and any time i have spare im doing TM
-
No it's not 2/3D but I'm trying to be imaginative with TM and do things differently then most text based games and I've not seen one game that is laid out this way you will see why I want it all JQuery when you see the design and some of the features that will be coming soon ;)
-
i have added the feature to use back and foward buttons on the game that will be easier to access then the browswer features IMO :) It will be easier for me to show you what i have done/why im doing it this way so if im finished tonight ill post the link for closed
-
yes i agree with the back button, but ive been developing this game for several months now and i cant ever remeber using the back button, if you played the beta you would know why you woiuld never use the back button ;) but maby thas an idea i can add to the game the feature of back and foward buttons :) once ive fixed the forms on a few of the features ill send you the link to check it out
-
i am in the prossess of upgrading The Mercenary so the whole ingame/login/register is done/loaded via JQuery so the user never has to reload the page, what do you think of a game being built this way are there any problems you can think of, all i can think is if they have JS disabled but then again who in this day and age has it disabled?
-
:/ i still had credit left on the site
-
any one remeber MDShares image store where he sold his 3D renders or guns etc ...?
-
I use wordpress for cdcoding.com i use it prety much as a CMS tbh if its for 1 or two pages you will rearly edit why have a whole CMS on yoursite, i could make a basic CMS in a few hours/maby a day that would be good enouth for a game
-
i can see if i still have it but im not too sure i have it anymore :/
-
Just had the urge to do a bit of this the past few days, ive re-designed the login system its now all JQuery plus rather then have a pop up to play the game it now loads inside the browser also finished of the forum (had a few little bugs) also im in the middle of re cosding the inventory to be a bit easier on the eyes ;)
-
add to the query AND `user_level`=1 after something like "WHERE bladyblady=bla"
-
Ill bid $30, not got a need for it but i like it :)
-
Yea I may do this later I just wanted to keep it as simple as possible
-
I thought illd show you how easy it it to intergrate our system at http://www.webgamepoint.com to your website so i have made this quick modification for McCodes V2 instructions on how to install are commented at the top <?php include 'globals.php'; // How to install // 1 Register your site at webgamepoint.com // 2 Upload this file // 3 Run this SQl ALTER TABLE `users` ADD `WGP` INT( 1 ) NOT NULL DEFAULT '0' // 4 Add this query to your day cron $db->query("UPDATE `users` SET `WGP`=0 WHERE `WGP`=1"); // 5 Alter the values below to your liking // 6 Your done! $site_id = null; // change this to your Site ID $errors = array(); // if you would like to edit the errors thrown by our script please edit them below $errors['Novotefound'] = 'We could not find your vote on WGP\'s system'; $errors['NoIDSet'] = 'There was a problem with the voting script, please contact an admin!'; $valid_vote_text = 'Thank yo for voting for us you have been rewarded!'; $money_gain = 100; $crystal_gain = 0; if ($ir['WGP']==1) { echo 'You have already voted for our site on web game point today!'; } else { // Edit these values // 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 ($_GET['collect']) { if ($contents == 'true') { echo $valid_vote_text; $db->query("UPDATE `users` SET `money`=`money`+$money_gain, `crystals`=`crystals`+$crystal_gain, `WGP`=1 WHERE `userid`=".$ir['userid']); } else { $error = explode('-', $contents); echo $errors[str_replace(' ', '', $error[1])].'<a href="?back=true">, Back.</a>'; } } else { echo ' <p> To vote for us please visit our profile at <a href="http://www.webgamepoint.com/calls/redirect.php?site_id='.$site_id.'" target="_blank">Web Game point</a>. <br /> Once you have voted click <a href="?collect=true">here to collet your reward</a> </p>'; } fclose($result); } $h->endpage(); ?> any problems just PM me ;)
-
Web Game Point also has this feature and is realy easy to add to your game :)
-
Most jQuery works on iphone/ipad web game point works fully on iPad/iPhone altho most od it is when you login
-
Yea any files can be sent to [email protected] Once beta is finished I'm gona concentration on GL
-
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
-
I'm sorry for this delay you can now try again