View Single Post
Old 06-03-2013, 11:11 AM  
Colmike9
(>^_^)b
 
Colmike9's Avatar
 
Industry Role:
Join Date: Dec 2011
Posts: 7,223
Make a simple one with PHP. It's easiest using programs with custom html with gallery dumps, but can also be easily done with FHG2HTML/textmechanic.com tools:
Code:
<?php
$gal = array();
$gal[] =  '<a href="LINK" title="WHATEVER"><img class="STYLINGSHIT" src="THUMBSRC" title="TITLE" alt="ALT" /></a>';
$gal[] =  '<a href="LINK" title="WHATEVER"><img class="STYLINGSHIT" src="THUMBSRC" title="TITLE" alt="ALT" /></a>';
$gal[] =  '<a href="LINK" title="WHATEVER"><img class="STYLINGSHIT" src="THUMBSRC" title="TITLE" alt="ALT" /></a>';
$gal[] =  '<a href="LINK" title="WHATEVER"><img class="STYLINGSHIT" src="THUMBSRC" title="TITLE" alt="ALT" /></a>';
$gal[] =  '<a href="LINK" title="WHATEVER"><img class="STYLINGSHIT" src="THUMBSRC" title="TITLE" alt="ALT" /></a>';


echo '<div align="center">';
echo '<table width="100%" align="center">
<tr align="center">
<td align="center">';
echo $gal[0];
echo '</td><td align="center">';
echo $gal[1];
echo '</td><td align="center">';
echo $gal[2];
echo '</td><td align="center">';
echo $gal[3];
echo '</td><td align="center">';
echo $gal[4];


echo'</td></tr><tr align="center">';
echo'<td align="center">';
echo $gal[5];
echo '</td><td align="center">';
echo $gal[6];
echo '</td><td align="center">';
echo $gal[7];
echo '</td><td align="center">';
echo $gal[8];
echo '</td><td align="center">';
echo $gal[9];


echo'</td></tr><tr align="center">';
echo'<td align="center">';
echo $gal[10];
echo '</td><td align="center">';
echo $gal[11];
echo '</td><td align="center">';
echo $gal[12];
echo '</td><td align="center">';
echo $gal[13];
echo '</td><td align="center">';
echo $gal[14];


echo'</td></tr><tr align="center"><td align="center">';
echo $gal[15];
echo '</td><td align="center">';
echo $gal[16];
echo '</td><td align="center">';
echo $gal[17];
echo '</td><td align="center">';
echo $gal[18];
echo '</td><td align="center">';
echo $gal[19];


echo'</td></tr></table></div>';


?>
This makes a fhg with 5 images across. Edit the html echoes how you like and if you want them random like on fappyness.com, then just add shuffle($gal); after the gallery arrays.
__________________
Join the BEST cam affiliate program on the internet!
I've referred over $1.7mil in spending this past year, you should join in.
I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..
Colmike9 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote