Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Graphic Design (https://forums.graalonline.com/forums/forumdisplay.php?f=9)
-   -   Nostalgia Gaming Tags (https://forums.graalonline.com/forums/showthread.php?t=49394)

Kramer 12-01-2003 08:07 AM

looking?
I'm using one:
PHP Code:

<?php
// Make this the relative path to the images, like "../img" or "random/images/".
// If the images are in the same directory, leave it blank.
$folder '';

// Space seperated list of extensions, you probably won't have to change this.
$exts 'jpg jpeg png gif';

$files = array(); $i = -1// Initialize some variables
if ('' == $folder$folder './';
$handle opendir($folder);
$exts explode(' '$exts);
while (
false !== ($file readdir($handle))) {
    foreach(
$exts as $ext) { // for each extension check the extension
        
if (preg_match('/\.'.$ext.'$/i'$file$test)) { // faster than ereg, case insensitive
            
$files[] = $file// it's good
            
++$i;
            }
        }
    }
closedir($handle); // We're not using it anymore
mt_srand((double)microtime()*1000000); // seed for PHP < 4.2
$rand mt_rand(0$i); // $i was incremented as we went along

header('Location: '.$folder.$files[$rand]); // Voila!
?>


Thallen 12-01-2003 03:00 PM

Quote:

Originally posted by Kramer
I played FF7 at my friends house for 25 houres and had to run out the back door when the police came. :rolleyes:
Yeah, but then you showed them your real FF7 copy in your Beatles CD case under the bed and they didn't arrest you! ;) You guys can stop talking about how illegal it is anyway, because I think everyone knew it wasn't 100% illegal, and that didnb't stop them from using emulators. :)

zs0 12-08-2003 05:26 AM

Hey Thall, mind if I use the Sonic one and Zelda one?


Knuckles is in the SOnic one ;]

and i like Zelda and Sonic leol

alarid0 12-09-2003 05:40 AM

Quote:

Originally posted by Thallen

Aw, you almost did a perfect edit, just a few pixels out of place. Here's an Ice Climbers tag, dunno if anyone has played that.

actually....yes i have =o
it was a loong time ago back in the day lol...well hey it WAS nintendo
so yeah i dont remember much of it but i *do* remember playing it...good times1

Mustang1988 12-09-2003 09:30 AM

Roms are illegal to put up for download, or to upload them to a publically-accessible web server.

You can personally make a backup of a game you bought and own for personal purposes only. Even if you did buy, and own the game, it's illegal to download a console backup off the internet if you didn't create it yourself.

The 24 hour excuse is bull crap. Emulation websites use that as an excuse to get away from the smaller lawsuits until the big boys go after them (Nintendo, Natsume, whatever).

Some companies don't care, if the game is pretty old and they don't make money off of it anymore, then-on seen as abandonware, or maybe they are just blind, old-bats that don't know how to navigate a rom website through all the popups to find the illegal stuff. :rolleyes:


All times are GMT +2. The time now is 07:58 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.