Social Media Followers Script - How to get more followers on Twitter
Would you like to have thousands of Twitter followers?
Then this is something for you! This script will let users sign up for more Twitter followers using their own referral page. For every new user signing up everyone else in the downline will get a new follower causing users to get almost 20,000 followers after a few levels.
Every time someone signs up they also get the option to follow you (the script admin), which means that all users referring their friends and blog visitors will also generate more followers for you.
This script is working very well for everyone that joins, but it works much better for the admin (could be you if you buy it)!
Some of the features
We offer 3 versions of this script: Free, Paid, and a Developer verion including the source code.
Free
Paid
Developer
Price
Free
$70
$1200
Email support
No
Yes
Yes
All users will be offered to follow your Twitter account
Yes
Yes
Yes
You can set a "thank you" direct message to be sent to all users that follow you via the script
Yes
Yes
Yes
You can set up to 6 default Twitter accounts to be offered to users to follow if you don't have enough signups yet
Yes
Yes
Yes
You can set 5 VIP users for people to follow. A VIP user is a user anyone signing up will have to follow, in addition to the downline
No
Yes
Yes
You can force the users to follow your own Twitter account or you can give them an option so they can select if they want to or not
Yes
Yes
Yes
You can change the message tweeted by all users that sign up to your own wording
Yes
Yes
Yes
A link shortener service can be used to create short referral links for your users
No
Yes
Yes
You can change all text messages to your own
Yes
Yes
Yes
Search engine friendly links can be used if you have mod_rewrite
Yes
Yes
Yes
You can change the header and footer of the script so it looks like the rest of your site
Yes
Yes
Yes
Link to our site in the footer
Yes
No
No
Ads in the footer of both the signup page and the thank you page
Extract the files and open /scripts/config.php in a text editor. Start doing your changes in the file:
Fill in your database details in these variables. If you need help finding them out contact your web hosting provider. The database must have already been created before you can run the setup script.
$twittertable - This is the prefix for the tables that will be created in your MySQL database.
Save /scripts/config.php and upload all your files to your web server.
Chmod twittercc.php 777 (writeable). Read more on how to do that here.
Run the setup script admin.php for more instructions on how to customize your script.
If you need help with the installation, please visit our support forum at forum.xaviermedia.com.
How to upgrade from Free to Paid version
Pay for a license using the link in the admin area and then just fill in the license key/ticket/order number you get from Clickbank in the field for license keys in the admin area. You don't need to re-install the script at all.
mod_rewrite
mod_rewrite is an Apache module that makes it possible to rewrite URLs (redirect URLs to a specific script). This is used in our script to rewrite urls like www.sampleaddress.com/directory/something/ to www.sampleaddress.com/script.php. The user will never notice this because www.sampleaddress.com/directory/something/ is still visible to the users (and search engines). This makes the URLs nicer looking and search engine friendly.
If mod_rewrite is missing on your server you can still use this script but your URLs will look like www.sampleaddress.com/script.php?directory=something instead.
How do I change the layout of the script?
You can change the layout of the script by editing the two files called header.php and footer.php found in the folder called "scripts".
All the text messages used in the script can be changed in the file called texts.php (also found in the folder called "scripts"). Please read about parse errors below before you edit any texts, and don't forget to do a backup of the file before you start.
Setup errors
Did you get an error during the setup? Make sure you don't have a table named same thing as the bale you're using in the config file already.
Check in your config.php file for the value for $twittertable. As standard value this is set to "twitter_". If you already have a table called twitter_followers in your database you will have to change $twittertable in config.php to something else, or drop the existing table before you run the setup again.
Script Error 404
If you get this error you need to check the Script Location in the admin area. Do not include a slash, "/index.php" or "/admin.php" at the end of the script location!
Parse error
Parse error: syntax error, unexpected T_STRING in /home/sample/public_html/followers/scripts/config.php on line 36
One possible cause for this is the config.php file. Please have a look in the fields you've changed to see if you've entered a ' without a \. In the example above you should be able to find the problem on line 36 in the config.php file. All ' inside variable texts must be written as \'.
Can I remove the link to you and the ads in the script?
Yes, just upgrade to the paid version and fill in the license key in the admin area. Both the link to our site and the ads will then be removed once you save your new license key.