|
Can I
install ikiClassifieds myself?
Do I need
to be a geek to run my Classifieds website ?
If you
install the script for me, how long will it take?
If I need
help, is there a Support service available ?
Will
"ikiclassifieds" appear on my website?
Tell me
more about the Earning features?
I want to
charge users to post ads on my site. Is it possible with ikiClassifieds?
In the
Admin panel I can see a tab called “Emails”. What does that refer to ?
How much
is the software?
Is there
any extra cost after the first year?
After I
buy the software. How long can I use it for?
How many
sites can I use the script for?
I live
in a country where we use “Postal codes” instead of “Zip codes”. Can I
change these words in the script?
My
website is not targeted at the US. Will my site work properly for other
countries (maps, currency…)?
INSTALLATION TROUBLESHOOTING GUIDE
Database can not be found ?
Internal Server Error ?
Can I install ikiClassifieds myself?
Yes. You can either install the software yourself or let us install it for
you.
Do I need to be a geek to run my Classifieds website?
No. Once the installation is done (5-Minute Install or Free Installation
by a member of our team) no computer skills are required.
You customize and control everything from the online Control panel.
If you
install the script for me, how long will it take?
Installation of the script on your server by a member of the Tech Team
takes less than 24 hours.
If I need help, is there a Support service available?
Yes. The license comes with 1 year Customer service (email support).
Our Support Department is open from 8:00 AM to 6:00 PM (GMT+08:00) Monday
to Friday.
Will "ikiclassifieds" appear on my website?
No. ikiclassifieds is a white label software. Your site name will
automatically replace ours.
Tell me more about the Earning features?
There are 5 ways to generate revenue:
- Pay-per-ad system. You charge users to post ads on your website. You can
even set some categories to be paid and some to be free of charge.
- Adsense. Relevant Google ads are automatically displayed on the homepage
and on every ad/listing pages, in one category, one subcategory or the
whole site.
- Top ads. Users pay to post ads in a special section at the top of a
category and subcategory pages.
- Homepage Gallery. Users pay to post ads in a special section at the top
of the homepage.
- Banners. You can add banners to the homepage, and on every ad/list page,
in one category, one subcategory or the whole site.
I want to charge users to post ads on my site. Is it possible with
ikiClassifieds?
Yes. You can charge users via:
- Pay-per-ad system.
- Top ads.
- Homepage Gallery.
In the Admin panel I can see a tab called “Emails”. What does that refer
to?
When you
run a website with ikiClassifieds emails are sent:
- When a user posts an ad, a “Confirmation” email is sent to activate the
ad.
- X* days after the first posting (*you decide how many days) a
“Republish” email is sent to give the user the opportunity to post his ad
again at the top of listings (this way you always have fresh ads on your
site).
- After Y* days (* again, you decide) ads expire and an “Expiration” email
is sent to let the user know.
How much is the software?
The
Standard version costs $199.
The Multi-city version costs $290.
Is there any extra cost after the first year?
No.
However if you want to renew the support/update service it will cost you
$39 per year.
After I buy the software. How long can I use it for?
Forever.
The script comes with a lifetime license.
How many sites can I use the script for?
The
license is for one domain. If you want to use the script on additional
domains you need to buy additional licenses (Standard $109, Multi-city
$169).
I live in a country where we use “Postal codes” instead of “Zip codes”.
Can I change these words in the script?
Yes. You
can edit all the words used by the software in the Admin panel (“Language”
section).
My website is not targeted at the US. Will my site work properly for other
countries (maps, currency…)?
Yes. The
script will fully work whatever the country/city is.
INSTALLATION TROUBLESHOOTING GUIDE
Database can not be found ?
File to check: iconfig.php
Open iconfig.php in your favorite text editor and fill in your database
details as follows:
$DB[] = "localhost"; //
localhost must be replaced by the Mysql server name or the IP address of
the MySQL server.
$user[] = "usernamehere"; //
username must be replaced by your MysQl username.
$passwd[] = "yourpasswordhere"; //
yourpasswordhere must be replaced by your MySQL password.
$db = "dbnamehere"; // The name of the database
dbnamehere must be replaced by the name of your database.
These details can be found in the control panel of your database (on your
hosting provider website).
Internal Server Error ?
Files to check: .htaccess and admin/.htaccess
.htaccess
The line 'Options +FollowSymLinks' may cause problems with some server
configurations. It is required for using mod_rewrite, but may already
be set by your server administrator in a way that doesn’t allow changing
it in your .htaccess file. If using it causes your server to error out,
comment it out (add # to # beginning of line), reload your site in your
browser and test your sef url's. If they work, it has been set by your
server administrator and you do not need it set here.
Admin/.htaccess
Apply the above correction to this file
|