Friday,

Tutorials in egBusiness v2

Search:

Tutorials in egBusiness v2:

 

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++) {                $tt = rand(5, 70);                $tu = rand(3, 17);                imageline($image, $tu, $tt, $tt, $tu, $this->foreground_color);            }And this:            for ($i = 0; $i < 20; $i++) {  &...


You should enable at least 1 payment method and at least 1 withdrawal method. You can do it in Admin CP -> Configuration -> Payment and Admin CP -> Configuration -> Withdrawal


That is mean you havent upload the license file to the script directory. egBusiness need the license file to run, do the following: You must download the license file from your account area at egnsoftware.com (My products -> Access product) If you have not filled the domain license, you must create one Scroll down, Then you should download the license/product package After download completed, extract the zip package "egn.egbusiness.license.zip" After extracted, you will find the license file "eg_license.php" Then, upload the license file "eg_license.php" to your web hosting, this file must uploaded to the egBusiness root path.Example : If you install egBusiness in "/home/username/public_html/" then you must upload the license file to "/home/username/public_html/eg_license.php" .If you install egBusiness in "/home/username/public_html/myscript" then you must upload the license file to "/home/username/public_html/myscript/eg_license.php" Run the scrip...


You must create a POST form point to "members.php?pa=payment", and include the following form values: 1. paysys = "alertpay" or "paypal" or "libertyreserve" or "accountbalance" 2. do = "payment" The paysys value is the payment plugins name. You may find the name in "/includes/plugins/payment".


To add Sponsor's contact detail to the replicated page you must add the Templates Variables on your html like : {$sponsor.name} => Sponsor's name {$sponsor.username} => Sponsor's username {$sponsor.email} => Sponsor's email {$sponsor.phone} => Sponsor's phone {$sponsor.city} => Sponsor's city {$sponsor.state} => Sponsor's state {$sponsor.address} => Sponsor's address {$sponsor.zip} => Sponsor's zip {$sponsor.country} => Sponsor's country {$sponsor.country} => Sponsor's country


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 setting is only needed to calculate the monthly benefit. Point system (optional) It is an additional bonus which you can give to member, this point can be used to give rewards/bonus to the Best member. Example member who has succeeded in collecting 1000 point will get a "Laptop", 500 point will get "Lcd Monitor", etc... Level Commission It is a bonus which will be gained by your member for every growth that occurs on the network. To add level commission, press " Add level ...


1. Payment Registration/Membership fee Setting: Admin CP -> Configuration -> General Payment Method Setting: Admin CP -> Configuration -> Payment Please determine several payment methods which you will receive on your web. Make sure you are "Enable" for the payment method. If you want to add fee on certain payment method, then the membership fee which must be paid by member is Join cost + Payment Fee. Every payment gateway can have different fees. 2. Withdrawal General Setting Setting: Admin CP -> Configuration -> General Withdrawal method Setting: Admin CP -> Configuration -> Withdrawal You can use several Withdrawal methods by doing configuration on other payment gateway. 3. User Paid Out / Withdrawal Withdrawal request Member must do withdrawal request in member area after they have enough balance/account, as prescribed in Admin CP. After member did the withdrawal request, egBusiness will: -. Send email to Ad...


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('withdrawal_hsbc_name') != ''?get_config_value('withdrawal_banking_name'):'HSBC Bank Transfer', 'description' => 'Manual withdrawal', 'enable' => get_config_value('withdrawal_hsbc_enable' ))); Open hsbc.php with your favorite text/php editor, and replace "banking" words using text replace (replace all) to "hsbc" Example: $db = get_config_values( 'withdrawal_hsbc_name, withdrawal_hsbc_holder, withdrawal_hsbc_number, withdrawal_hsbc_info, withdrawal_hsbc_enable, withdrawal_hsb...


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_config_value('payment_hsbc_name') != ''?get_config_value('payment_hsbc_name'):'HSBC Bank Transfer', 'description' => 'HSBC Bank Transfer', 'public' => 1, 'enable' => get_config_value('payment_hsbc_enable')) ); Open hsbc.php with your favorite text/php editor, and replace "banking" words using text replace (replace all) to "hsbc" Example: $db = get_config_values( 'payment_hsbc_name, payment_hsbc_holder, payment_hsbc_number, payment_hsbc_info, payment_hsbc_enable, paym...


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 to replace. For example, you want to replace text "Register" on signup page to "Join". Line in en.php will be : define ('_BUTTON_REGISTER', 'Register »'); then change to: define ('_BUTTON_REGISTER', 'Join »'); More example: define ('_BUTTON_ADD_MEMBER', 'Add member »'); change to: define ('_BUTTON_ADD_MEMBER', 'Register member »'); Now visit the registration page http://www.example.com/egbusiness/join.php page and you should see changed text. If not, ...


Pages: 12

 

Popular Tutorials:


Testimonial

June 12, 2014
Charles Thomas from Usa:
 Hello, this is Charles over at stage-3 and I wanted to say thanks for all your support. I'm new at operating my business online and boy an I learning something new. Thanks to the support from EGN I was able to get the site up much faster. I have a long way to goand I know I can count on them when I need help. Thanks Guys, Charles Thomas aka....The Mail Man 

Latest News

January 27, 2023:
An update of egMLM + Revenue Sharing is available (v1.1). egMLM + Revenue Sharing is getting better with improvement and new features such as: Improvement with Member Area security Improvement with new member Regular matrix placement Improvement with Templating system Improvement with Binary Genealogy Tree Improvement with Add downline on page Binary Genealogy Tree Fix problem with email validation on new member registration And other improvements and fixes, please visit demo of egMLM + Revenue Sharing to see more.   Download your copyThe update is available to download in your account area and update instruction is available in product tutorials. Please log in to your account area to access them.   Best regards, EGN Software 
June 16, 2022:
A new version of egMLM now available, The current version is 2.0 and egMLM is better with improvement and new features such as: New account functions: Add new options in Admin area on Downgrade members and Delete members, Admin can choose how the system manage the position in the network. New Network configuration: New member position in Binary Network, now Admin can configure the default option for new members position in the Binary tree: Automatic Outer Left or Right, Automatic Pair Left/Right, Position Left or Position  Right New withdrawal plugin: Metamaskwallet - Working with Binance Smart Chain and the custom tokens New template: Template4, New layout position and work with multi language features provided by gtranslate.io, so your website will work with many language translation. And other improvements and fixes, please visit demo website to see more...   Download your copyThe update is available to download in your account area and update instruction is available in product tutorials. Please log in to your account area to access them.   Best regards, EGN Software 
March 24, 2022:
We are pleased to release a new software in lineup of EGN's products: egMLM + Revenue Sharing egMLM + Revenue Sharing is a Multi Level Marketing Software that you use to build your Network Marketing Business/ MLM business and also provide Revenue Sharing or Investment Plans to your members on the same website. egMLM + Revenue Sharing allow you to configure custom networking pay plans and compensation rule such as Binary plan, Pairing bonus, Matching bonus, Unilevel matrix, Revolving matrix, Regular matrix, Pool bonus, Reward bonus, Pass-up bonus, Sponsor bonus, Reward point, etc. egMLM + Revenue Sharing is also  includes necessary features like Advanced Revenue Sharing Program with configurable and unlimited plan, Multi Membership/ Enrollment packages, E-wallet, managing distributors & downline members, Ranks, handling MLM leads, processing commissions & payouts, track sales volumes, statistics, ePIN, eCopupon, ecommerce/Online Shop/ Shopping cart and many more. Product's details please click here... To visit demo site, please click here...   Good luck for your business and Best regards, EGN Software  
March 12, 2022:
A new release of egMLM now available, The current version is 1.9 and egMLM is better with improvement and new features such as:   New design for Frontpage, Admin area and Members area - Now look better with Mobile/ Responsive template design 4 new free templates with new and unique design New template "Members Only" : to use egLM to manage members only and use wordpress or other CMS software as the frontpage Change the php version requirement to version 7.2 or higher Ready to work with Mobile App (In development progress) New payment plugin: Payex - Malaysia payment gateway ( https://www.payex.io ) New payment plugin: Paytm - India's largest mobile payments and commerce platform New payment plugin: Nowpayments - Receive online payments in crypto New payment plugin: Metamaskwallet - Working with Binance Smart Chain and the custom tokens New look of Genealogy Trees, look better and responsive design. Correction with Cron task timing Add more option to enable/run feature Revolving Matrix Update PHPMailer to the latest version available Update many functions to run more efficiently and upgrade security functions And many other improvements and fixes, please ... 
January 2, 2022:
It is a pleasure doing business with you, thank you for all the trust and work on us, we are looking forward to a new year filled with plenty of work and opportunities from you, once again wishing you a Happy and Prosperous New year! Get discount 22% and more on purchasing EGNSoftware products, enter promotional code 02012022 during checkout. Order now...    Stay Safe and Healthy, EGN Software     

Accepted Payments