Jobs By Category:
.NET
3D Rendering
Academic Writing
Access DB
Accounting
Accounting/Bookkeeping
ActionScript
Active Directory
Adobe
Advertising
After Effects
Ajax
Algorithmic
Amazon Web Services
Android
Animation
Apache
Architecture
Art & Craft
Article
Article Rewriting
Article Submission
Articles
ASP
Asterisk PBX
Astroturfing
Auction
Audio Services
Audio Transcription
AutoCAD
Automotive
Azure
Banner Design
Biology
Biotechnology
Blackberry
Blog
Blog Install
Blog Posting
Boonex Dolphin
BPO
Branding
Building & Architecture
Building Architecture
Bulk Marketing
Business Analysis
Business Cards
Business Plans
Buyer Sourcing
C Programming
C#
C# Programming
C++ Programming
C/C++
CAD/CAM
CakePHP
Captivate
Caricature / Cartoons
Cartography/Maps
Catchy
Chemical Engineering
Christmas
Chrome OS
Cisco
Civil Engineering
Classifieds Posting
Clone
Cloud Computing/EC2
CMS
Cocoa
Codeigniter
Cold Fusion
Computer Security
Conceptual Design
Construction Monitoring
Contracts
Copywriting
Corporate Identity
Craigslist
CRM
Cryptography
CSS
Customer Support
Customization
Data
Data Entry
Data Processing
Data Scraping
Dating
Delphi
Desktop Support
Django
DNS
DotNetNuke
Dreamweaver
Drupal
E-Commerce
eBay
eBooks
eCommerce
Editing
Electrical Engineering
Electronic Forms
Electronics
Email
eMarketing
Embedded Software
Engineering
Erlang
ERP
Excel
Expression Engine
Facebook
Fashion Design
Fiction
Finance
Finance Research
Financial Markets
Finite Element Analysis
Fiverr
Flash
Flex
Forum
Forum Posting
Forum Software
Game Design
Genealogy
Geology
Ghostwriting
Google Analytics
Google App Engine
Google Go
Google Wave
GPGPU
Grant Writing
Graphic Design
Groupon
Handheld
Handheld / PDA
Home Design Drafting
HP Openview
HTML
Human Resources
IIS
Illustration
Illustrator
Image
InDesign
Industrial Design
Installation
Insurance
Interior Design
Internet Marketing
iPhone
iSeries / AS400
J2EE
Java
JavaFX
Javascript
Joomla
jQuery
jQuery / Prototype
JSP
LaTeX
Layout / Formatting
LDAP
Leads
Legal
Legal Advice
Legal Research
Link Building
LinkBuilding
Links
Linux
Logo Design
Long Term
Mac OS
MacOS
Magento
Magneto
Management
Manufacturing
Market Research
Marketing
Materials Engineering
Matlab/Mathematica
Maya
Mechanical Engineering
Mechatronics
Medical
Medical Writing
Metatrader
Microcontroller
Microsoft
MLM
MMORPG
MODx
MS Access
MS Exchange
MS Expression
MS SQL
MS Windows
mSQL
MSWindows
Multimedia
Music
MySpace
MySQL
Nokia
Objective C
Oracle
Order Processing
OsCommerce
Packaging / Covers
Palm
Patents
Paypal API
PCB Layout
PDF
Penny Auction
PeopleSoft
Perl
Perl/CGI
Phone Support
Photo
Photo Editing
Photography
Photoshop
Photoshop Coding
PHP
PLA / SCADA
PostgreSQL
Posting
Powerpoint
Presenter
Print
Printing
Product Descriptions
Product Sourcing
Programming
Project Management
Project Scheduling
Proofreading
Protoshare
PSD Coding
PSD to HTML
PSD2CMS
Publishing
Python
Quantum
Quantum Computing/Physics
QuarkXPress
Quickbooks/Quicken/MYOB
REALbasic
Recruiting
Rendering/3D
Report Writing
Research
Reviews
Ruby/Ruby on Rails
Sales
SAP
Scientific Research
Script Install
Script Installation
Search Engine Optimization
Second Life / Virtual Worlds
Security
SEM / Adwords
SEO
Sharepoint
Shell Script
Shopping Carts
Silverlight
Slideshow
Social Engine
Social Networking
SocialEngine
Software Architecture
Software Testing
Solidworks
Sports
SQL
Stationery Design
Statistical Analysis
Structural Engineering
Supplier Sourcing
Support
Symbian
System Admin
System Admin.
System Administration
Tax
Technical Support
Technical Writing
Telemarketing
Template
Templates
Test Automation
Testing / QA
Training
Transcription
Translation
Travel Writing
Troubleshooting
Tutoring
Tutoring / Education
Twitter
Typography
UML Design
User Interface / IA
vBulletin
Verilog / VHDL
Video Broadcasting
Video Services
Video Uploading
Virtual Assistant
Virtual Reality
Visio
Visual Basic
Voice Talent
VoIP
Volusion
Web Promotion
Web Scraping
Web Search
Website
Website Design
Website QA
Website Security
Weddings
Windows
Windows Mobile
Windows Server
Wireless
Word
Wordpress
Writing
XHTML
XML
XXX
YouTube
Zen Cart
Zend


Thousands of experts bid on your personal project at ScriptLance.com

Forced Matrix/mlm Script

Required skills: Website Design, PHP, MySQL

Outsource your programming projects at ScriptLance.com today - Free signup



I am currently working on a forced matrix/MLM site, and need some help with the registration, login and parts of the members area.

The matrix will have a fixed width of 5 people, and makes the member earn from referrals 6 leels deep. When a user signs up without beeing referred, that user must be placed automatically in the matrix. If one level is filled, the user must be placed in the next level. Else the user will be placed below the referring user (there'll be a field in the registration form where the user can enter the username of the one referring him/her).

I need someone who can do the following:

1) Code the registration process that will insert the user-entered info into a MySQL database table ('members'). Must include an activation bit where the user has to click on a link in an email to finish the registration (by setting 'activated' from default 0 to 1 in the database 'members' table). The registration form must use CAPTCHA to prevent bots from spamming it. In addition, I want to protect from multiple signups by only allowing 1 signup per IP.

2) Code the login part (including setting the session variables).

3) Code the following pages of the members area:

Account overview
Let the user see what information has been stored about him/her

Edit details
If the user wants to change his/her email address, password etc.

Sponsor info
Misc. information about the user's sponsor/referrer, plus a form that enables the user to send his/her sponsor an email directly from within the members area.

Withdraw funds
Where the user can request a withdrawal (this will happen externally from the site by manual bank wire). If requested, the amount must be deducted from the user's account balance, and the request must also be inserted into a database table ('withdrawals') as pending. Also validate against the database to check if the user has sufficient funds.

Matrix overview
Self-explaining. Let the user explore his/her entire downline. I thought this as an AJAX implementation that can expand/close dynamically so that the user won't have to load the page a million times, but I'm open for other suggestions.

Log out
Kill the session and return to main area of site.

Close account
Let the user be able to delete his/her account totally and remove the user from the database. If so, the matrix need to be rebuilt in a way that fills out any hole the closed account leaves behind. E.g by moving a user from the next level up OR by inserting the next signup in the closed account's place.

4) IPN script for LibertyReserve. To update the database by setting the 'paid' column in the 'members' table from 0 to 1 when a payment is made.

No payments to the upline must be done until membership fee is paid. Then, upline payments must be done in real-time, and not in a scheduled cron job.

The 'members' table can be modified to fit any necessary needs for the coder.

That's mostly it, except this must also be implemented to a design I've allready made.

That is the project. What I have written here is not final, so any modification ideas or suggestions from the coder will be taken into serious consideration.

The hired coder must have good english/communication skills and be available on msn every day. I only accept bids from experienced coders with good reviews.

All code must be secure against XSS and SQL injection attacks. I don't want any GET-variables in the URLs unless they are absolutely required to make it work. Clean code with no fancy and over-complicated stuff :))

Maybe this was a well over-done description, but I want you to know what the project takes before placing any bids.


Posted In:

Website Design

PHP

MySQL



Related projects:

Make A Forced Matrix Script Fo


-Create Redemptions offer for Members
User Area:
-Download Ebooks
-Select or View Logos and Banners to refer other
-Select or View Text Advertisements to refer other
-Edit their information
-Delete their Account

This must be 100% originally script made by you with a unique design!(I don't accept cloned scripts)
If you can, make a demo for this!
Sent me PM with your with details of your experience and other questions!
Thanks!

Forced Matrix script+ by Scriptman1

hen creating a new user account, the user is sent an email with a verification code which is used to verify that the email address is real.
Member can view there referral link on the member area (with a banner to promote).

Check this to get an idea of ho this work.
http://www.ajsquare.com/products/matrix/demo.php
http://www.yourfreeworld.com/script/companyforcedmatrix.asp

I will not pay for this before I have approved the work done.

Forced Matrix script by Scriptman1

to get an idea of ho this work.
http://www.ajsquare.com/products/matrix/demo.php
http://www.yourfreeworld.com/script/companyforcedmatrix.asp

Additional information submitted: 05/22/2006 at 14:44 EDT:
I will not pay for this before I have approved the work done.
I will pay for your work bye Uniclear
The rights to this script are mine after paid.

Forced Matrix Script Required  

ch Script for me, then we will talk about payment further.

Forced Matrix Script

ide.

For every person introduced - each level up (for 3 levels) would get 25 credits commission for that persons paid fees as long as those people in up line stay active. If up line person goes inactive commission goes to next level up that is active ...

Hope that helps - if you are not familiar with Multi-Level Marketing it will be harder to understand...

The script must be written in PHP with joomla extensions(arguments)

Thanks
Dennis

Downline Builder With Forced Matrix And Email Submitter

er forced matrix script whereby visitor will be invited to join for free to build a team of 5 people .Once they had 5 people they are required to sign up for the GDI premium membership or else their account will deleted. THe website also has venues for members to shares ideas on how to look for leads or other marketing toools to promote this website. This website also comes with tools for the admin to post adverisement from third party.It also come with bulk email submitter



Forced Matrix For Downline Buider

I am looking for forced matrix script n x n with installation to build downline for MLM program such as Global Domain International.Members are free to sign up with name and email address,contact number and paypal address Admin has full control but members is not able to view downline detail except their name . I do not have ground knowledge about PHP,CGI or any other programming stuff so i need installation

Complete Forced Matrix Script

nd none of them can handle my program's features. Especially the matrix compression seems to be a breaking point with many scripts out there.

Only bid or contact me if you are a experience programmer, not if you are a newbie.

I think you get the picture of what I am looking for.

Thanks for reading and let me know if you are the person or company I am looking for by placing a bid or contacting me.

Regards,

Dave Taylor
TSB Admin

Forced Matrix Script

e should be as automated as possible. Shoudl have basic things for a site , home, login, sign up, faq, help/contact.

A very similar site but they do 7 level referal system is: http://7dollarsmagic.com , you can just check and see how that site works if i missed some information .

I would like a fully functional script that I can try it out on a website. I hope somebody can do one or that might have already a very similar one reasonably.

Thank You

Thanks

Ad Exchange With Forced Matrix

o they get placed into the matrix under their referrer in the next available position
When a member upgrades to pro the payment processor
Member can see graphical display of their downline as well as name/usernames
Earnings from matrix are kept and displayed separately from commissions earned from Paid to Click ads
Matrix fills from left to right
Ability to Set the Membership Subscription Period in number of days ie 7 for 1 week, 30 for 1 month, 365 for 1 year

Forced Matrix Databse

layed on my website.

This work will consist of the following areas:

Registration Form Control
Database MySQL
Membership Account Section
Admin Section

Only experienced MySQL and Membership programmers please.
No payment ecommerce work is involved. This is strictly for
contact purposes and contact management.

Your recommendations are appreciated.

See the attached file and the listed website for example.


Forced Matrix Script Work

I am looking for a programmer to do some scriptwork on a http://www.script4profit.com script.

PMB me for details on what I need done.

Thanks.

A 2x12 Forced Matrix Script by dsolution06

ance from commissions
payout via debit card/check payout/wire transfer
replicating website for users id number for pre-enrollee/ username for members
add/edit/remove products and commissionable prices
add/edit/remove monthly autoship for users
contact manager for all downline
leadersboard - most referrals month / year
add/edit/remove testimonials
support materials upgrade - customizable via user(pdf) via fdf file form
ticket desk - osticket

NxN forced matrix

Need a 2x9 forced matrix script written in PHP and using MySql database.

making it with comments in script so I can change the script to meet my needs..

I have included a pic of the tree.

I need it within 1 month


Forced matrix

I am looking for a forced matrix script. that would allow a 3x5 matrix. egold only and each person gets paid imediatly. also secure so people can bypass the flow..

I do have an egold matrix script right now so you could work of it too the place i got the script is here onlyscript.info/product_info.php?cPath=1&products_id=9

its very basic and people can bypass the payments and I do not think its a forced matrix.

Thank you for your time
Patrick

Create an MLM forced Matrix script with rewards

First what I am looking for is something that has not been done before but it is based on something that has been done before. I am including the details of this project in the file that is attached. Please read it for details and bid only if you are clear on what I am trying to accomplish. Please let me know your time frame for project completion as well.

Downline Builder For Gdi

cript whereby visitor will be invited to join for free to build a team of 5 people .Once they had 5 people they are required to sign up for the GDI premium membership or else their account will deleted. THe website also has venues for members to shares ideas on how to look for leads or other marketing toools to promote this website. This website also comes with tools for the admin to post adverisement from third party.I have my own website and domain from GDI wih hosting storage of 1GB

Forced Matrix Script 10 X 10  

web site for me.

PHP coder needed  

s from their panel
- alertpay module to be added

Don't ask for upfront payment, it won't be done, since I already paid the previous coder and jobs has not been done, payment will be made on site launch wich is espected on january 03rd 2010 can be delayed by a week)

This job can end up to a long term job, so applicant must be serious

coders from europe will be favourite but not a must, will accept coders from anywhere is serious.

Content

professional written and designed content for a forced matrix script
Must be original


Post your own project on getafreelancer Search for scimilar work on getafreelancer
Post your own project on scriptlance Search for scimilar work on scriptlance
Post your own project on eufreelance Search for scimilar work on eufreelance

Post and Bid on projects! Join EUFreelance.com for free!

Get custom programming done at GetAFreelancer.com!




Currently viewed: "Forced Matrix/mlm Script"