-
Content count
445 -
Joined
-
Last visited
-
Days Won
3
Everything posted by bonbec
-
I think that you have a problem with SSL All your links are http but when i call ezqwick.com the url is with https
-
Why do you have all those lines before the Doctype ? <base href="https://secure.buyfromben.us/oscommerce/"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> <script language="javascript"><!-- function popupWindow(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150') } //--></script> <!-- <link rel="stylesheet" href="lightbox/lightbox.css" type="text/css" media="screen" /> <script type="text/javascript" src="lightbox/prototype.js"></script> <script type="text/javascript" src="lightbox/scriptaculous.js?load=effects"></script> <script type="text/javascript" src="lightbox/builder.js"></script> <script type="text/javascript" src="lightbox/lightbox.js"></script> -->
-
Will OscV4 work with Windows? Unfortunately, this is not the case with TrueLoaded.
-
New management and osCommerce v4
bonbec replied to osCommerce-Official's topic in News and Announcements
https://www.oscommerce.com/Us&Team -
Loosing SESSION after checkout_shipping.php submit form
bonbec replied to ChiPoLy's topic in General Support
Personally, I replaced the sessions.php files from Ms2.2 by those from Osc 2.3. As a precaution, rename the old sessions.php files to sessions_old.php for example to be able to go back if things are wrong. -
Phoenix now has its own forum here The current version is 1.0.8.6. For help on PHOENIX, you must ask the question on their forum.
-
adding Url parameters and the Oscid
bonbec replied to douglaswalker's topic in osCommerce Online Merchant Community Bootstrap Edition
Perhaps like this : <a href="' . tep_href_link('product_info.php', 'products_id=' . $random_product['products_id']) . '?review=review">' . tep_image ... -
Perhaps : if(isset($_GET['page'])){ $manufacturers_split ... }
-
W3 osCommerce WIP
bonbec replied to Hotclutch's topic in osCommerce Online Merchant Community Bootstrap Edition
Defrosted version ? -
Updating to PHP8
bonbec replied to Hotclutch's topic in osCommerce Online Merchant Community Bootstrap Edition
Not exactly, what I'm suggesting keeps compatibility for versions of PHP <8 (for those who don't yet have PHP 8). -
Updating to PHP8
bonbec replied to Hotclutch's topic in osCommerce Online Merchant Community Bootstrap Edition
Perhaps like this (untested, I have to install Php8) ? : // handle magic_quotes_gpc turned off. if (PHP_VERSION < '8') { if (!get_magic_quotes_gpc()) { do_magic_quotes_gpc($HTTP_GET_VARS); do_magic_quotes_gpc($HTTP_POST_VARS); do_magic_quotes_gpc($HTTP_COOKIE_VARS); } } -
Defrosted osCommerce
bonbec replied to Hotclutch's topic in osCommerce Online Merchant Community Bootstrap Edition
@Hotclutch Ashley, that fixes the problem, thank's ! 😉 -
Defrosted osCommerce
bonbec replied to Hotclutch's topic in osCommerce Online Merchant Community Bootstrap Edition
Hello Valeriy, Defrosted is based on Bootstrap 2.3.4 Vanilla is based on 2.3.5 (like ClickShopping I believe) -
Defrosted osCommerce
bonbec replied to Hotclutch's topic in osCommerce Online Merchant Community Bootstrap Edition
Hello Ashley, Out of curiosity I installed your version. The content of the page is not displayed in the right place whatever the requested page. Php 7.4.14, The whole installation went well, all thumbs were green. The result is identical with FireFox 91 and Edge. -
Excuse me for asking the question, but if the person already have an access to the admin, what's the use of doing an XSS inclusion?
-
PayPal App 5.018 Express Checkout now gives generic "Things don't appear to be working at the moment. Please try again later." error
bonbec replied to cinolas's topic in PayPal
There is something else weird about your site. Precision, I am in France. I arrive on the site, it is "US Dollar" which is by default and the prices are all at 0. I click on "Canadian Dollar" and the price appears in Canadian Dollar. I click on "US Dollar" and the price appears in US Dollar. -
I also have an old Oscommerce on one of my sites (MS2.2) and Paypal is working fine. What is the link used in catalog / includes / modules / payment / paypal.php?
-
Help solving errors needed
bonbec replied to driven22's topic in osCommerce Online Merchant Community Bootstrap Edition
try to modify this line if (count($return['2'])) by if (count(array($return['2']))) And do the same thing every where you find the same error -
Help solving errors needed
bonbec replied to driven22's topic in osCommerce Online Merchant Community Bootstrap Edition
Put this line define('DIR_WS_INCLUDES', 'includes/'); before define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); and delete this line define('DIR_WS_INCLUDES', '/home/mystore/ftp/sklep4/includes/'); -
Help solving errors needed
bonbec replied to driven22's topic in osCommerce Online Merchant Community Bootstrap Edition
what is your line 11 ? -
Help solving errors needed
bonbec replied to driven22's topic in osCommerce Online Merchant Community Bootstrap Edition
Take a look to this : https://www.php.net/manual/en/migration72.php Pershaps you forgot to make some changes ? -
Seriously? Put an active link to your admin folder and make it public ... Delete this link and also hide the link in your screenshot. Immediately rename your administration folder. These are basic safety rules ...
-
Ici la langue est l'anglais, un message dans une autre langue a très peu de chance d'avoir une réponse. https://translate.google.fr/ pourra être d'une grande aide 😉 Petit conseil en passant, il est judicieux d'indiquer quelle version tu utilises. Here the language is English, a message in another language has very little chance of being answered. https://translate.google.fr/ could be of great help 😉 A word of advice by the way, it is a good idea to indicate which version you are using.
-
it's true 😉
-
Support thread for JcM Bank Transfer Payments V1.0 Phoenix
bonbec replied to JcMagpie's topic in General Add-Ons Support
@Fireflash Unfortunately JCM will not be able to help, he died of covid-19. https://forums.oscommerce.com/profile/152272-jcmagpie/?status=7635&type=status