????

Your IP : 3.145.78.12


Current Path : /home2/morganrand/backup.morganrand.com/design/
Upload File :
Current File : /home2/morganrand/backup.morganrand.com/design/creator.php

<?php
$designrooms = array(
    'https://wedding-favors-express.com/ecommerce/os/catalog/index.php',
    'http://www.unforgettabledecorations.com/',
    'http://www.bestcandycenterpiece.com/',
    'http://www.mywanderfuls.com/',
    'http://www.wanderfulscenterpiecedesigns.com/',
    'http://www.wanderfuls.com/pompoms.html'
);
$i = 1;
$myfile = fopen("switcher.txt", "r") or die("Unable to open file!");
$i = (int) fread($myfile,filesize("switcher.txt"));
fclose($myfile);
header("Location: $designrooms[$i]");
die();
?>