Tutorials in egMLM + Advertisement

Search:

Tutorials in egMLM + Advertisement:

 

egMLM + Advertisement 1.4 is getting 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 Improvement with Advertisement features 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 Rev...


egMLM + Advertisement Version 1.3 come with changes: - Improvement with payment modules- Improvement of language detection from new visitors- Improvement with geoIP functions- Improvement with IPv6 logging system- New payment plugin: Authorize.Net- New payment plugin: Stripe- New plugin: Tawk.to Live chat- Improvement with Solo Ads display in Members area- New payment plugin: iPay88 Malaysia- New payment plugin: iPay88 Indonesia- New payment plugin: Paystack - Africa payment gateway   How to update?--------------------------------------We recommend to create a website backup before updating to this version.Download the product package in your account area, extract the ZIP file to local computer.Then replace on your web server:--------------------------------------- /public_html/eg_license.php- /public_html/modules/members/members_payment_thanks.php- /public_html/includes/eg_language.php- /public_html/includes/eg_payment.php- /public_html/includes/geoip/geoip.php- /public_html/i...


egMLM + Advertisement Version 1.2 come with changes: - Upgrade of Viral PDF (TCPDF)- Upgrade Smarty Template Engine to version 3.1.34- New function in members area: Apply ePin- Improvement with error & warning logging- Improvement with Captcha Code- Improvement with Sponsoring system- Improvement with feature Enrollment packages configuration- Improvement with time and fix problem with some timezone- Improvement with unilevel genealogy tree- Improvement with revolving matrix genealogy tree- Improvement with Ranks logging system- Improvement with multi language features- Improvement with coinpayments payment plugin- Correction on page pagination for payment logs- Fixing problem on deleting Admin logs on setting Automation- Fixing problem on reset Admin logs- Fixing problem on adding members to Rank- Fixing problem on deleting watermark image for classified ads   How to update?--------------------------------------We recommend to create a website backup before updating to this ve...


egMLM + Advertisement Version 1.1 come with changes: - Fixing problem on direction of membership payment in members area.- Fixing Paypal payment module- New payment & withdrawal plugin: Advanced Cash (AdvCash)- New payment & withdrawal plugin: PayFast - South African Secure Online Payment Gateway- New payment & withdrawal plugin: CinetPay - cinetpay.com- New payment plugin: paynup.com eGift Certificate- Removing closed payment gateways such as STP, Simplepay, etc...- Fix problem on Ticket login- Improvement with global strings processing- Improvement with language features   How to update?--------------------------------------We recommend to create a website backup before updating to this version.Download the product package in your account area, extract the ZIP file to local computer.Then replace on your web server:--------------------------------------- /public_html/eg_license.php- /public_html/shop.php- /public_html/ipn.php- /public_html/members.php- /public_html/includes/eg...


egMLM + Ads you can easily provide Advertising as your service and also selling Ads credits as the product. Here the list of Ads features of egMLM + Advertisement: Classified Ads, Banner Ads, Text Ads and Solo Ads Configurable Ads Option. Create unlimited ads package with the options such as Minimum cost, Members limitation, Display colors, Banner size, etc... Ads Bidding System. Set the minimum cost (in credits) and let your members decide how much they bid for ad impression, is the best strategy for advertisements. Selling Ad Credits. Your members are able to shop more Ad credits using their account balance and also earn network commissions. Great Classified Ads System with option to classsifed ads based on Category and Location, Ad detail, Ad comment, Ad share, etc... Network Commissions. Pay commission to sponsor and they network for Ad credits shops. Easy Ad placement. You can place ads anywhere! Easy... by writing simple code to any page you wish then the ads system will...


If you need additional Bank Transfer module for payment and withdrawal, please follow the instruction below: - First you need to download the module, Login to members area then access the file here... (banktransfer-modules.zip) - Once download completed, extract the file to your local computer (You will get 8 payment modules and 8 withdrawal modules), then do the following instruction:   #1. Bank transfer payment module: The directory is located in "/includes/payments/" in script directory. To add more modules for bank transfer payment: Upload files located in "/includes/payments/" to your server Go to Admin Control Panel -> Configuration  -> Payment, to configure Bank name and other information   #2. Bank transfer withdrawal module: The directory is located in "/includes/withdrawals/" in script directory. To add more modules for bank transfer payment: Upload files located in "/includes/withdrawals/" to your server Go to Admin Control Panel -> Con...


To add new custom php page in members area, please follow these instructions: 1) Php files for members area should be located in "public_html/modules/", So you may create the php file then save to public_html/modules/members_new_page.php , 2) Create html template file then save to public_html/themes/***tpl_name***/member/members_new_page.html , 3) Open public_html/members.php then add the page query:   case 'new_page':             require_once (DOCSPATH . 'modules/members_new_page.php');             break; This will allow you to set the url to members.php?pa=new_page 4) Open members_new_page.php then write your php codes, Use function "display_member_page" to output. Example: display_member_page('members_new_page.html'); If you have php variables to output, you may arrange them in array then include to function display_member_page. Example: $show_array = a...


egMLM + Advertisement is working with multi languages. For easy translation, all phrases/messages of egPowerLine are contained within language files inside folder "includes/languages/***language name***/".For example an English language:The translation files will be in "includes/languages/english/" and the folder might be contains:- admin (folder) - frontpage (folder)- member (folder)- admin.php (translation specific for Admin Area)- general.php (translation for general purpose)- member.php (translation specific for Member Area)- menus.php (translation for menus in installation; no need to change)You can also add more translation file, by knowing the rule:Translation file is work with the name of template file.Example: If you wish to add more text for "english" language in Member Area -> Account setting.The template file will be "member_setting.html" in folder "themes/***template name***/member/"Then create a translation file named "member_setting.php" in folder "includes/languages/eng...


egMLM + Advertisement is working with multi language and you can add new language as many as you want by duplicating the translation files. Please watch this video tutorial about "How to create a new language" to work with egMLM + Advertisement  


Requirements: 1. A webserver with php 7.0 or higher 2. ionCube Loader is required by PHP 3. CURL must be installed and be compiled into PHP 4. Php GD and imagettftext Library to run feature Captcha code 5. Cron job. Tutorial click here... 6. MySQL Database, MySQL User and MySQL password. Tutorial click here... 7. You must have sendmail or Smtp installed If you are unsure whether your hosting meets these requirements, please contact your host company for confirmation.   Script Installation: 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/index.php 5. Follow Web Based Setup s...


 

Popular Tutorials:


Testimonial

February 2, 2013
Zakaria Fathani from Casablanca , Morocco:
 My experience with script4profit was perfect, i receive a good support and a very good script quality. They are so professional and serious company ! I choose them for their fast support, it's necessary when you want to launch a big business as mine with a real company. We advice everyone who want a good script and run his own buisness to deal with script4profit, they are simply the best. 

Latest News

August 4, 2025:
We are happy to announce you that the newest version of egMLM is now available. The newest version is v2.4 and its comes with functions: Now working with PHP 8.2 Improvement with Clean URL functions Improvement string input and processing Improvement with online store checkout process Improvement with Rank rewards function & layout Improvement with Pool rewards function & layout Improvement with member tags for editing mails and contents Fix problem with email validation on new member registration Improvement with Admin & Member dasboard security Improvement with Templating system Improvement with Email sending And other improvements and fixes, please visit demo of egMLM 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 - Your best partner to build your success online business   
July 28, 2025:
We are happy to announce you that the newest version of egMLM with Revenue Sharing is now available. The newest version is v1.3 and its comes with functions: Now working with PHP 8.2 Improvement with Clean URL functions Improvement string input and processing Improvement with reward points Improvement with Rank rewards function & layout Improvement with Pool rewards function & layout Improvement with online store checkout process Improvement with member tags for editing mails and contents Fix problem with email validation on new member registration Improvement with Admin & Member dasboard security Improvement with Templating system 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 - Your best partner to build your success online business   
July 22, 2025:
We are happy to announce you that the newest version of egMLM with Advertisements is now available. The new version is v.15 and its comes with functions: Now working with PHP 8.2 Fix problem with email validation on new member registration Improvement with new member Regular matrix placement Fix problem with Pool bonus distribution New improved Admin and members dashboard Added BNB Smart Chain Metamask Wallet so total 30 payment plugins now available Improvement with error reporting Security patches for members area and admin area Improvement with TinyMCE content editor Improvement with Rank reward and Pool rewards Improvement with error reporting And other improvements and fixes, please visit demo of egMLM + Advertisement 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   
February 12, 2025:
An update of egMLM + Revenue Sharing is available (v1.2). egMLM + Revenue Sharing is getting better with improvement and new features such as: Now developed with PHP 8 Clean URL for frontpage & online store areas Improvement with design of Admin & Members dashboard, Frontpage and Store areas. Many new payment plugins and new method of payment method New method of withdrawal request to add more security Function to send text message by SMS or WhatsApp Text Message Security improvement on the shopping cart and the payment options. Security patches for members area and admin area Improvement with all Genealogy Trees Improvement Revolving matrix & Regular matrix Improvement with Revenue Sharing functions Improvement with TinyMCE content editor Improvement with Email Auto Follow Up Improvement with Admin functions & details Improvement with menus Improvement with Online store Improvement with error reporting 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 lo... 
January 22, 2025:
An update of egMLM now available, The current version is 2.3 and egMLM is better with improvement and new features such as: Now work with PHP 8 Clean URL for frontpage areas Improvement with design of Admin & Members dashboard, Frontpage and Store areas. Many new payment plugins and new method of payment method New method of withdrawal request to add more security Function to send text message by SMS or WhatsApp Text Message Security improvement on the shopping cart and the payment options. Security patches for members area and admin area Improvement with all Genealogy Tree Improvement with error reporting Improvement with TinyMCE content editor Improvement with Email Auto Follow Up Improvement with Admin functions Improvement with menus 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  

Accepted Payments