Rays List Classifieds - Administration
Have a Nice Day!

Logged in as: AdminLog Out
Last backup - Mon Jul 27 10:45:01 2009 

Rays List Classifieds Administrator
Edit Categories  
Add a new Category:         Cat Name:   Cat #:   Cat Title:
Add Sub-category to: New sub =
 
Search Registrations   Where this Field: Contains:
Search DataBase   Query = "all" show all recordsQuery:
Edit User Registration Data    
Check Expired Listings (send notices)   There is 1 expired or about to expire
Analize Search Terms  
Most Popular Listings  
View Failed Logins  
User List  





Rays List Classifieds - Tools
Create new HTML Page   Page Name:  
Edit HTML Pages    
Edit Emails    
Edit Templates    
Edit Main Template (Container)    
Edit Style Sheet  
Backup your data files.  
Files are backed up to /home3/rlajcom/www/_jubaclassifieds/cgi-bin/classifieds/backup/data and /logs
Files emailed to raydance@yahoo.com for off site backup.
Last backup - Mon Jul 27 10:45:01 2009
Send Reminders for ads about to expire 
Required Fields - Registration  
Generate XML Feed   feed.xml
Email all your users  
Add New Module  Help & Tag List
Edit A ModuleSelect Mod name:  
Edit Program Options  
Special Functions  


Rays List Classifieds - Links
Main Program   http://www.jubaclassifieds.com/cgi-bin/classifieds/classified.pl

Free Listing   http://www.jubaclassifieds.com/cgi-bin/classifieds/class-login.pl

Paid Listing   http://www.jubaclassifieds.com/cgi-bin/classifieds/class-login.pl?PD

Register   http://www.jubaclassifieds.com/cgi-bin/classifieds/class-register.pl




Style Sheets
The Style Sheets are located in the folder: /home3/rlajcom/www/_jubaclassifieds/classifieds/lib
There are 2 style sheets, class-style.css for main pages and merchant-style.css for the register and login programs.


Javascript Feeds
Use the following code to rotate a mini banner for any HTML page.

All Ads: <SCRIPT src="http://www.jubaclassifieds.com/cgi-bin/classifieds/classified.pl?rotate&all"></Script>

Paid Ads Only: <SCRIPT src="http://www.jubaclassifieds.com/cgi-bin/classifieds/classified.pl?rotate&PD"></Script>

Use the following code to access the classified feeds.

The last argument (5 below) tells the script how many items to print


Title Feed: <SCRIPT src="http://www.jubaclassifieds.com/cgi-bin/classifieds/classified.pl?feed&title&5"></Script>

Most Popular Listings: <SCRIPT src="http://www.jubaclassifieds.com/cgi-bin/classifieds/classified.pl?feed&mp&5"></Script>

Image Block: <SCRIPT src="http://www.jubaclassifieds.com/cgi-bin/classifieds/classified.pl?feed&img"></Script>


Possible opening pages for your classifieds.
Latest Listings   http://www.jubaclassifieds.com/cgi-bin/classifieds/classified.pl?latest

Opening Page   http://www.jubaclassifieds.com/cgi-bin/classifieds/classified.pl?Op
Edit the OpeningPage.html and format the page to suite your site.

Category Page   http://www.jubaclassifieds.com/cgi-bin/classifieds/classified.pl?catpage


Other Pages
Alpha List   http://www.jubaclassifieds.com/cgi-bin/classifieds/classified.pl?alpha_list

Most Popular Listings   http://www.jubaclassifieds.com/cgi-bin/classifieds/classified.pl?mostpopular

I Feel Lucky - Random Listings   http://www.jubaclassifieds.com/cgi-bin/classifieds/classified.pl?IfeelLucky

Contact Form   http://www.jubaclassifieds.com/cgi-bin/classifieds/classified.pl?ContactUs

Paid Listing info   http://www.jubaclassifieds.com/cgi-bin/classifieds/classified.pl?p&Paid_Listing


Crons or Sceduled Tasks

There are 3 cron's available if you want to use them.
Crons.pl -V do_backup - This file will backup your classified system and email the file to the admin.

Crons.pl -V Send_Reminders - This file will remind users when their classified listing is about to expire.

Crons.pl -V GenCatFile - This file will generate the category list used by program for left column categories and the category page. This should not be needed, unless you want to update the categories once a day, to make sure they are correct. Your cron should look like this: "perl /home3/rlajcom/www/_jubaclassifieds/cgi-bin/classifieds/Cron.pl -V do_backup" (No Quotes)


Restore Data Program

Restore_Backup.pl - if you are on a unix system, keep this files permissions set at 0666. if you need
to restore the backup data, chmod it to 0755 and run the program with your browser to restore the system.
On a windows system, remove the file from the folder until needed.



Existing Modules
[ContactForm_Mod]
[RotateAd_Mod]
[SearchForm_Mod]
[ThumbBlock_Mod]
Modules Help Since the editor will not allow you to enter FORMS or JAVASCRIPT, the modules can be used to place the form or script you need on the page. You can create "Modules" to use on your pages where you want have the same text or data on all the pages, or on selected pages. Each time you create a module, there is a new 'search and replace' tag created. Just place the tag on the page where you want the text to appear. All module file names END with _Mod A module can be placed anywhere in your templates. The module is inserted into the page at runtime. If you are going to use HTML that you already have for the module, DO NOT use Front Page or Word etc. - they insert special characters that will cause problems. If the HTML was written by something other than a Plain Text Editor, then place your code in Notepad first, and save it. This removes any special characters. Then copy and paste the code in the module page textarea. DO NOT use comments in the modules. no. <!-- This is a comment --> no. <-- (sometimes used for javascript) no. --> (sometimes used for javascript) You can also create a module file manually, Name it Something_Mod All module file names END with _Mod Then upload the module to cgi-bin/classifieds/html/Modules. Upload in ASCII mode.