MojoEstate
Documentation
MojoScripts
 
   - Introduction
   - Getting Started
   - License Agreement
   - File Check
   - Installation
 
   - News
   - Program Configurations
   - System Behaviors
   - Display
   - Database Fields
   - Gallery File Types
   - Module Manager
   - Member Management
   - Member Mailings
   - Categories
   - Accounts
     - Permissions
     - Preferences
     - Conformations
   - Program Security
   - Admin Groups
   - Automation Routines
   - Debugging
   - Utilities
 
   - HTML Templates
   - Email Templates
   - Text Templates
   - Content Occurances
   - Strings and Tags
   - Featured Ads
   - Specific Program URLs
   - Customization Tips
   - Specific Templates
   - Payments
 
   - Payment Modules
   - Thumbnail Modules
   - View-On-Map Module
   - Chat Module
 
   - Troubleshooting
   - FAQ
   - Support
 
URLs


MojoEstate has several executable files (those that end with .cgi) for different purposes.

 
Executable Files Purposes
- admin.cgi For admin only where you will be able manage your members and maintain the program.
- cron.cgi This is used for cron tabs but you can also address it from your webbrowser. It is neccessary that you run this once in a while (once a day recommended) to do some cleaning jobs such as expiring members and ads, query iBill for member unsubscriptions, rebuild databases to current, sending saved searches and backup data...
- cron_ss.cgi This is used for cron tabs but you can also address it from your webbrowser. cron_ss.cgi sends out the saved searches to your members.
- install.cgi Should run this one once and delete it from server.
- mojoEstate.cgi Member area. Redirect your member to go here unless you want them to go to specific page (check below).
- upgradedb.cgi Upgrades database from 3.* to latest version.
 

MojoEstate displays dynamic CGI generated Web pages, as opposed to static HTML pages, using templates. In the templates, you can use predefined mojoTags to display real run-time values.

For example, if you use this code

<a href="[LOGIN_URL]">Members login</a>

on a template, at run time, it will be replaced with the real values, something like

<a href="http://www.your-domain.com/cgi-bin/members/mojoEstate?action=login">Members login</a>

where http://www.your-domain.com/cgi-bin/members/mojoEstate is the actual URL of mojoEstate.cgi on your server.

However, this documentation will help you to link to specific page of mojoEstate from outsite pages, not only HTML template pages. For complete info on using HTML template pages, please go to the template section.

For simplicity, your-url is the actual URL to your mojoEstate directory.

 
Page Name URLs
Login Page your-url/mojoEstate.cgi?type=member&action=login
Logout Page your-url/mojoEstate.cgi?type=member&action=logout
Profile Page your-url/mojoEstate.cgi?type=member&action=profile
Update Page your-url/mojoEstate.cgi?type=member&action=update
Register Page your-url/mojoEstate.cgi?type=member&action=register
Panel Page your-url/mojoEstate.cgi?type=member&action=panel
Delete Account Page your-url/mojoEstate.cgi?type=member&action=delete
Extend Account Page your-url/mojoEstate.cgi?type=member&action=extend
Note: Please use this page only if you have non-recurring memberships. Recurring membership will automatically recharges your members each month.
Ad URL your-url/mojoEstate.cgi?type=gallery.
Gallery URL your-url/mojoEstate.cgi?type=ad
Mailbox URL your-url/mojoEstate.cgi?type=mailbox

Copyright by MojoScripts.com
Terms | Privacy Policy