fullmoviesandtrailers.com Im trying to put my banner code in, so banners appear at the top and the bottom of the page? Where do i insert the banner code? <?php /* Php YT Site Copyright (C) 2007 Ciprian Dosoftei http://www.phpytsite.org/ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Further to the terms mentioned you should leave the copyright footers and copyright notice in the code intact, stating me as the original author. */ require( "config.php" ); require( "pyts.lib/database.php" ); require( "pyts.lib/settings.php" ); require( "pyts.lib/misc.php" ); require( "pyts.lib/seo.php" ); require( "pyts.lib/display.php" ); require( "pyts.lib/themes.php" ); if( ! strlen( getSetting(PYTS_SETTINGS_THEME) ) ) { header( "Location: install.php" ); exit; } if( is_file( "install.php" ) ) { echo "<div style='border: solid 2px #a00; padding: 4px; background: #fff; color: #c00'>INSTALL.PHP MUST BE DELETED FOR SECURITY PURPOSES!</div>"; } $_GLOB = Array(); if( getSetting( PYTS_SETTINGS_SEO ) ) { seoParseUrl(); } else { $_GLOB = $_REQUEST; $_TASKS = Array( "listing" , "month" , "day" , "video" , "search" , "tag" , "404" ); if( ! isset($_GLOB['task']) ) { $_GLOB['task'] = "listing"; $_GLOB['page'] = 1; } if( ! in_array( $_GLOB['task'] , $_TASKS ) ) $_GLOB['task'] = "404"; } if( ! isset( $_GLOB['page'] ) ) $_GLOB['page'] = 1; $_CONTENT = $_TITLE = $_VID = $_SEARCH = 0; require( "pyts.lib/display." . $_GLOB['task'] . ".php" ); echo renderPage( getSetting( PYTS_SETTINGS_THEME ) ); ?> Ill send $3 to paypal! for whoever answers!
more then likely you can add that somewhere in the theme files. http://www.phpytsite.org/wp-content/themes/glossyblue-1-4/
yeah it does, its a blank index page to hide the contents of that folder, its your site, you should know that. so what was the solution?
I don't have that option though. Which is weird. In Webshell3. Theres no such folder. And with admin, that folder isn't there.
also the videos don't load on that site, when there clicked on! I will pay someone $10 US, to help me fix this specifically. Telling me, how to get the videos to load properly! And where to insert banner code. Yes im a novice with this kind of thing.
no such folder? this is your header image: located in that folder, if the folder isn't there, where are your theme files coming form? how did you install that theme. its there, it has to be, otherwise your blog wouldn't be showing.