[METHOD] An easy way for beginners to start making money

that idea is nice but how can i get adsense account i try many time but no use cant get adsense account

getting an adsense account isn't that difficult, as long as your site is setup correctly
 
The above mentioned importer works fine, I'm currently running it my site only has about 50 visitors so far. (Added a few CPA Offers skipping adsense route)
Waiting on more groups approval.

The importer currently brings it all to the main page, I wish I knew a way to organize the category's into pages so I can post to multiple cities?

The above mentioned importer works fine, I'm currently running it my site only has about 50 visitors so far. (Added a few CPA Offers skipping adsense route)
Waiting on more groups approval.

Gonna expand to multiple cities now :P
 
Last edited by a moderator:
where do you find the search and index php to put in the above codes? (sorry i'm pretty bad at making websites)
 
where do you find the search and index php to put in the above codes? (sorry i'm pretty bad at making websites)

in the wordpress editor under appearance in the admin menu
 
in the wordpress editor under appearance in the admin menu

I'm guessing you don't replace the whole code 1 for 1? I pasted your codes for each file and it pretty much just breaks the template. Do you only have to paste it over a certain part? Thanks
 
I'm guessing you don't replace the whole code 1 for 1? I pasted your codes for each file and it pretty much just breaks the template. Do you only have to paste it over a certain part? Thanks

Are you removing the space after each '<' when you paste it?
 
So that there are no spaces between each line of code?
Just at the start of the lines some had a space, like < ?php when it should be <?php
Try this:

index.php:

<?php
// Empty search fixes
if ( isset($_GET['resume_search']) && $_GET['resume_search'] ) :
if (isset($_GET['s']) && isset($_GET['location']) && !empty($_GET['location'])) : get_template_part('search-resume'); return; endif;
wp_safe_redirect(get_post_type_archive_link('resum e'));
exit;
endif;
if (isset($_GET['s']) && isset($_GET['location']) && !empty($_GET['location'])) : get_template_part('search'); return; endif;
?>
<?php get_header('search'); ?>

<div class="section">
<?php do_action('after_search_results'); ?>
<p style="text-align: center;"></p>
<p style="text-align: center;"></p>
<p style="text-align: center;"></div><!-- end section -->
</div><!-- end main content -->
<?php if (get_option('jr_show_sidebar')!=='no') get_sidebar(); ?>

search.php:

<?php if (isset($_GET['resume_search']) && $_GET['resume_search']) : get_template_part('search-resume'); return; endif; ?>
<?php if (isset($_GET['location'])) $_GET['location'] = urldecode(utf8_uri_encode($_GET['location'])); ?>
<?php get_header('search'); ?>


<?php do_action('after_search_results'); ?>
<div class="clear"></div>
</div><!-- end main content -->
<?php if (get_option('jr_show_sidebar')!=='no') get_sidebar(); ?>

You can also use Notepad++ or other code editors setting the language to PHP, paste your code into that it makes it much easier to see if code is breaking somewhere
 
Thanks for this, also jobroller costs 100$ btw i found cracked version hope it's not backdoored code...
Is this adsense safe? Instead of copying jobs from other jobs websites isn't better to work on SEO and convince users to send jobs on your niche website?
 
Thanks for this, also jobroller costs 100$ btw i found cracked version hope it's not backdoored code...
Is this adsense safe? Instead of copying jobs from other jobs websites isn't better to work on SEO and convince users to send jobs on your niche website?

This was designed as more of a quick method for newbies to start making money. SEO is a long process and the keywords you would be aiming for would be very difficult to rank especially for a newbie.
 
This was designed as more of a quick method for newbies to start making money. SEO is a long process and the keywords you would be aiming for would be very difficult to rank especially for a newbie.

Yeah you're right, but I mean instead of copying works in the long run it's better to convince people to submit works on your website and tell them they'll have good visibilty
 
Thanks for this, also jobroller costs 100$ btw i found cracked version hope it's not backdoored code...
Is this adsense safe? Instead of copying jobs from other jobs websites isn't better to work on SEO and convince users to send jobs on your niche website?
I've also downloaded a cracked version but for some reason I can't get the listings to display on the front page. Any ideas would be appreciated.
 
Thanks for this, also jobroller costs 100$ btw i found cracked version hope it's not backdoored code...
Is this adsense safe? Instead of copying jobs from other jobs websites isn't better to work on SEO and convince users to send jobs on your niche website?
Duplicate post, sorry mods, please remove.
 
I've also downloaded a cracked version but for some reason I can't get the listings to display on the front page. Any ideas would be appreciated.

This will be in your indeed integration settings, if the settings are not setup correctly it wont show jobs

Yeah you're right, but I mean instead of copying works in the long run it's better to convince people to submit works on your website and tell them they'll have good visibilty

I agree with you 100% that it's better to have users submitting jobs but that's easier said than done and it would take to long. You would have to build an authority site and go up against major sites such as indeed and monster in Google. I suppose you could target keywords by city, town etc...
 
Last edited by a moderator:
I agree with you 100% that it's better to have users submitting jobs but that's easier said than done and it would take to long. You would have to build an authority site and go up against major sites such as indeed and monster in Google. I suppose you could target keywords by city, town etc...

Another idea to get visibilty: print out of some flyers with a QR Code on it, tell in your flyer page to people to visit the best job searching platform etc, this usually works
 
Can somebody say something about the legal aspects in other countries than the US?

Correct me when I'm wrong, but I think for example in germany you could get enormous problems for just copying some vacancies.
 
Can somebody say something about the legal aspects in other countries than the US?

Correct me when I'm wrong, but I think for example in germany you could get enormous problems for just copying some vacancies.

Yeah this is what I think too, Europe may has different laws in different countries for this, I'd go whitehat, get legit license for this script and promote your website to get jobs listing into
 
what plugin do you use for adsense that integrate well with jobroller? or ou just use the widget integrated in the theme?
 
Back
Top