Build Your Own Arcade Controls
-----------------------------------------------------------------------------------
Examples page

\r\n"; $DaCounter = 0; while ($row = mysql_fetch_row($dbresult)) { $DaTitle = $row[1]; $DaLink = $row[2]; $DaURL = $row[38]; $DaBadlink = $row[43]; if ($DaCounter == 5) { print "\r\n"; print "\r\n"; $DaCounter = 0; } $DaCounter = $DaCounter + 1; print "\r\n"; } while ($DaCounter <= 5) { if ($DaCounter == 0) { print "\r\n"; } if ($DaCounter == 1) { print "\r\n"; } if ($DaCounter == 2) { print "\r\n"; } if ($DaCounter == 3) { print "\r\n"; } if ($DaCounter == 4) { print "\r\n"; } $DaCounter = $DaCounter + 1; } print "
$DaTitle\r\n"; if ($DaBadlink == 1) { print "

[Bad link]\r\n"; } if ($DaURL != "" && $DaURL != "nopic") { print "
\r\n"; } print "

Wayback Machine mirror\r\n"; print "

Thisspaceintentionallyleftblank
\r\n"; } } // ------ Function ends -------- // We do it this way so I don't have to type as much... besides... functions are cool ?>

 

 

Hall of fame Upright cabinets Cocktail cabinets
Driving/Cockpit cabinets Desktop controls Other arcade projects
Jukeboxes Bartop/Countertop Dead links :(
Search project examples

 

 

 

 

 

 

 

 

 

 

 

 

 

 
Hall Of Fame!

-- Back to top --

 

 

 

 

 

 

 

 

 

 

 

 

 

  -----------------------------------------------------------------------------------
Upright Arcade Cabinets

-- Back to top --

 

 

 

 

 

 

 

 

 

 

 

 

 

  -----------------------------------------------------------------------------------
Cocktail Cabinets

-- Back to top --

 

 

 

 

 

 

 

 

 

 

 

 

 

  -----------------------------------------------------------------------------------
Driving and other sit-down Cabinets

-- Back to top --

 

 

 

 

 

 

 

 

 

 

 

 

 

  -----------------------------------------------------------------------------------
Desktop Arcade Controls

-- Back to top --

 

 

 

 

 

 

 

 

 

 

 

 

 

  -----------------------------------------------------------------------------------
Projects that don't fit anywhere else!

-- Back to top --

 

 

 

 

 

 

 

 

 

 

 

 

 

  -----------------------------------------------------------------------------------
Jukeboxes

-- Back to top --

 

 

 

 

 

 

 

 

 

 

 

 

 

  -----------------------------------------------------------------------------------
Bartop/Countertop

-- Back to top --

 

 

 

 

 

 

 

 

 

 

 

 

 

  -----------------------------------------------------------------------------------
Miscellaneous Hacks

Pete's Atari Jaguar Hack Pete's Atari 2600 hack Pete's Atari 5200 hack Atari Jaguar Spinner Arcade Paradise's You Don't Know Jack controllers
Encoder

-- Back to top --

 

 

 

 

 

 

 

 

 

 

 

 

 

  -----------------------------------------------------------------------------------
Dead links
(Can you help fix one of these?)

-- Back to top --


 

-- Home --
 
 

"; } else { // Page found... now lets read it and output it in the page this code is in while(!feof($fp)) { $TheString = trim(fgets($fp,500)); echo $TheString; } fclose($fp); } ?>