Archive for February, 2010

Webdate: How to modify age-range limit drop-down on create-profile page

On the “create profile page”, there’s a dropdown for “age range”.

By default, the set range is 18 – 55 for the first dropdown and 18 – 80 for the second dropdown.

If you want to adjust this range, please follow these steps:

  1. Connect to your site via FTP.
  2. Open /engine/forms/profile_s2.php
  3. Go to line 144 – 145. Specifically, it’s these line(s)
    $profile_s2_age_from = sysGetNumberSelect(age_from, 18, 55);
    $profile_s2_age_to = sysGetNumberSelect(age_to, 18, 80);

    You can change the age range of the first dropdown by changing this line:

    $profile_s2_age_from = sysGetNumberSelect(age_from, 18, 55);

    You can change the age range of the second dropdown by changing this line:

    $profile_s2_age_to = sysGetNumberSelect(age_to, 18, 80);

Hope that helps.

No CommentsPermalink

Blocking visitors by their IP address

ShareIf you’re being bothered by someone and wants to perpetrate pain on you, you can block those persons via their IP address.
To do so, basic knowledge of .htaccess will help. If you already have “.htaccess” in your root directory, just add this piece of line on your htaccess file:

# Deny IP
order allow,deny
deny from 127.0.0.1
deny from 192.168.12.101
allow [...]

No CommentsRead this post »

How to create an e-mail account in cPanel

Share
Log in to your cPanel account at http://yourdomain.com/cpanel using your cPanel username and password.
In the E-mail Management Tools section, click “Add/Remove E-mail Accounts.”
Click Add Account.
Enter the mailbox name that you want to create (e.g., sue, bill, sales, support, service, etc. Do not enter the full e-mail address, just the part before the @ [...]

No CommentsRead this post »

How to create user/database in cpanel

ShareYou must do the following in CPanel to create a new database:

Create a database user
Create a database
Assign the newly created user to the database

Follow these steps to do this:

Log into CPanel at http://www.yoursite.com/cpanel (replace yoursite.com with your actual domain name).
Click MySQL Databases.
Under the Current Users section enter values for the Username and Password fields and click Create User.
NOTE: After submitting [...]

No CommentsRead this post »

Captcha support on Webclassifieds sign-up page

ShareCurrently, Webclassifieds is missing captcha support on registration page. Probably one of the couple of reasons why there’s a need to mess up with the code, and really messed up the site.
This feature is missing on current Webclassifieds, and Webcribble is working on this feature, but the update won’t be any sooner yet.
With that said, [...]

No CommentsRead this post »

Adding Google-analytics (GA) on Webclassifieds

SharePlease follow these steps:
1. Prepare you GA code, if you don’t have one, please check this link for more info:
http://www.google.com/analytics/
2. Connect to your server-files, and modify index.php. Create a variable which we can then use on footer.html. For this example, I’m going to name it $analytics.

$analytics = "<script type=\"text/javascript\">
var gaJsHost = ((\"https:\" == document.location.protocol) [...]

No CommentsRead this post »

How to fix fatal error on Webaffiliate

ShareIf you’re getting fatal errors on your webjobs, specifically on http://YOURDOMAIN.COM/smartway/ then, most probably you’ve transferred the files in an erroneous transfer-type format.
However, the fix should be simple, please follow the steps below:

Connect to your server via FTP
Re-upload /smartway/ files
Recheck http://YOURDOMAIN.COM/smartway/
If error still occurs, please reach me.

No CommentsRead this post »

How to fix fatal error on Webstore

ShareIf you’re getting fatal errors on your webjobs, specifically on http://YOURDOMAIN.COM/smartway/ then, most probably you’ve transferred the files in an erroneous transfer-type format.
However, the fix should be simple, please follow the steps below:

Connect to your server via FTP
Re-upload /smartway/ files
Recheck http://YOURDOMAIN.COM/smartway/
If error still occurs, please reach me.

No CommentsRead this post »

How to fix fatal error on Webclassifieds

ShareIf you’re getting fatal errors on your webjobs, specifically on http://YOURDOMAIN.COM/smartway/ then, most probably you’ve transferred the files in an erroneous transfer-type format.
However, the fix should be simple, please follow the steps below:

Connect to your server via FTP
Re-upload /smartway/ files
Recheck http://YOURDOMAIN.COM/smartway/
If error still occurs, please reach me.

No CommentsRead this post »

How to fix fatal error on Webdate

ShareIf you’re getting fatal errors on your webjobs, specifically on http://YOURDOMAIN.COM/smartway/ then, most probably you’ve transferred the files in an erroneous transfer-type format.
However, the fix should be simple, please follow the steps below:

Connect to your server via FTP
Re-upload /smartway/ files
Recheck http://YOURDOMAIN.COM/smartway/
If error still occurs, please reach me.

No CommentsRead this post »
Get Adobe Flash playerPlugin by wpburn.com wordpress themes