
################################################
################################################
################################################
###                                          ###
###  ZilZil Proxy Site Listing Script v2.00  ###
###      http://www.zilzilproxy.com          ###
###                                          ###
################################################
################################################
################################################


ZilZil Proxy Site Listing Script is a proxy site listing script developed in PHP by ZilZil Team.
VISIT http://www.zilzilproxy.com for Demo


Features
==============================
+ Sell top proxy space (selected proxies) via Paypal.
+ Fully Search Engine Optimized
+ On or Off Backlink requirement to submit proxy.
+ Auto approval of proxy with or without backlink.
+ Auto approval of proxy right after payment in selected proxies via Paypal.
+ On or Off Captcha requirement to submit proxy.
+ Option to disable certain domains like '.tk' or 'co.cc'.
+ Automatic Tweeting of new sites right after submitting.
+ On or Off Auto Tweet.
+ RSS Feed.
+ Proxy tagging (good for SEO).
+ Define Maximum and Minimum Tag Size.
+ Make tags attractive by setting different colors for tags.
+ Option to add/edit/delete tags.
+ Easy to add/edit/delete proxy categories (Glype,CGI,PHProxy etc).
+ Proxy sorting based on categories.
+ Proxy sorting based on tags.
+ Automatic Sitemap with Categories and Tags.
+ Theme support. You may customize easily any css theme.
+ Easy to add custom pages.
+ Hits counter.
+ Proxy Submitted Age.
+ Admin Panel.
+ Easy add/edit/delete proxy sites in admin panel.
+ Free updates.
+ Full support from us at any script issue.



Installation
==============================
+ Edit the file 'includes/aa_dtb.php' with database details and site details.
+ Upload all files to your server.
+ Run the file install.php and Click the button Install.
+ Delete this file (install.php) immediately.



SiteMap
==============================
+ Edit the file robots.txt with your sitemap. Just change your domain name only.
(Your default sitemap is http://www.yourdomain.com/sitemap.xml - just change the domain name)



Advertisement Paypal Configuration
==============================
Just open 'advertise.php' file in themese folder. Read carefully and make required changes. Especially change 'yourpaypalemail@domain.com' with your paypal email id.


Add Custom Pages
==============================
+ Create a file at the root of the script.
+ Add following content into the file

<?php 
include "includes/aa_dtb.php";
include "themes/".$theme."/header.php";
include "themes/".$theme."/newfile.php";
include "themes/".$theme."/footer.php"; 
?>

(change newfile.php in the above content with appropriate file name)
+ Create one more file at your themes folder with the same file name. Add any content into this file.
+ To change Page Title, Meta Description and Keyword of the new page: open header.php in themes folder
SEARCH FOR
-----
else if ($t_thisp=="advertise.php"){
	$t_title = "Advertise your proxy - ".$sitename;
	$t_descr = "Advertise your proxy - ".$sitename.". ".$metadescription;
	$t_keywo = "proxy advertise, ".$metakeywords;
}

ADD BEFORE
-----
else if ($t_thisp=="newfile.php"){
	$t_title = "New File - ".$sitename;
	$t_descr = "New File - ".$sitename.". ".$metadescription;
	$t_keywo = "new file, ".$metakeywords;
}

(just edit the word "New File" only)



RSS Feed
==============================
Go to http://www.yourdomain.com/feed.xml



Admin Panel
==============================
Go to http://www.yourdomain.com/adm/
Login with the password which you setup in 'includes/aa_dtb.php'



Support
==============================
Contact us at http://www.zilzilproxy.com/contact.php

