We provide 128 gateways for 44 different systems

You can also request your own gateway now!

FAQ

Joomla url type menu items - hack

Subject: Allow URL type menus to be selected in Module config pages.
Joomla Version: Joomla version 1.0.12
File: includes/Joomla.php
Line: 4651 - comment
Line: 4688 - comment
Code Content:
// do not display `url` menu item types that contain `index.php` and `Itemid`
if (!($mitems_a->type == 'url' && strpos($mitems_a->link, 'index.php') !== false && strpos($mitems_a->link, 'Itemid=') !== false)) {

 

network solutions

To setup ioncube on network solutions you need to create a php.ini file in the /cgi-bin directory.

First you need to add the extension_dir entry

then the zend_extension entry

 

 

https information

When you install a payment gateway that allows the user to enter their credit card information whilst still on your site, you should install an ssl certificate and switch to https while they are entering their details for added user security.

In order to do this, the following will assist you.

For Digistore, ad agency and Registration Pro:

Unzip the installable plugin and edit the file named "install". Use any text editor like notepad.

Change the option reqhttps from 0 to 1

Then recreate teh Zip file and install.

For JContent Subscription:

Edit the file "add.php"

<FORM action="<?php echo $mosConfig_live_site; ?>/index.php" method="post">

to <FORM action="https://www.yoursite.com/index.php" method="post">

Of course the "yoursite.com" would be your domain name.

For JoomSuite member:

edit the file "form.php"   <form action="index.php" method="post" name="formsubscr" id="formsubscr">

to <form action="https://www.yoursite.com/index.php" method="post" name="formsubscr" id="formsubscr">

 

 

bluehost

First, you need to get a template php.ini with ioncube already configured in it. This can be accomplished by doing the following:
1. Login to your control panel
2. Choose "PHP Config"
3. Check the box labeled "IonCube" under "Install Default php.ini"
4. Click "INSTALL PHP.INI FILE".
That will place php.ini file with the name of php.ini.default in your public_html folder.

Second, you need to rename the file from "php.ini.default" to be "php.ini" and place into whichever folder you need IonCube installed.

 

dreamhost

Installing ionCube Loader on DreamHost

The first thing you need to do is to create a custom php.ini file.

To do this, you neeed to have ssh access, which should be accessible via your Control Pannel

Create a cgi-bin folder for your domain

mkdir $HOME/example.com/cgi-bin

Copy the default php.ini file

cp /etc/php5/php.ini $HOME/example.com/cgi-bin/php.ini

This is where you will need to use ssh:

Create the script wrapper

> cat << EOF > $HOME/example.com/cgi-bin/php-wrapper.cgi
>#!/bin/sh exec /dh/cgi-system/php5.cgi $*
>EOF

If you don't have ssh access: Create a file in the cgi-bin directory named php-wrapper.cgi

inside it put:

#!/bin/sh exec /dh/cgi-system/php5.cgi

Set permissions

chmod 755 $HOME/example.com/cgi-bin

chmod 755 $HOME/example.com/cgi-bin/php-wrapper.cgi

chmod 640 $HOME/example.com/cgi-bin/php.ini

Set up the .htaccess file

The .htaccess file is located in your document root at $HOME/example.com/.htaccess.

Add this to run .php files with your custom PHP wrapper:

AddHandler php-cgi .php
Action php-cgi /cgi-bin/php-wrapper.cgi

Action php5-cgi /cgi-bin/php-wrapper.cgi


 

 
SitemapReciprical LinksLinkXchange