Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ts201

Archived
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Real Name
    ts201

ts201's Achievements

  1. this is my code : if ($PHP_AUTH_USER==toni) {; } else { if ( ($PHP_SELF != DIR_WS_ADMIN . "orders.php") && ($PHP_SELF != DIR_WS_ADMIN . "invoice.php") && ($PHP_SELF != DIR_WS_ADMIN . "packing_slip.php") && ($PHP_SELF != DIR_WS_ADMIN . "customers.php") ) { die("<br><br><center>You are not authorized to view this page.\n\n</center>"); } } this my .htaccess : AuthName "PRIVAT" AuthType Basic AuthUserFile /var/www/web1/html/logad/.htpasswd <Limit GET> require valid-user </Limit> message : You are not authorized to view this page. :-(:-(:-(:-(:-(
  2. if ($PHP_AUTH_USER==admin1) {; } else { if ( ($PHP_SELF != DIR_WS_ADMIN . "orders.php") && ($PHP_SELF != DIR_WS_ADMIN . "invoice.php") && ($PHP_SELF != DIR_WS_ADMIN . "packing_slip.php") && ($PHP_SELF != DIR_WS_ADMIN . "customers.php") ) { die("<br><br><center>You are not authorized to view this page.\n\n</center>"); } } if ($PHP_AUTH_USER==admin1) <---- [email protected] ? but : You are not authorized to view this page. :-(
  3. hello, this contrib is cool, but i have a problem : http://www.exnoon24.de/products_new.php <--- ok http://www.exnoon24.de/ <--- no new button :-( http://www.exnoon24.de/advanced_search_res...p?keywords=test <--- no new button :-( http://www.exnoon24.de/product_info.php?products_id=102 <--- no new button :-( a idea ? thanks !
  4. By : Products - Delete ALL This error : 1146 - Table 'shop.additional_images' doesn't exist delete from additional_images [TEP STOP] why ? v4.0
  5. hello, my english is very bad. this is my problem : http://www.north-point.de/shopping/pollbooth.php/op/list the table ist to broadly... why ?
  6. http://www.north-point.de/shopping/articles.php/tPath/4
  7. Hello, my English is not good particularly I has the problem that my articles are not indicated left: http://www.north-point.de/shopping/articles.php/tPath/3 has someone perhaps taps? thank you!
×
×
  • Create New...