Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Follkes

Pioneers
  • Posts

    114
  • Joined

  • Last visited

Everything posted by Follkes

  1. And php error log says: PHP Notice: Undefined index: password in D:\wamp\www\hm\login.php on line 14 PHP Notice: Undefined index: email_address in D:\wamp\www\hm\login.php on line 17 >_<
  2. Notepad ++ and Wamp , no ftp involved and as soon as i remove that piede of code i see the login page. Keep testing, BTW only have 1 language, spanish.
  3. Sorry, my previous post was severed somehow. If i add this piece of code to login.php // anti-hacker account require('includes/functions/account_secure.php'); $password = tep_to_hex($_POST['password']); unset($_POST['password']); if (!isset($_POST['email_address'])) { $_POST['email_address'] = $_GET['email_address']; unset($_GET['email_address']); } $email_address = ''; clean_post (); // EOF anti-hacker account I get this firefox crash "Content encoding error The page you are trying to view can not be shown because it uses a compression format invalid or unsupported" and if usin original login.php it shows ok.
  4. Hi again. I have installed twice and always find the same stone in the road. Firefox and Iexplorer (not a php errorshows an error about codification if a add this piece of code in particular to login.php // anti-hacker account require('includes/functions/account_secure.php'); $password = tep_to_hex($_POST['password']); unset($_POST['password']); if (!isset($_POST['email_address'])) { $_POST['email_address'] = $_GET['email_address']; unset($_GET['email_address']); } $email_address = ''; clean_post (); // EOF anti-hacker account Don´t get me wrong as i get "working" in contact-us , tell-a-friend or anything without login i have tested so far. Quite puzzled...
  5. The faulty url is /shop/catalog/index.php?manufacturers_id= , no number assigned to it but is found by google in another 68 pages. And if i click in manufacturer info or other products it opens correctly... I thought this url should´t exist. Could you provide me the line to add in htaccess to convert it to 301 as a solution? Thanks
  6. Hello Robert In google webmaster i have an alert about /shop/catalog/index.php?manufacturers_id= 404 not found in 68 pages, if i set that url in OSC clean there is a "Let's See What We Have Here" but in the online shop goes to 404. I don´t know is USU related but in your htaccess there a line about it RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} Any idea or help? Regards
  7. I am sorry to bother you, but I always surf with no-script on and I didn't realized such a comfy tool.
  8. No STS at all ,i have enough mess !! But I prefer to have all the process clear b4 touching anything. So let´s say. 1- Copy these files , I suppose cos are completely new and they are not in the basic OSC structure. 2- Modify the existent files ( that´s a typical step for almost all contributions). 3- More copy&paste OR copy the files ¿but you can overwrite previous modifications? 4- By hand seeking for more $HTTP_POST_VARS and $HTTP_GET_VARS in # catalog/checkout_shipping_address.php # catalog/checkout_payment_address.php # catalog/checkout_shipping.php # catalog/includes/modules/address_book_details.php # catalog/includes/modules/checkout_new_address.php # catalog/includes/languages/english/create_account.php And the resources folder?
  9. This contribution is so different to the others I have installed that will take me some time (long I guess) to have it on-line. Difficult to follow since I am not an English spoken person. :blush:
  10. toto46 That happened to me, try turning off usu5 and then in your browser go to a product and check if tags are loaded. The only way to use the 2 contributions was using usu5 rewrite url mode not standard. Once done both work like a charm!
  11. I jumped from 3.1.8 to 3.2.1 flawlessly at first glance, canonical is now a copy from main url. Eureka!!
  12. I do have it only in spanish...what kind of products edit i need? don´t scare me....
  13. Agreed. Getting back admin/includes/aplication_top.php solved the thing at first glance. I pointed out by another reasons here. http://www.oscommerce.com/forums/topic/313323-how-to-secure-your-site/page__view__findpost__p__1491657
  14. Hi Jack Trying the upgrade 3.1.8 to 3.2.0 i get also this message: Server Requirement Error: register_globals is disabled in your PHP configuration. This can be enabled in your php.ini configuration file or in the .htaccess file in your catalog directory. This in local with Wamp. Hope this helps.
  15. Hello Jack I am still with 3.1.8 version and thumbs up!! Will it work to go directly to the 3.2.0 like this? 1- Applying 3.1.9 sql file 2- Upload these 3 files in 3.1.9 includes/header_tags.php includes/functions/header_tags.php includes/modules/header_tags_social_bookmarks.php ...And since all the admin changes in 3.1.9 will be useless if i go to 3.2.0... 3- Replace all admin files with the ones in catalog/admin 3.2.0 Thank you, great contribution!!
  16. Some last versions have a missing .php file , wrong sql file and faulty instructions. I did compare 3.6.x version with 3.5.4 to verify this. http://www.oscommerce.com/forums/topic/124853-whos-online-enhancement-14/page__st__1540__p__1430651entry1430651 This guy put me on right direction!!!!
  17. Think it twice , it is a da(m) good contribution. What you see in the admin panel is stored in your database, so you have to edit to erase those items. BACK UP first!
  18. I am not blaming any contribution or another, was pointing a fact. Exactly like mine few days a go but i have a linux server.
  19. crester Try turning off USU5 and then reload your site and check source code. I am pretty sure is the same that happend to me few post before.
  20. crester As far i know USU5 can be set up to rewrite mode only in linux servers, and if you use standard uri the header tags by Jack will get stuck and out of order. Nice dilema.
  21. Is working but i can´t see any referer or browser ID. I have read that was a bug related in former versions and I am using 3.6.1 Any ideas?
  22. Done. Was a htaccess.txt under /catalog/ folder , cut&paste the code ,renamed to .htaccess and keeps working like a charm. Great contrib!!
  23. Horaaay FWR it works!! I needed to comment a line in htaccess and in contact with my hosting now is working!! Just to be sure, i added your code to the htaccess in www.whatever.es/ folder not in the www.whatever.es/shop/catalog/ is that the correct place? i can copy the previous content if you need.
  24. Hi all Following the instructions i see: 6. In admin/whos_online.php, search for: geoXml = new GGeoXml("<?php echo "http://www.example.com/visitors_georss.php";?>"); (it should be in line 380) and replace "www.example.com" with your domain. 7. In visitors_georss.php, search for: define('HTTPSERVER', 'http://example.com/'); define('WEBSITE', 'http://www.example.com/'); (they should be in lines 13 and 14) and put in your domain. And being my shop in www.whatever.com/shop/catalog/index.php what do i need to set in those two steps? this contribution is working but maybe with flaws like no referer and no user agent... Thank you
  25. I am using standard uris indeed, and I will try to change to rewrite. Can I have the # mod_rewrite enabled # AllowOveride set to All in the .htaccess and only there?, not sure how to handle in the server itself. Bit of a relief dough.
×
×
  • Create New...