Captcha support on Webclassifieds sign-up page

Captcha support on Webclassifieds sign-up page

Currently, 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, you might want to get ahead and have a captcha support on your sign-up page…

I assume you have ReCaptcha account, if none, please create one.

Please follow these steps:

  1. You basically need to modify two pages. /engine/pages/register.php and /templates/register_main.html.
  2. Please backup those two files, and when done, please proceed to the steps below…
  3. You need to download the recent versions of those files mentioned on Step#1. Please download the zip file here,
  4. Open /engine/pages/register.php and modify the top two lines. The $publickey and $privatekey which is provided by ReCaptcha:
    // Get a key from http://recaptcha.net/api/getkey
    $publickey = "6Lcm5AgAAAAAAF556HtPCm11sOsOoK42XKQ9LGAl";
    $privatekey = "6Lcm5AgAAAAAAAzS2gu5mYU45O32pDveXM_AzPqk";
  5. Please upload the two files to your server.
  6. Please upload recaptcha.lib from ReCaptcha.net, to /engine/pages/ directory.
  7. Have some beer ^_^

Hope that helps. If you’re in trouble, please let me know.

No CommentsPermalink
Webnetwork: Clean-blue theme multi-language translation fix on profile-home and view_profle page

Webnetwork: Clean-blue theme multi-language translation fix on profile-home and view_profle page

Currently, clean_blue theme of Webnetwork-multilanguage file has a flaw on “profile home” page and “view profile” page.
On profile home, “invite” isn’t translated, and on “view profile” – “activity” heading isn’t translated.
Please follow the steps below for a fix:

Download template file fixes here.
Upload the files and overwrite existing files from your server. If you’ve done customization, [...]

Read this story »

PHP string concatenation

PHP string concatenation

String concatenation is the string manipulation method when you join 2 or more strings together.
In PHP it is a quite easy task. You can use the concatenation operator which is the ‘.’ (dot). You can join 2 or more strings into one as follows:

$str1 = ‘This’;
$str2 = ‘is a’;
[...]

Read this story »

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

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:

Connect to your site via FTP.
Open /engine/forms/profile_s2.php
Go to line 144 – 145. Specifically, it’s these [...]

Read this story »

Webnetwork: Profile complete setting bug fix

Webnetwork used to have a bug on it’s profile-completion feature.
Bug: Even if you set that profile must be completed after registration on admin, user can still navigate to Webnetwork’s inner pages even if profile is incomplete.
Solution: This error should be resolved in the next version of Webnetwork, however, if you want to get ahead and [...]

No CommentsRead this post »

Showing search-forms on resume_search and advance_resume_search result page

By default, resume_search and advance_resume_search pages search-results on Webjobs doesn’t show the search-forms.
If you wanted to alter this behavior, and show the search forms form both resume_search and advance_resume_search respectively, please follow the steps below:

Connect to your server-files via FTP.
For resume_search page results, open /engine/pages/resume_search.php and navigate to action_resume_search() function. At the bottom of [...]

No CommentsRead this post »

Webjobs: How to show a single gateway on billing page

You might have desired on showing only “paypal” as payment gateway, or showing only “credit card”, and is confused how to achieve this.
Please check the steps below, should guide you with your desire:

Please navigate to /lib/payment/ directory.
Inside this directories are the payment gateways that the billing page is fetching. For the payment gateways that you [...]

No CommentsRead this post »

Creating table rows with javascript

Creating new rows with Javascript is possible using DOM’s createElement() property.
Take this html as an example:

<table id="mytable">
<tbody>
<tr>
<td><input name="number1" /></td>
<td><input name="title1" /></td>
</tr>
</tbody>
</table>
<input onclick="addRow()" type="button" value="Add A Row" />

Looking on the script, we are expecting addRow() function to do the process. The entire code looks like this:

function addRow(){
var content1=’<input name="number’+counter+’" type="text" />’; // Content for our
 
var content2=’<input [...]

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