Image Search Engine

This script comes with a simple layout to get you started, but there is no limit to how much you can modify it, and I definitely encourage it.
-There are many variables you can use in the templates for changing the look of how things are displayed, these variables will automatically be replaced with info from the database when viewing the site, and removing a variable from the template means it will simply not be used or shown, all of this may be a bit confusing at first, but after messing around with it you will realize the layout of the script is really 100% customizable

-The layout is basically split up into 3 types of files, using this style helps the page load much faster and easier to edit the look of all your pages:
1)header.php - this is all of the HTML of the layout that comes BEFORE each main section of a page. Anything can be edited in here.
2)[filenamehere].php - this would be the center part of the layout, where the HTML from all the different pages are shown.
This can be named anything. There is an example file included with the script named examplepage.php, this can be used to help you create new pages
3)footer.php - this is all of the HTML of the layout that comes AFTER each main section of a page. Anything can be edited in here.

-header.php and footer.php need to be included on each page for the layout to show up, header.php should be included BEFORE everything on the page, while footer.php should be included AFTER everything on the page. Look inside examplepage.php for a perfect example of how this works.

-babeloggerv4.css contains most of the CSS for the sites colors and styling.
A few things inside are needed but everything can be changed to your liking.

-To list only certain type of links, make a link pointing to http://www.yoursiteurl.com/?cat=funny - this will list all the links that have ' funny' as their category name.
You can use any category name here. Categories with a space in them will need to have the space replaced with the + sign. EX: http://www.yoursite.com/?cat=category+name

-You can have advertisment pages included anywhere between the displaying links, you can edit these ads in the templates section of the admin panel.
You can also edit where these ads are displayed in the settings section.