Dynamic Image Resize

Dymanic Image Resizer

Veröffentlicht unter OSc Contributions | Hinterlasse einen Kommentar

web.config file to protect against unwanted files being executed in/from the images folder (Windows IIS 7,7.5,8)

Windows IIS 7,7.5,8 Image Dir Hack Protection

Download unzip and place the web.config file in your oscommece image directory to block files such as .php. To add additonal extensions add additional lines to the code.

<add fileExtension=".ADDext" allowed="false" />

web.config file source code:

<configuration>
<system.webServer>
<security>
<requestFiltering>
<fileExtensions allowUnlisted="true">
<add fileExtension=".inc" allowed="false" />
<add fileExtension=".php" allowed="false" />
<add fileExtension=".htaccess" allowed="false" />
<add fileExtension=".htpasswd" allowed="false" />
<add fileExtension=".js" allowed="false" />
<add fileExtension=".ini" allowed="false" />
<add fileExtension=".phps" allowed="false" />
<add fileExtension=".fla" allowed="false" />
<add fileExtension=".psd" allowed="false" />
<add fileExtension=".log" allowed="false" />
<add fileExtension=".sh" allowed="false" />
<add fileExtension=".pl" allowed="false" />
<add fileExtension=".cgi" allowed="false" />
<add fileExtension=".jsp" allowed="false" />
<add fileExtension=".sql" allowed="false" />
<add fileExtension=".txt" allowed="false" />
</fileExtensions>
</requestFiltering>
</security>
</system.webServer>
</configuration>

Veröffentlicht unter OSc Contributions | Hinterlasse einen Kommentar

Cost Shipping in Shopping_cart Frais de port dans le panier

Correction de bugs et installation plus facile en 10 minutes.

Veröffentlicht unter OSc Contributions | Hinterlasse einen Kommentar

Facebook Connect PHP SDK version 3.0.0 with osCommerce

Facebook Connect PHP SDK version 3.0.0 with osCommerce
Facebook acaba de actualizar su PHP SDK a la versión 3.0.0. y también ha actualizado no hace mucho su sistema de autorización y autentificación al protocolo OAuth 2.0.
Este es el resultado de la modificacion de la version de facebook connect para oscommerce.
hilo soporte en español: http://comercianos.com/facebook-connect-dejo-de-funcionar-t1381.html

JAM tenispadel.com.ar

Veröffentlicht unter OSc Contributions | Hinterlasse einen Kommentar

Free Shipping Per Product

Fixed one instruction.

Also added language when only one shipping option available after deducting free shipping products.

Veröffentlicht unter OSc Contributions | Hinterlasse einen Kommentar

ATOS v1.0

Cette contribution permet aux clients de payer par carte bancaire, la solution ATOS est un TPE proposé par un grand nombre de banques (banque populaire, société générale, la poste, crédit agricole, bnp paribas, …), cette version est sous licence GPL.

Cette version de ATOS V 1.0 renferme 2 versions :

1) Le dossier atos_v1.0_avec_retour_automatique_boutique renferme une version avec un retour automatique à la boutique après le traitement de la transaction.

2) Le dossier atos_v1.0_classic referme une version classique de ATOS sans retour automatique à la boutique.

Cette version est compatible PHP5+

Veröffentlicht unter OSc Contributions | Hinterlasse einen Kommentar

Wepay checkout 1.0

Wepay Plugin 1.0

Allows you to use a Wepay account to accept payments easily online thru your oscommerce installation. Easy install, drag and drop. Activate the payment module and set your API credentials. To get API access see www.wepay.com/developers

Veröffentlicht unter OSc Contributions | Hinterlasse einen Kommentar

overlay pics

Credited to Pedro Vasconcelos who contributed this simple BUT
fantastic effect.

The modification of PHP code can also applied for osc2.2.x

"spaghetti code" FREE !!!

Veröffentlicht unter OSc Contributions | Hinterlasse einen Kommentar

Quickly Update Product Stock

Full Package

Quick Stock Update v3.8.5

Spanish Language Added

Tested in osc 2.3.1

Veröffentlicht unter OSc Contributions | Hinterlasse einen Kommentar

All Manufacturers

This contribution adds an alphabetized list layout option to the all-manufacturers contribution. You can choose to control the number
of columns to show (or let the program choose), the width of each column and the alignment (CSS text-align values) for each column.

Please note:
There are still a couple CSS quirks with regards to the borders and overall layout. I don’t have the time to track these down, but
just so you are aware.

The Alpa-Split php and html are sound though.

Veröffentlicht unter OSc Contributions | Hinterlasse einen Kommentar