[advanced search]
Results from the most recent live auction are here.
20 members in the live chat room. Join Chat!
Register Rules & FAQ NP$ Store Active Threads Mark Forums Read
Domain Name Industry Newsletter
Go Back   NamePros.Com > Design and Development > Website Development
User Name
Password

Old 01-28-2007, 05:09 AM   · #1
Morph
Unite And Conquer
 
Morph's Avatar
 
Name: Tom Reeve
Location: England
Trader Rating: (134)
Join Date: Jul 2005
Posts: 4,418
NP$: 1243.27 (Donate)
Morph has a reputation beyond reputeMorph has a reputation beyond reputeMorph has a reputation beyond reputeMorph has a reputation beyond reputeMorph has a reputation beyond reputeMorph has a reputation beyond reputeMorph has a reputation beyond reputeMorph has a reputation beyond reputeMorph has a reputation beyond reputeMorph has a reputation beyond reputeMorph has a reputation beyond repute
Member of the Month
September 2006 Third World Education Animal Cruelty Multiple Sclerosis Child Abuse Find Marrow Donors! Cystic Fibrosis Save a Life Cancer Ethan Allen Fund
Need an arcade script.

Have about 2000 games uploaded but want a new arcade script which will work with this SQL structure
Quote:
CREATE TABLE `games` (
`id` int(10) NOT NULL auto_increment,
`nameid` varchar(255) NOT NULL default '',
`name` varchar(255) NOT NULL default '',
`desc` varchar(255) NOT NULL default '',
`time` int(10) NOT NULL default '0',
`width` int(10) NOT NULL default '0',
`height` int(10) NOT NULL default '0',
`cat` varchar(255) NOT NULL default '',
`rating` decimal(3,2) NOT NULL default '0.00',
`type` enum('SWF','extlink','DCR','CustomCode') NOT NULL default 'SWF',
`authorsite` varchar(255) NOT NULL default '',
`authorname` varchar(255) NOT NULL default '',
`gameurl` varchar(255) NOT NULL default '',
`code` text NOT NULL,
`playcount` int(10) NOT NULL default '0',
`weeklyplays` int(10) NOT NULL default '0',
`flags` varchar(255) NOT NULL default '',
`instructions` text NOT NULL,
`keywords` varchar(255) NOT NULL default '',
`disphtml` enum('Config','No','Yes') NOT NULL default 'Config',
`disphtmlcode` text NOT NULL,
`order` int(10) NOT NULL default '0',
`active` enum('Yes','No') NOT NULL default 'Yes',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1698 ;




EG

Quote:
INSERT INTO `games` VALUES (10, 'RT3Game', 'Railroad Tycoon 3', 'Get your choo-choo train across the screen in the time given by using drag and drop pieces to complete your train track.', 1169236825, 680, 430, 'Other', 0.00, 'SWF', '', '', '', '', 2, 2, '', 'Drag and drop pieces from the left hand side of the screen onto the map to complete a train track that goes from the start to the station. You have 3 bombs to take care of tracks that do not align with the rest of the track.', '', 'Config', '', 10, 'Yes');



50np$ to the person who can suggest a script which it will work with.
Tom


Please register or log-in into NamePros to hide ads
__________________
Morph is offline  
  Reply With Quote
Closed Thread

NamePros is a revenue sharing forum.

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


Site Sponsors
Website Header Design Website Header Design Hunting Moon
Advertise your business at NamePros
All times are GMT -7. The time now is 09:01 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0