Popular Tutorials:
Yes, if you need EGN Staff to change your website design. Please contact us or submit Professional Service request in EGN members area. Please provide details of you need such as the layout, colors, logo, text or any things that you want to use on your website, then please wait till we reply you with the cost and time frame to done the project.
Do the order for the product you want to buy at http://egnsoftware.com/order , Fill in the product that you want to buy, then press "Check Out" button.
Next, you will be brought to check out page to confirm your purchase.
If you had registered as our member before, please fill in your Username and Password to login to member area on "Member Only" section. But if you are not registered yet on our website, Please klik link "Register and do payment".
Then you will be brought to payment page, y...
egBusiness is a multi-languages program. For easy translation, all phrases/messages for customer side of egBusiness are contained within language files inside egBusiness/languages/ folder. If you would like to change text that is displayed, do the following:
Open file for your language in egBusiness/languages/ folder, for example for English language it will be file named egBusiness/language/en.php
Now open file egBusiness/language/en.php and using text search to find a phrase you would like...
All frontend (user-side) messages are located in a single file and can
be easily translated. It is even possible to enable several languages
and user will be able to choose interface language while navigating on egBusiness pages.
How To Translate messages?
Go to egbusiness/languages/ folder. You will see existing language files.
Copy file en.php to, for example it.php (use your language common abbreviation)
Copy file en.inc.php to, for example it.inc.php (again use common ab...
Payment plugins folder are located at "egbusiness/includes//plugins/payment/". To create a new payment plugin do the following:
Copy "banking" folder to the new bank's name, for example "hsbc"
Rename files :
1. banking.inc.php to hsbc.inc.php
2. banking.php to hsbc.php
Open hsbc.inc.php with your favorite text/php editor, and replace "banking"
words using text replace (replace all) to "hsbc"
Example:
add_paysystem_to_list(
array(
'paysys_id' => 'hsbc',
'title' => get_con...
Withdrawal plugins folder are located at "egbusiness/includes/plugins/withdrawal/".
Do the following:
Copy "banking" folder to the new bank's name, for example "hsbc"
Rename files :
1. banking.inc.php to hsbc.inc.php
2. banking.php to hsbc.php
Open hsbc.inc.php with your favorite text/php editor, and replace "banking"
words using text replace (replace all) to "hsbc"
Example:
add_withdrawsystem_to_list(
array(
'paysys_id' => 'hsbc',
'title' => get_config_value('withdraw...
To change your website design, you need to edit html templates file with your favorite html editor software. If you haven't got the html editor software, you can download it free on downloads page.
Finding the Templates
The templates which determine the appearance of the front end (that parts is visible to users) are located in the folder "themes/language_name/" . The templates which determine the appearance of the Admin Control Panel are located in "themes/language_name/admin" folder.
Exa...
egBusiness can work with 1 Tier or with multi level plan. To determine them, you
must do the configuration on Admin CP -> Configuration
-> General, like the samples below:
Then go to CP -> Configuration -> Commission, to determine commission
plan
Direct commission
"Direct sponsor commission" is commission which produced by people
who is successfull in sponsoring new member to join. "Admin commission"
is commission which gained by Admin for every new registration. This
s...
1. Unzip the distribution of the script. To do this you will need an unzipping utility.
2. Copy your license file (eg_license.php) to script folder
3. Using your favorite FTP client or webhosting control panel file manager, upload all files to root folder of your website. Depending on your hosting,it may be named "public_html", "www", "mainwebsite_html", "htdocs" or something like that.
4. Browse to http://www.yourdomain.com/install.php
5. Follow Web Based Setup script instructions; &nb...
Please login to members area, then access your product. Please see the picture
bellow:
Please fill out the details of your website and the installation, make sure
your website is ACTIVE and it is accessible
Available only for products which give a free installation bonus,
Installation process will be completed within 12-24 hours on
weekdays and 2x24-hour on weekends/ holidays,
Free installation only occur for 1 domain/license,
We ONLY do the job upon reques...
Change to bigger size:
On image search html code, change the captcha size, example:
img src="touring.php?width=70&height=17"
Then change it to :
img src="touring.php?width=90&height=25"
The captcha should bigger with width=90 & height=25
Change the captcha look or make it clearer:Edit includes/class.touring.phpthen search code like this: for ($i = 0; $i < 20; $i++) { &nbs...
What is a cron job?
The cron daemon is a long running process that executes commands at specific
dates and times. To schedule one-time only tasks with cron, use at or batch. For
commands that need to be executed repeatedly (e.g. hourly, daily or weekly).
How to start Cron
We will provide here instructions for CPanel-based control panel. I hope you
will be able to find equivalent controls if your hosting uses different panel
software.
Login into your webhosting control pa...
1. Signup
The procedure for signing up a new customer/member are as follows:
A user comes to the signup page (http://www.domain.com/join.php) and completes a signup form. User is asked to enter their first and last name and email address. They may also be asked to create a username and password and some personal information.
You may add more fields to signup form if you wish.
After completing the form, the user presses the "Register" button, egBusiness will save new member's data on datab...
egSuperMatrix can work with any stage, the configuration is available in Admin area -> Configuration -> Network -> Stage matrix. Configuration for each stage can be set unique or different with others.
Example configuration:
Stage name : Bronze Matrix width : 2 Matrix deep : 2 Cycle entries : 1 Cycle bonus ($) : 30 Cycle point : 30 Ref. Cycle bonus ($) : 5 Level commission ($) : Level 1 : 1 Level 2 : 2
From the con...
Company matrix is another matrix beside Multi stage matrix, the purpose of this matrix is to create another earnings for your members e.g. for recruitment. Each time new members upgraded they will placed to company matrix and will earn level commission in this matrix.
Company matrix can be turned On/Off in Admin area -> Configuration -> Network -> Company matrix.