Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Where is this address coming from?

    I am getting originating urls in my user tracking like this /index.php?main_page=http://myloversplace.chat.ru/images? and /index.php?page=http://dwlz2.dwlz2.com/~dwlz2/ice.txt/ and other strange addresses, I have checked some of them and there is no such address. Where are these coming from....they always go to page not found.

    Any ideas?

  2. #2
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

  3. #3
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Where is this address coming from?

    Thanks!

  4. #4
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Where is this address coming from?

    I tried this and i get a warning on line 1
    here's the first lines of code
    Code:
    <?php
    /**
     * prevent hack attempts which waste CPU cycles
     */
    $paramsToCheck = array('main_page', 'cPath', 'products_id', 'language', 'currency', 'action', 'manufacturers_id', 'pID', 'pid', 'reviews_id', 'filter_id', 'zenid', 'sort', 'number_of_uploads', 'notify', 'page_holder', 'chapter', 'alpha_filter_id', 'typefilter', 'disp_order', 'id', 'key', 'music_genre_id', 'record_company_id', 'set_session_login', 'faq_item', 'edit', 'delete', 'search_in_description', 'dfrom', 'pfrom', 'dto', 'pto', 'inc_subcat', 'payment_error', 'order', 'gv_no', 'pos', 'addr', 'error', 'count', 'error_message', 'info_message', 'cID', 'page');
    $contaminated = false;
    foreach($paramsToCheck as $key) {
      if (isset($_GET[$key]) && substr($_GET[$key], 0, 4) == 'http') {
        $contaminated = true;
        break;
      }
    }
    if ($contaminated || isset($_GET['autoLoadConfig']) || isset($_GET['mosConfig_absolute_path']) || isset($_FILES['GLOBALS']) || isset($_REQUEST['GLOBALS']) ) 
    {
      header('HTTP/1.1 406 Not Acceptable');
      exit(0);
    }
    /**
     * application_top.php Common actions carried out at the start of each page invocation.
     *
     * Initializes common classes & methods. Controlled by an array which describes
     * the elements to be initialised and the order in which that happens.
     * see {@link  http://www.zen-cart.com/wiki/index.p...als#InitSystem wikitutorials} for more details.
     *
     * @package initSystem

  5. #5
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Where is this address coming from?

    I have tried this several times and still get the error:
    Parse error: syntax error, unexpected T_VARIABLE in /home/mommy3/public_html/includes/application_top.php on line 1


    running 1.3.8a

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Where is this address coming from?

    What editor are you using?

    This appears fixed...
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Where is this address coming from?

    filezilla
    I am still getting these weird addresses...at least as of an hour ago

  8. #8
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Where is this address coming from?

    Quote Originally Posted by kobra
    What editor are you using?
    Unless I have missed something - filezilla is a FTP client not an editor.

    My post was at 11:14 AM & it is currently 11:29 AM
    Zen-Venom Get Bitten

  9. #9
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Where is this address coming from?

    Oh, yeah, you're right, I missed something notepad++ is my editor!!

  10. #10
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Where is this address coming from?

    Well notepad++ is a decent editor - You musta done something wrong editing that file???
    Zen-Venom Get Bitten

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Where is this coming from?
    By rolo550 in forum General Questions
    Replies: 8
    Last Post: 31 Aug 2011, 07:17 AM
  2. Where is this space coming from?
    By johnnyspo in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 4 Mar 2011, 11:52 PM
  3. Where is this coming from?
    By sifuhall in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Oct 2008, 05:32 PM
  4. Where is this price coming from
    By powers in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 5 Sep 2007, 09:59 PM
  5. Where is this blue coming from?
    By Danielle in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 25 Oct 2006, 10:28 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR