Topic: www.MPLOYR.com - For Sale [ Started by mployr.com in General support : 0 replies ]

Hello there,

Our niche site will be put up for auction on eBay and other auction site if we do not receive any private offers.

Online since 2008, the site made several thousand dollars between job postings and AdSense, Affiliate Commissions earnings in 2008-2009. This was accomplished with NO advertising. All revenue was generated through search engine optimization.

www.MPLOYR.com need more attention than I can give them. I've never been able to market them to their full potential. Whoever wins the auction or buys this site will be getting a hidden stream of sizable revenue.

Niche job boards including www.mployr.com are the fastest growing segment of the job board industry. More employers are using them as an alternative to the high priced national job sites like Monster & CareerBuilder.

If you're interested in buying, feel free to email me at hello@mployr.com

Include:
http://www.mployr.com/
http://au.mployr.com/
http://us.mployr.com/
http://ca.mployr.com/
http://in.mployr.com/
h …

Re: getting success in careerjet api integration [ Started by raghavsoni in General support : 4 replies ]

Careerjet is great way to earn money from your Careerjet installation. Earn revenue based on a pay per click principle and an auction system. I use it across my site.

They've recently integrated Adsense with it so you can earn more =) with CJ and Adsense.

Topic: Jobtrac [ Started by mployr.com in Feature requests : 1 replies ]

I just discovered a new startup in Canada called jobtac.com. Very impressive. Hopefully we can extract of the features there and port them over to JB.

Any thoughts...?

Re: a few questions [ Started by naeemcoza in General support : 19 replies ]

Yes, that's correct whardson. Be careful with two word cities, for example San Francisco. You'll need to put replace the space with dash (-) for example:

(1, 'San Francisco', 'San-Francisco'),

Goodluck!

If you need help, or any kind of consultation let me know. I might be able to help.

Re: Import RSS Feed in to Jobberbase [ Started by Karman in General support : 11 replies ]

Sorry for the delay. I have not tried this but reviewed it again and seems to be a really implementation. My hands are tied right now with other projects but will try this tomorrow.

Re: advertisement/adsense in job section? [ Started by matt121400 in General support : 1 replies ]

Email me matt. I may have done similar approach to monetize my site. I might be able to help out.

Re: multiple installations server loop [ Started by parttime in General support : 5 replies ]

Try this:

replace

$_url = str_replace(_APP_MAIN_DIR, '', $_SERVER['REQUEST_URI']);

with:

$newUrl = str_replace('/', '\/', _APP_MAIN_DIR);
$pattern = '/'.$newUrl.'/';
$_url = preg_replace($pattern, '', $_SERVER['REQUEST_URI'], 1);


Goodluck!

Re: multiple installations server loop [ Started by parttime in General support : 5 replies ]

Not sure.
But for SEO, its better to have sub-domains rather than putting another installation in another folder.

Goodluck!

Re: Installation problem [ Started by noah2003 in General support : 15 replies ]

I noticed ini_set('display_errors', 'On'); is on, are you getting any error messages? If you are can you copy and paste it here?

If you simply see a blank page when going to your installation site, make sure to import the jobberbase.sql file in your database correctly. Don't feel insulted if you've already done this..this is the most common problem we see here - neglecting to import the .sql file.

Let us know.

Re: Now serving X jobs from X different companies [ Started by redjumpsuit in Feature requests : 6 replies ]

Thank you redjumpsuit for your hard work and contribution to the community! This is great :)

Re: Simple Login System for Companies [ Started by redjumpsuit in Feature requests : 24 replies ]

This is great! We appreciate your hard work.

Re: help me with intalation..jobberBase [ Started by y0kita in General support : 22 replies ]

I recommend hiring one of us do the installation for you :)

Re: Simple Login System for Companies [ Started by redjumpsuit in Feature requests : 24 replies ]

redjumpsuit,
We're interested in trying out your demo too! I'd like to check it out. Thanks

email at evsion (at) gmail (d0t) com

Re: Error message please help [ Started by rwarner in General support : 6 replies ]

I suggest copying a new config and start from scratch and then carefully edit the variables required to run the app. If the problem persist, copy your config here WITHOUT your password/username/host.

Re: {$jobs_count_all} total jobs [ Started by mployr.com in General support : 5 replies ]

I thought that would be the case too but for some reason, even when I remove the if-statement, when I browse outside the homepage, {$jobs_count_all} is not displayed.

Re: {$jobs_count_all} total jobs [ Started by mployr.com in General support : 5 replies ]

It is currently in sidebar.tpl:

[code]
{if $CURRENT_PAGE == ''}
<br />
<div id="stats">
<strong>{$jobs_count_all} total jobs</strong>
<br />
{if $smarty.const.SIDEBAR_SHOW_WHAT == SIDEBAR_CATEGORIES}
{foreach item=job from=$jobs_count_all_categs}
<strong>{$job.categ_count}</strong> for <a href="{$BASE_URL}jobs/{$job.categ_varname}/">{$job.categ_name}</a><br />
{/foreach}
{else}
{foreach item=job from=$jobs_count_per_city}
<strong>{$job.jobs_in_city}</strong> {$translations.jobscity.sidebar_jobs_in} <a href="{$BASE_URL}jobs-in/{$job.city_ascii_name}/">{$job.city_name}</a><br />
{/foreach}
{/if}
</div><!-- #stats -->
{/if}
[/code]

Any exampe on how to show this on the header.tpl without {if $CURRENT_PAGE == ''} …

Topic: {$jobs_count_all} total jobs [ Started by mployr.com in General support : 5 replies ]

Hi guys,
Anyone know how to consistently show the following in header.tpl?
[code]{$jobs_count_all} total jobs[/code]

Thanks

Re: Import RSS Feed in to Jobberbase [ Started by Karman in General support : 11 replies ]

I'll have to test it for my site and provide tutorials after using http://rssphp.net/

Re: Job posted but cannot activate in backend and not automatically posted [ Started by evertsemeijn in General support : 4 replies ]

That's a good idea! Keep us posted :)

Thank you btw.

Re: Job posted but cannot activate in backend and not automatically posted [ Started by evertsemeijn in General support : 4 replies ]

Can you try posting with a new email address and then with that new email address, try posting a second one and a third one and see if it shows.

Re: Import RSS Feed in to Jobberbase [ Started by Karman in General support : 11 replies ]

I highly recommend SimplePie http://simplepie.org/

Re: Can not delete jobs [ Started by davids in Bug reports : 6 replies ]

Are you getting any errors? When you hit delete, what happens?

Re: Update the list of available cities [ Started by punctweb in Feature requests : 11 replies ]

Just copy my codes;


/_includes/class.Sanitizer.php

[code]
<?php
/**
* jobber job board platform
*
* @author Filip C.T.E. <http://www.filipcte.ro> <me@filipcte.ro>
* @license You are free to edit and use this work, but it would be nice if you always referenced the original author ;)
* (see license.txt).
*
* Sanitizer class cleans up stuff!
* taken from WordPress, I believe...
*/

class Sanitizer {


/*
* Create a SEF string
*/

public static function sanitize_title($title){
$title = htmlspecialchars($title);
return $title;
}

public static function sanitize_title_with_dashes($title) {
$title = strip_tags($title);
// Preserve escaped octets.
$title = preg_replace('|%([a-fA-F0-9][a-fA-F0-9])|', '---$1---', $title);
// Remove percent signs that are not part of an octet.
$title = str_replace('%', '', $title);
// Restore octets.
$title = preg_replace('|---([a-fA-F0-9][a-fA-F0-9])---|', '%$1', $title);

$title = self::remove_accents($ …

Re: Very small SEO adjustment [ Started by Chronos in Tutorials : 7 replies ]

Good little hack :) Thanks Chronos!

Re: How to auto-delete Expired Jobs [ Started by benjitastic in General support : 12 replies ]

I'm with you on that and I think it really is a great idea for SEO.