Scripts    Contact    Donations    Affiliate program    Affiliate login    Mods   


NEW! Mods section!

Affiliates:
Scripts:
Script downloads:
/*Go into admin panel templates section. In the \'Posts\' template box place <td><table></td></table> around your entire Posts template. This may or may not work correctly depending on how modified your templates are. Example: <td><table>[Posts template html here]</td></table> */ /*In the \'Main\' template box place <tr></tr> around the %posts% text. This may or may not work correctly depending on how modified your templates are. Example: <tr>%posts%</tr> */ /*Save templates*/ /*OPEN index.php*/ /*FIND*/ if($use_ads==\"yes\") { /*ABOVE THAT PUT (change the number 2 to how many posts you want per row)*/ $row_num++; if($row_num==2){$gallery.=\"<tr></tr>\";$row_num=0;} /*SAVE index.php*/ /*ALL DONE*/