Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 09-03-2007, 09:11 PM   #1
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
Simple Gallery, Pic, & Video of the day all in one. (tutorial)

This script will let you make a simple gallery , video and picture of the day all in one. Or it can be used to do "niche of the day" like " asian of the day " , "blonde of the day" etc

Step #1
Create a new directory

Step #2
Save the following code as index.php and place in the folder you created

Code:
<?php
// gets type from url t=gallery t=video or t=picture
$t = $_GET['t'];

// default type
$type = "gallery";

// detect what type is requested

if ($t == "video"){
$type = "video";
}
if ($t == "picture"){
$type = "picture";
}

// gets day of the year
$doy = date("z");

// opens txt file
$list = file_get_contents("$type.txt");

// splits file based on new line
$eli = explode("\n",$list);

// picks line based on day of the year - jan 1 would be the first line
$out = $eli[$doy];

// goes to the url
header("Location: $out");
?>
Step #3
create 3 files
gallery.txt
video.txt
picture.txt

in each of these files you will place a gallery , video , or picture on a new line

example gallery.txt
http://gallery.com/gallery1.html
http://gallery.com/gallery2.html
http://gallery.com/gallery3.html

example video.txt
http://gallery.com/video1.wmv
http://gallery.com/video2.wmv
http://gallery.com/video3.wmv

there should be 366 lines total in each file for every day of the year

Step#4

Your done .
simply visit
yoursite.com/folder/?t=gallery for gallery of the day
yoursite.com/folder/?t=video for video of the day
yoursite.com/folder/?t=picture for picture of the day
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-03-2007, 09:28 PM   #2
ProjectNaked
Confirmed User
 
ProjectNaked's Avatar
 
Join Date: Jul 2004
Location: Detroit Areola
Posts: 4,309
looks good but I think it is missing something.......


where is the /install/trannyporn.exe line?


ProjectNaked is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-03-2007, 10:44 PM   #3
Deej
I make pixels work
 
Deej's Avatar
 
Industry Role:
Join Date: Jun 2005
Location: I live here...
Posts: 24,386
Quote:
Originally Posted by ProjectNaked View Post
looks good but I think it is missing something.......


where is the /install/trannyporn.exe line?


thats all madawgz
__________________

Deej's Designs n' What Not
Hit me up for Design, CSS & Photo Retouching


Icq#30096880
Deej is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.