DropInn, the one name that comes to most tourists and
people who are always on the move. Choose a destination, rent your rooms
or home. Sit back, relax and earn big!! That is DropInn to you!!
It gets its idea
from the original household rental system, Airbnb and is fueled by the
framework, CodeIgniter. It is the most sought after system for rental
business and is very fluid in function way easy to work and set up. It can be used to
all and any kind of rental systems - cars, bikes, boats, yachts, video
rentals, and any other rentals that we you could think of. DropInn is the
backbone to most and many popular rental sites and continues to do so.
We are always expanding our base in all possible areas where DropInn can
be put to good use. The sites which have DropInn as their ‘Godfather’
are over a 1000!!!.
We are proud to announce that we are stepping into our 6th
year successfully. Thanks to you all wonderful clients. With that I
would like to add another sweet note – DropInn sees another new and
innovative version, DropInn Dost 1.7.9
Its a Desi word and it means ‘friend’. With a new tab to
look out for Friends, we make it easy for you to find your friends in
the neighbourhood. The Advanced Search Functionality will make your list
search more easier than it was – Better business on the way. The
listings have been improved so to give it a new look and combined with
the advanced search option, you have a powerhouse with you. Also we have
some of the annoying bugs fixed and it will in the background, boost
the overall performance.
On the whole we are happy about “Dost” and we believe that you all will be happy too!!
For more info on this, please send us an email to support@cogzidel.com or Skype us at ‘cogzidel’
The torrent search engine is a
fast, easy to use search engine to find torrents. It updates
automatically adding new sources and files to your site. In built,
SEO search engine friendly links allow for better google ranking.
The torrent search engine creates
a new page every time a search is made, which leads to more pages being
indexed within google. It means there is potential for thousands of
pages indexed in google from this script.
Script Checks:
Find the latest movies, TV shows, music, games, software ect.
Search for torrents from a wide range of sources.
Search for any file types.
Automatically finds new torrents.
Fast real time search results.
Clean search results page.
Tag cloud - for easier searching.
Script Features:
One click installation.
Simple website search box.
100% fully automated - You can run on auto-pilot
Easy to setup.
Can get you thousands of pages indexed in google.
No torrents hosted on your server (all externally hosted)
Option to use proxy server to get data.
Default theme coded in valid html and CSS
Change the colours and looks of the design.
No admin panel needed.
Simple to add adverts (Google Adsense ready)
Unencrypted files (easy to change and edit template)
YOURLS is a small set of PHP scripts that will allow you to run your own URL shortening service (a la TinyURL). You can make it private or public, you can pick custom keyword URLs, it comes with its own API. You will love it.
YOURLS Features
Private (your links only) or Public (everybody can create short links, fine for an intranet)
Sequential or custom URL keyword
Handy bookmarklets to easily shorten and share links
PeoplePods is an SDK for creating modern web applications where many people come together to meet, talk, share, read, work, publish and explore. Every effort has been made to NOT pigeon-hole you as a developer into one model of a site over another. PeoplePods is not a blog, it is not a social network, and it is not a content management system. Rather, PeoplePods is a set of tools that can be combined in many ways to create all sorts of interactions, while providing a simple and unified software interface.
For information about PeoplePods, in-depth documentation about the SDK, and tools to help you run a successful site, visit PeoplePods.net!
1) To be extra safe, first make a backup of your entire /peoplepods directory
2) Then, make a copy of peoplepods/lib/etc/options.php. You will need this file after you do the update. Also, make sure to copy any custom pods and themes you've created, as well as any pods or themes you've modified.
3) Download the latest version of PeoplePods from http://peoplepods.net/version
4) Upload the .tar.gz file to the directory that currently contains the peoplepods/ folder
5) Un-tar this file by running this command:
> tar -zxvf peoplepods-0.9.tar.gz
This will overwrite all of your existing PeoplePods files.
6) Move the copy of peoplepods/lib/etc/options.php that you made back into peoplepods/lib/etc/
7) Visit the command center. If schema changes are necessary, a message will be displayed!
Download the latest version of PeoplePods at http://peoplepods.net/version
v0.9 April 15, 2011
View these notes online: http://peoplepods.net/version/09
Thanks to Damien Bell, Paul Armand, and all the contributors on PeoplePods.net for help with this release.
NEW FEATURES
* The default theme is now valid HTML5, and features vastly improved markup and javascript!
* Tags may now be applied to users, groups, comments, and files
* Tags now have a "weight" value which can be used to add information about the importance of the tag.
* Stack results may now optionally be cached. Caching is off by default. All other objects have improved caching.
* Plugin pods have several new capabilities, including: - Ability to specify changes to the schema - Ability to specify a function called upon installation of the pod - Ability to specify a function called upon the uninstallation of the pod - Ability to specify a function to process fields upon select and insert into the database - Specify a token-replacement pattern for generating the permalinks of content by type
* The core_api_simple pod has been completely rewritten and now offers many more API end points. - The first version is still available
* The PeoplePods object no longer requires authentication details to be passed in as a parameter. The standard pp_auth cookie will be used in the absence of an explicit parameter.
BUG FIXES
* The query generation code in the Obj class has been vastly improved and now properly handles subordinate clauses
* The install process is now more robust. All default pods will be turned on during the install, instead of requiring an admin to do it post-install.
* Comments in foreign language alphabets should now be saved and displayed properly
* Enabling and disabling pods is now handled
* Rich text fields are now off by default in the admin interface
* $POD->formatOutput now attempts to detect html in the content and make smart decisions about formatting
*************************************************
v0.81 November 24, 2010
View these notes online: http://peoplepods.net/version/081
Just in time for Thanksgiving, here's another release of PeoplePods! Though this is a minor release of PeoplePods, it does bring some substantial new functionality for developers.
Thanks to Damien Bell, Gabe Hayes, Karl Fogel and James Harris for their contributions to this release!
NEW FEATURES
A new messaging class has been added! The mutant child of private messaging and activity streams, Alerts allows you to trigger automated alerts that are sent to users. Alerts are displayed until a specific action has been taken, or the user dismisses the alert.
In order to manage all of these messaging tools, a new Command Center tool has been added to manage some of the built in alerts, activity stream posts and emails that are sent from within the core libraries.
The Person object has gained a 'stub' field that behaves just like the Content stub field. It also now has a 'fullname' field for those sites that require more detailed information about their users.
You can now attach comments directly to a Person object using the $Person->addComment() method. You can get a list of comments attached to a person using $Person->comments().
You can now attach files directly to a Group Object using the $Group->addFile() method. You can get a list of files attached to a group using $Group->files().
Finally, developers may now override some of the key functions in the core libraries to customize the behavior of PeoplePods. This new ability allows developers to do things like create custom permissions, change the way the caching system works, use a different templating system, use a different email system, and change the way permalinks are generated for all of the objects. For a full list of the functions that can be overwritten, and some instructions on how to override them, read this!
BUG FIXES
The $POD->sanitizeInput() function which is called to strip user input of malacious code has been updated to allow for tags related to video embeds, as well as to allow the PRE tag.
A thousand tiny fixes to a thousand sloppy associative array calls have been fixed, so your error_log should be DRASTICALLY calmer during normal operation.
Main features of the Loogle – Google Clone WordPress Theme:
Simple and Fluid layout.
3 columns .
Widget Ready.
Fast loading structure.
Twitter and RSS button pre-installed
Well-commented CSS and theme PHP files for flexible customization.
Multi-browser compatibility.
Tested under modern w3c compliant browsers Firefox , Opera ,Safari and Chrome.Free of cost
=================================
Server requirements for E-Friends
=================================
1.) MySQL (version 4 or higher)
2.) MYSQL database
3.) PHP (version 4.2.3 or higher)
4.) GD library for PHP
====================================
Installation And Setup Instructions:
====================================
1) Extract the zip file containing the software.
2) Create a new folder and name it as "friends".
3) upload all files to the selected directory.
4) Chmod 777 for the following folders/files: groups, photos, blog, events, banners, chat and chat/rooms.php
5) create a new MySQL user and DB for E-Friends.
5) Open data.php file and edit the variables as well as the MySQL parameters. Open /calendar/includes/config.php and
/chat/config.php and edit the MySQL parameters similar to data.php. Upload and replace these 3 files in your server.
6) Rename folder “groups” to whatever you choose for groups to be placed in
(short group url feature: user creates group and wants the url to be http://www.yourdomain.com/friends/groups/groupname -
where groups is the name of the folder you select)
7) Run admin/efriends.sql followed by admin/zipdata.sql through any of your mysql clients (i.e phpmyadmin)
8) Delete admin/zipdata.sql and admin/efriends.sql files from your server (security risk).
9) To edit the header and footer of the site, go to /templates and edit the HTML codes of the following files:
-footer.php
-header.php
-chat_header.php
10) To customize the text for the subpages (Terms, Privacy Policy, Help and Index page), edit the HTML codes of the following
files:
-terms.php
-privacy.php
-help.php
-main.php
-tour.php
11) Set the paypal account in the admin area (see below for login info)
=====================
Running The Software:
=====================
Admin: http://yoursite.com/friends/admin (Default Username: admin, Password: admin)
Main Page: http://yoursite.com/friends
1. Log in as admin and edit the membership packages by going to the "Package Manager" section.
2. Go to " Paypal ID Manager" to edit the admin paypal email
3 Setting up of banner ads can be done in the "Banner Manager". TO add a new banner, simply click on the "Add a Banner" link.
Follow the on-screen instructions to complete adding of new banners
4. Click on the "Chat Rooms Manager" to add/edit chat rooms.
5. Lastly, go to Groups Manager, Forum Manager and Events Manager to manage existing categories.
To install is simple:
1: Extract the atmailopen directory into your Webserver document root.
2: Change the ownership of the atmailopen directory to the Webserver user.
e.g
chown -R apache atmailopen
3. If you already have AtMail Open installed then simply run the upgrade script, e.g:
http://server.url.com/atmailopen/upgrade.php
No further action is required if you upgrade.
If this is a fresh install then visit the URL AtMail is installed under, e.g
http://server.url.com/atmailopen/
4: Follow the on-screen installation wizard to complete the installation.
5: Webmail is now installed! You can access any existing IMAP account
Requirements
------------
* PHP 5.X recommended ( PHP 4.X supported )
* MySQL database server
* Access to the php.ini to set runtime configuration
* IMAP4 server to access accounts
This is the installation instruction for NO ONE .
Please read this text carefully to get a correct installation of the scripts.
REQUIREMENTS:
This software requires a running webserver (preferred apache) with php 4.1 installed (no version below 4.1 is supported!).
You also need 1 or more domains with wildcarded subdomains. If you are not sure what this means, ask you webspace provider about this.
The wildcards must point to the web root directory.
The software has been tested under Windows(tm) and Redhat(tm) Linux (both with apache as webserver).
1. INTRODUCTION
This set of scripts allows you to run a redirection service. Users may signup at your site to get a short and catchy domain name.
You as the webmaster may put advertisements on each redirected page.
Please keep the link back to my website http://www.NO ONE.com included in the template files.
If you remove the link back to NO ONE.com - to be honest: there's nothing I can do about that :-)
But I would be happy if you keep that link, so that other people also are able to download this software.
You may also present this link on any other web-accessible page of your website.
2. COMPLETE NEW INSTALLATION
This is the point to start if you never have used NO ONE Redirection before.
For Upgrade installation instructions (upgrade from release 1.2) please go to chapter 3 of this document.
Well, let's start.
Installation is done quick and quite easy. All you need initially to start is a text editor to change a few variables in one file,
and a ftp-program to load the scripts up on your server.
Now here are detailed installation instructions...
a. The list of files/directories that come along with this distribution ([...] is a directory)
.htaccess
index.php [myred] admin.php contact.php dir.php faq.php features.php latest.php members.php password.php register.php setup.php stats.php tell.php terms.html (design this page like you want) topsites.php upgrade.php whois.php [img] bar.gif [include] functions.php vars.php mysql.php [language] all language files reside in here [html] all template files in different directories
The following 2 files MUST be placed in your web root directory:
.htaccess
index.php
If you already have a file called "index.php" or "index.html" in your web root,
rename it (for example "index2.php" or better "home.php" or "home.html") and use this one.
You can still use the now called "index2.php"/"home.php"/"home.html" as your default startpage
(This can be done in the admin panel, more on that in "d.").
The directory "myred" also must be placed in your web root.
It must be accessible via your web browser by typing in "http://www.yourdomain.com/myred/".
b. Editing variables
Open the file "vars.php" (located in the directory "include") with your favourite text editor.
There are 3 to 4 variables you might have to change:
* $mysql_host is the name of the host the mysql-server is running on.
In most cases it is 'localhost' and there is no need to change it. If you are unsure about that, please ask your webspace provider.
* $mysql_username is the username to access the mysql-server.
If you are unsure about that, please ask your webspace provider.
* $mysql_passwd is the password to access the mysql-server.
If you are unsure about that, please ask your webspace provider.
* $mysql_dbase is the name of the database where the tables will be installed.
If you are unsure about that, please ask your webspace provider.
The other variables in this file are quite self explaining.
If you want to, you can also change all template files (*.html) in the "html/templatename"-directory to fit your needs.
You can do so with you favourite HTML editor, or with any text editor you prefer.
*********IMPORTANT*********: there are certain words like {text_125}, {reserved} or {stats} written in the templates.
These are tags which will be replaced by content while the scripts are running.
YOU HAVE TO KEEP THEM IN ORDER TO RUN THE SCRIPTS.
If you want to use other than the standard templates, just put the whole directory with the new template set into the "html" directory
(name the directory e.g. "newtemplate") and select it in the admin area (you can also select another template set during installation).
Don't forget to save the files after you made the changes.
c. Upload the scripts
Upload the myred-folder into the root directory of your webserver. All scripts must be accessible like http://www.yourdomain.com/myred/script.php
The files "index.php" and ".htaccess" must be placed directly into the web root (e.g. http://www.yourdomain.com/index.php).
It is important that you transfer the scripts in ASCII mode, and the image (bar.gif) in binary mode. Normally this should work automatically,
depending on the ftp-program you use. Otherwise manually switch to ASCII or binary (ask you ftp-program's documentation about that).
Also leave the directory names and structure as they are.
d. run "setup.php"
Open your web browser and call the script "setup.php" like this: http://www.yourdomain.com/myred/setup.php
You'll see a welcome page and your mySQL-data (the one you edited in "vars.php").
All other steps are self-explaining.
During step 3 you may eventually choose the former renamed "index2.php"/"home.php"/"home.html" as "Default startpage".
After finalizing setup, don't forget to delete the files "setup.php" and "upgrade.php" from your web server.
RENAMING IT IS NOT RECOMMENDED for security reasons.
3. UPGRADING FROM RELEASE 1.2
This chapter is only interesting for you, if you have a running release 1.2 installed and want to upgrade to release 1.4
If you do a complete new installation, you can leave this chapter 3 and go to chapter 4 (CONFIGURATION AND RUNNING).
The point’s a. and b. are the same as described in chapter 2 (COMPLETE NEW INSTALLATION).
IMPORTANT: MAKE A BACKUP COPY OF YOUR DATABASE BEFORE UPGRADING! ALSO MAKE SURE YOU KNOW YOUR ADMIN PASSWORD AND USERNAME.
Before uploading the new release, delete ALL files from the old installation from your web server (yes, you read right: no old file will be used any longer).
So, delete the "old" myred folder, and also the "old" index.php and the "old" .htaccess file.
If you have difficulties to delete the old .htaccess file (e.g. you can't see it in your ftp client because it is a hidden file),
Just put the new .htaccess file coming with this release into your web root directory (it should overwrite the old one).
Instead of "setup.php" you call "upgrade.php".
Upgrade.php tries (hopefully successful :-)) to upgrade your existing database to fit into the new database scheme.
You shouldn't get any error messages during upgrade.
4. CONFIGURATION AND RUNNING
After setup or upgrade, open admin.php like this: http://www.yourdomain.com/myred/admin.php
You'll be prompted for your username and password.
After filling them in and pressing the login button, you are in the main administration screen, and here you see different options to choose from.
What you should do first, is filling in the domain(s) you want to use for your redirection service (the domains your user can sign up to, at least one is required)
and the categories to categorise the user's webpage’s (otherwise no user can register).
When you do an upgrade of an old installation, you have to edit your categories (because of a new ad system) before anyone can register to your services.
Play around with all the options in the administration area, they should be self-explaining.
That's all. For questions, please use the message board at http://www.NO ONE.com.
Note that I try to, but that I am not obligated to support the scripts.
Many thanks to Arthur Khessin for the "forbidden words" idea, and to scooby for this corrected readme file.
I wish you best luck and success with your redirection service.
Thank you for using NO ONE Redirection!
5. TIPS
When you change the forbidden words or reserved names please make sure YOU DONT put -- on the last word else you might get a php error.
Example 1 : --hackz--warez--appz--sex-- this is incorrect
Example 2 : --hackz--warez--appz--sex this is correct
Also take care when changing the templates as some html editors add extra information to the form control
Example frontpage 2002 : will change this line from
to
this will cause users an error and will not let let them register as it will say "You have to agree to the terms" over and over.
If you want to, you can add different languages to the scripts. Just translate english.php to your favourite language, save it as, lets say spanish.php,
and put it into the "myred/languages" directory on your webserver. In the admin area then set this language as default.
6. DISCLAIMER OF WARRANTY
THIS SOFTWARE AND THE ACCOMPANYING FILES ARE SOLD "AS IS" AND WITHOUT WARRANTIES AS TO PERFORMANCE OR MERCHANTABILITY OR ANY OTHER WARRANTIES WHETHER EXPRESSED OR IMPLIED.
NO ONE is not liable for the content of any webpage redirected with NO ONE Redirection.
The user (you) must assume the entire risk of using the program.
Ever noticed how just about everyone is starting to use a URL Shortener, even for simple links? Adf.ly noticed this trend and released a website and not only make BIG MONEY doing so, but also help their publishers make tons of money as well! Its like providing jobs to the thousands of potential publishers signing up for your site - the more you hire, the more you earn!
So why wait?! Start your own business while you still have the chance! All the smart people are investing in similar businesses because they know the chances for success are high!
This script was programmed from scratch. It's using jQuery and simple plugins. Uses MaxMind GeoIP system for accurate user tracking. The script is very lightweight in terms of space. Uses one simple file that contains the template. Rewrites URLs using .htaccess.
Features:
* Content Management System * Two accounts types: Shrinkers and Publishers * Powerful Admin Control Center * Visual graphs * Extended Statistics * GeoIP based trackers * Protection system * PayPal IPN * AJAX powered features * Javascript page filterer * Several tools for Shrinkers * Easy to use and sleek interface * MANY MORE! Click Here To Download
1) Set up a MySQL database on your server and call it "epay". If your not familiar with phpMyAdmin or do not have permission to set up a database have your hosting service do itn for you. If you already have a database and which to make use of it, no problem, all epay table identifications start with "epay".
2) Unzip the distribution and upload all the files into your root directory using ASCII mode.
You should now have a directory and file structure similar to this in your root directory:
/epay (directory)
/index.php (file)
/faq.php (file)
/handle.php (file)
/popup.php (file)
/Readme.txt
/LICENSE.txt
/clone site.url
3) Click on the epay directory and you should have a file structure similar to this:
So you want to make a website with links to MP3s but you don't want to host them? This is the script for you. You can buy you can install and edit the design to suit your needs.
This is a social networking site and the script is made available to everyone and we feel proud in presenting this clone script to you. The Script can be customized and can be branded for yourself. It is a script made by us, done to match every function of the real thing. The script Face book clone includes full support, free installs and unlimited free updates. . The script is designed in such a way that provide a collection of various ways for users to interact, such as chat, messaging, email, video, voice chat, file sharing, blogging, discussion groups and so on. Face book clone is developed as Social Community website Users can share their Profile, Pictures, Videos, Music, Papers and Events with their Friends forming a Group in the site.