$3 Paypal for whoever helps me fix this problem!

Discussion in 'General Chat' started by TelevisionShows, Aug 30, 2008.

  1. #1
    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!
     
    TelevisionShows, Aug 30, 2008 IP
  2. sawz

    sawz Prominent Member

    Messages:
    8,225
    Likes Received:
    808
    Best Answers:
    0
    Trophy Points:
    360
    #2
    sawz, Aug 30, 2008 IP
  3. TelevisionShows

    TelevisionShows Guest

    Best Answers:
    0
    #3
    That link doesn't load mate.
     
    TelevisionShows, Aug 30, 2008 IP
  4. anions

    anions Notable Member

    Messages:
    4,840
    Likes Received:
    179
    Best Answers:
    0
    Trophy Points:
    275
    #4
    Ok, I answered. Send the $3 to my paypal please:

    Very generous of you, thank you very much.
     
    anions, Aug 30, 2008 IP
  5. TelevisionShows

    TelevisionShows Guest

    Best Answers:
    0
    #5
    Thanks your a big help!

    :mad:
     
    TelevisionShows, Aug 30, 2008 IP
  6. anions

    anions Notable Member

    Messages:
    4,840
    Likes Received:
    179
    Best Answers:
    0
    Trophy Points:
    275
    #6
    Thanks your a big spam!

    :mad:
     
    anions, Aug 30, 2008 IP
  7. sawz

    sawz Prominent Member

    Messages:
    8,225
    Likes Received:
    808
    Best Answers:
    0
    Trophy Points:
    360
    #7
    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?
     
    sawz, Aug 30, 2008 IP
  8. shontrix

    shontrix Peon

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    and whats with the red angry face :-?
     
    shontrix, Aug 30, 2008 IP
  9. TelevisionShows

    TelevisionShows Guest

    Best Answers:
    0
    #9
    TelevisionShows, Aug 30, 2008 IP
  10. TelevisionShows

    TelevisionShows Guest

    Best Answers:
    0
    #10
    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.
     
    TelevisionShows, Aug 30, 2008 IP
  11. sawz

    sawz Prominent Member

    Messages:
    8,225
    Likes Received:
    808
    Best Answers:
    0
    Trophy Points:
    360
    #11
    no such folder? this is your header image:

    [​IMG]

    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.
     
    sawz, Aug 30, 2008 IP
  12. TelevisionShows

    TelevisionShows Guest

    Best Answers:
    0
    #12
    When i go to themes, it takes me to an index page? Which is kinda weird.
     
    TelevisionShows, Aug 30, 2008 IP