04-05-2016, 11:18 AM
04-25-2016, 10:26 PM
Just tested this out and can confirm the Platinum version no longer works. - Also tested out the GOLD and it doesn't work either.
Little disappointed in Brett that he hasn't taken the time to update his software considering all his buy links are still active.
Little disappointed in Brett that he hasn't taken the time to update his software considering all his buy links are still active.
11-30-2016, 01:07 AM
please re upload agian
11-30-2016, 02:22 PM
Would appreciate a reupload.
10-15-2018, 11:47 PM
Don't bother with this. The plugin sucks. I've got it from Value Delivery his latest products. Installed it and couldn't get it to work. Uninstalled it and came here giving it a chance with the Platinum and yep - it doesn't work.
People have been complaining about the product and the product owner doesn't seem to care about updating and solving it.
People have been complaining about the product and the product owner doesn't seem to care about updating and solving it.
07-10-2019, 06:07 AM
The Plugin works just fine as long you:
1. Install on a subdomain with NO plugins
Make sure you have WP installed in the root of your domain or subdomain.
Check your permalinks settings! You cannot use "Plain". You need to select "Post Name".
This is because the plugin only accepts one GET parameter and that is the secret number.
This should solve the issue.
If not, clear the cache of the jack. Select "edit" next to the jack and set "Cache Expire" to 1.
Or try with another site to see if that makes any difference.
2. copy the .htaccess file from wp directory into the subdomain root or create an .htaccess file with the following content > Save
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wp/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wp/index.php [L]
</IfModule>
# END WordPress
3. Read Help instructions into the Jack Jacker plugin tab
and set your jacker with the the secret code Example code: 1478
4. Create your Jacker as per Jack Jacker window sequence
5. When click view WATCH attentively the jacker url because here is the GREAT difference between the FREE version and Gold/Platinum
in the FREE version the url looks like
http://yoursubdomain/?page_id=1478
In the GOLD/PLATINUM the url looks like
http://yoursubdomain/?ref=1478
6. Jack Jacker might not work on certain social media sites due to their updated policy via this type of access ...
Displaying info depends completely on Google+, Facebook, Twitter...but Jack Jacker works
Downloaded no headeache from <http://ge.tt/6Bx48mV2>
I set it on a subdomain
Had the .htaccess installed in the root of my subdomain
My Jacker Setup
URL To Jack >I jacked one of my sites
Aff. Link URL > I redirected to another site of mine
I set All options for jacker to YES
Used ANOTHER browser to test the jacker link which was in this format http://yoursubdomain/?ref=1478
Jack Title: Pick your Title like > Privacy Test
URL To Jack: >http://yoursite.com
CTA Bar Color: >Pick Your Color
CTA Bar Text: >Pick Your Text like in > Get most of Your Privacy Here!
Bar Text Color: >Pick Your Color
Aff. Link URL: >Insert your affiliate/testing site url>http://google.com
Secret Number >Pick your secret number like>1478
Cache Expire >1
Custom HTML > Check the Source Section below for 4. Here's a very simple, but very useful onload popup script
Jack Page Links: set it on >YES
Cloak Page Links: set it on > YES
Show CTA Bar: set it on >YES
TA-Da-Da-DA > WORKED perfectly
Have FUN and Do with your working jacker link whatever you want ...
Other valuable info used on this update
1. Just want to ask if i can use Jac1.ked Url on PPV advertising ?
Of course! Doing this myself.
If the PPV company asks about the GET parameter (secret number), just say it's for tracking.
2. Quick update. It's having a hard time pulling and displaying the "preview" info from the jacked site if I post to
Google+, Facebook, Twitter, etc.
It's only showing the information from my blog.
The original Jack Jacker pulls the appropriate info + picture, etc, from the jacked site.
This is 100% free so I'm not going to complain too much.
Really appreciate the work you've done. I'd much rather use this because of the additional features.
But I can't seem to figure out why it's not pulling the info from the jacked site.
The original Jack Jacker and this Platinum version retrieve the same information from whatever site. You can check page source for that.
Displaying info depends completely on Google+, Facebook, Twitter...
Results vary from site to site. But I know what you mean. It's a question of testing.
That's why I also use other social platforms, like Imgur and Instagram.
I post a screenshot and a short url.
Visitors recognize the site from the screenshot and don't look any further.
Works like a charm!
Not so long ago, I did a homerun on Imgur this way.
I almost couldn't believe it myself. People were even reposting
Pasted from <https://www.blackhatworld.com/seo/get-jack-jacker-platinum-the-ultimate-website-jacking-tool.811738/page-5>
3. To share the link on Twitter or FB,
take the url of your dummy page,
add the secret number, like this:
?ref=1234
(change 1234 with your secret number)
http://example.com/postname/?ref=1234
Notice that postname ends with a /
Optional, but best practice:
Use a link shortener service like >>>[[[Reported by Members as URL Shortener! Post the actual link!]]]<<<
and shorten your link before posting.
One other thing: it is difficult to test your
jacked page / dummy page while logged in to WP.
Best thing to do is copy the link in a new browser
window, or even better, incognito mode.
4. Here's a very simple, but very useful onload POPUP SCRIPT.
It's a very simple, unbreakable popup that opens on page load.
You can change the look and feel of the popup by changing the inline style rules.
In case you need to include jQuery, uncomment the first script.
Change it to your needs and paste it in the "Custom HTML" field of the plugin.
Code:
<!-- POP UP Start --><!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> -->
<script>
$(document).ready(function(){
$('#overlay').fadeIn(500,function(){
$('#popup').show();
});
$(".close").on('click', function() {
$('#popup').hide();
$('#overlay').fadeOut(500);
});
});
</script>
<div id="overlay" style ="position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.6; filter: alpha(opacity=60); z-index: 5; display: none"></div>
<div id="popup" style="position:absolute; display:hidden; top:160px; left:50%; width:500px; height:auto; margin-left:-250px; background-color:white; z-index:6; padding:20px; border:solid 5px #333333; border-radius:5px;">
<a href="#" class="close" style="display: block; float:right; position:relative; top:-15px; right: -15px; height: 20px; color:#333333;">X</a>
<h1>Hello</h1>
<h3>A simple unload popup!</h3>
<p style="margin:0; padding:5px; text-align:justify;">
This is a very simple, unbreakable popup that opens on page load. You can change the look and feel of the popup by changing the inline style rules. In case you need to include jQuery, uncomment the first script. Enjoy!</p>
<a href="#" style="margin:0; padding:5px; text-align:right; float:right; color:#333333;">Example link</a>
</div>
<!-- POP UP End -->
This is working code, but just an example.
Please don't ask me to modify this for specific needs.
I don't have time for that. Google is your best friend!
Pasted from <https://www.blackhatworld.com/seo/get-jack-jacker-platinum-the-ultimate-website-jacking-tool.811738/page-2>
This is a great script. Works for me the first time around. Just delete the cache to work with it a little. You do that by adding 1 to the cache box.
My only question now is a great method to share this on FB and other potential traffic sources. Let us know how you do it.
I don't think it is a good idea to hijack all links.
There are people on social networks that will call you on it. Just do the CTA bar with the right colors.
Exception is if a site has just a few links. Thanks for sharing this. You are a very nice person, sir.
Pasted from <https://www.blackhatworld.com/seo/get-jack-jacker-platinum-the-ultimate-website-jacking-tool.811738/page-4>
1. Install on a subdomain with NO plugins
Make sure you have WP installed in the root of your domain or subdomain.
Check your permalinks settings! You cannot use "Plain". You need to select "Post Name".
This is because the plugin only accepts one GET parameter and that is the secret number.
This should solve the issue.
If not, clear the cache of the jack. Select "edit" next to the jack and set "Cache Expire" to 1.
Or try with another site to see if that makes any difference.
2. copy the .htaccess file from wp directory into the subdomain root or create an .htaccess file with the following content > Save
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wp/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wp/index.php [L]
</IfModule>
# END WordPress
3. Read Help instructions into the Jack Jacker plugin tab
and set your jacker with the the secret code Example code: 1478
4. Create your Jacker as per Jack Jacker window sequence
5. When click view WATCH attentively the jacker url because here is the GREAT difference between the FREE version and Gold/Platinum
in the FREE version the url looks like
http://yoursubdomain/?page_id=1478
In the GOLD/PLATINUM the url looks like
http://yoursubdomain/?ref=1478
6. Jack Jacker might not work on certain social media sites due to their updated policy via this type of access ...
Displaying info depends completely on Google+, Facebook, Twitter...but Jack Jacker works
Downloaded no headeache from <http://ge.tt/6Bx48mV2>
I set it on a subdomain
Had the .htaccess installed in the root of my subdomain
My Jacker Setup
URL To Jack >I jacked one of my sites
Aff. Link URL > I redirected to another site of mine
I set All options for jacker to YES
Used ANOTHER browser to test the jacker link which was in this format http://yoursubdomain/?ref=1478
Jack Title: Pick your Title like > Privacy Test
URL To Jack: >http://yoursite.com
CTA Bar Color: >Pick Your Color
CTA Bar Text: >Pick Your Text like in > Get most of Your Privacy Here!
Bar Text Color: >Pick Your Color
Aff. Link URL: >Insert your affiliate/testing site url>http://google.com
Secret Number >Pick your secret number like>1478
Cache Expire >1
Custom HTML > Check the Source Section below for 4. Here's a very simple, but very useful onload popup script
Jack Page Links: set it on >YES
Cloak Page Links: set it on > YES
Show CTA Bar: set it on >YES
TA-Da-Da-DA > WORKED perfectly
Have FUN and Do with your working jacker link whatever you want ...
Other valuable info used on this update
1. Just want to ask if i can use Jac1.ked Url on PPV advertising ?
Of course! Doing this myself.
If the PPV company asks about the GET parameter (secret number), just say it's for tracking.
2. Quick update. It's having a hard time pulling and displaying the "preview" info from the jacked site if I post to
Google+, Facebook, Twitter, etc.
It's only showing the information from my blog.
The original Jack Jacker pulls the appropriate info + picture, etc, from the jacked site.
This is 100% free so I'm not going to complain too much.
Really appreciate the work you've done. I'd much rather use this because of the additional features.
But I can't seem to figure out why it's not pulling the info from the jacked site.
The original Jack Jacker and this Platinum version retrieve the same information from whatever site. You can check page source for that.
Displaying info depends completely on Google+, Facebook, Twitter...
Results vary from site to site. But I know what you mean. It's a question of testing.
That's why I also use other social platforms, like Imgur and Instagram.
I post a screenshot and a short url.
Visitors recognize the site from the screenshot and don't look any further.
Works like a charm!
Not so long ago, I did a homerun on Imgur this way.
I almost couldn't believe it myself. People were even reposting
Pasted from <https://www.blackhatworld.com/seo/get-jack-jacker-platinum-the-ultimate-website-jacking-tool.811738/page-5>
3. To share the link on Twitter or FB,
take the url of your dummy page,
add the secret number, like this:
?ref=1234
(change 1234 with your secret number)
http://example.com/postname/?ref=1234
Notice that postname ends with a /
Optional, but best practice:
Use a link shortener service like >>>[[[Reported by Members as URL Shortener! Post the actual link!]]]<<<
and shorten your link before posting.
One other thing: it is difficult to test your
jacked page / dummy page while logged in to WP.
Best thing to do is copy the link in a new browser
window, or even better, incognito mode.
4. Here's a very simple, but very useful onload POPUP SCRIPT.
It's a very simple, unbreakable popup that opens on page load.
You can change the look and feel of the popup by changing the inline style rules.
In case you need to include jQuery, uncomment the first script.
Change it to your needs and paste it in the "Custom HTML" field of the plugin.
Code:
<!-- POP UP Start --><!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> -->
<script>
$(document).ready(function(){
$('#overlay').fadeIn(500,function(){
$('#popup').show();
});
$(".close").on('click', function() {
$('#popup').hide();
$('#overlay').fadeOut(500);
});
});
</script>
<div id="overlay" style ="position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.6; filter: alpha(opacity=60); z-index: 5; display: none"></div>
<div id="popup" style="position:absolute; display:hidden; top:160px; left:50%; width:500px; height:auto; margin-left:-250px; background-color:white; z-index:6; padding:20px; border:solid 5px #333333; border-radius:5px;">
<a href="#" class="close" style="display: block; float:right; position:relative; top:-15px; right: -15px; height: 20px; color:#333333;">X</a>
<h1>Hello</h1>
<h3>A simple unload popup!</h3>
<p style="margin:0; padding:5px; text-align:justify;">
This is a very simple, unbreakable popup that opens on page load. You can change the look and feel of the popup by changing the inline style rules. In case you need to include jQuery, uncomment the first script. Enjoy!</p>
<a href="#" style="margin:0; padding:5px; text-align:right; float:right; color:#333333;">Example link</a>
</div>
<!-- POP UP End -->
This is working code, but just an example.
Please don't ask me to modify this for specific needs.
I don't have time for that. Google is your best friend!
Pasted from <https://www.blackhatworld.com/seo/get-jack-jacker-platinum-the-ultimate-website-jacking-tool.811738/page-2>
This is a great script. Works for me the first time around. Just delete the cache to work with it a little. You do that by adding 1 to the cache box.
My only question now is a great method to share this on FB and other potential traffic sources. Let us know how you do it.
I don't think it is a good idea to hijack all links.
There are people on social networks that will call you on it. Just do the CTA bar with the right colors.
Exception is if a site has just a few links. Thanks for sharing this. You are a very nice person, sir.
Pasted from <https://www.blackhatworld.com/seo/get-jack-jacker-platinum-the-ultimate-website-jacking-tool.811738/page-4>
(01-15-2016 03:32 AM)gho5t Wrote: [ -> ]Thanks OP for sharing this... Nice piece of software! I got ALL the features working in IE, FireFox, and Chrome. I did a clean install of WP with a minimal amount of plugins and created my New Jack. I selected Yes for the three dropdown boxes. I logged out of my site, closed out all browsers, and cleaned cache with CCLeaner. First, I checked out the page without the magic number, shows real page. Next, I checked out the page with the magic number, shows jacked page with all links pointing to affiliate site.
The only thing I don't like is the URL that's being displayed when mousing over the links:
Code:
http://www.mysite.com/wp-content/plugins/jack_jacker_platinum/go/298.php
MIRRORS: (including plugin, video, and screens)
Code:
http://mir.cr/SQK9NTF2
Code:
http://www.multiupfile.com/f/b76f1e1e43
07-11-2019, 10:03 AM
b ruteky sux ass but the above is a great post.
thanks!
thanks!
07-11-2019, 12:03 PM
Thanks a lot Brett! LOL
(07-10-2019 06:07 AM)Koson Wrote: [ -> ]The Plugin works just fine as long you:
1. Install on a subdomain with NO plugins
Make sure you have WP installed in the root of your domain or subdomain.
Check your permalinks settings! You cannot use "Plain". You need to select "Post Name".
This is because the plugin only accepts one GET parameter and that is the secret number.
This should solve the issue.
If not, clear the cache of the jack. Select "edit" next to the jack and set "Cache Expire" to 1.
Or try with another site to see if that makes any difference.
2. copy the .htaccess file from wp directory into the subdomain root or create an .htaccess file with the following content > Save
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wp/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wp/index.php [L]
</IfModule>
# END WordPress
3. Read Help instructions into the Jack Jacker plugin tab
and set your jacker with the the secret code Example code: 1478
4. Create your Jacker as per Jack Jacker window sequence
5. When click view WATCH attentively the jacker url because here is the GREAT difference between the FREE version and Gold/Platinum
in the FREE version the url looks like
http://yoursubdomain/?page_id=1478
In the GOLD/PLATINUM the url looks like
http://yoursubdomain/?ref=1478
6. Jack Jacker might not work on certain social media sites due to their updated policy via this type of access ...
Displaying info depends completely on Google+, Facebook, Twitter...but Jack Jacker works
Downloaded no headeache from <http://ge.tt/6Bx48mV2>
I set it on a subdomain
Had the .htaccess installed in the root of my subdomain
My Jacker Setup
URL To Jack >I jacked one of my sites
Aff. Link URL > I redirected to another site of mine
I set All options for jacker to YES
Used ANOTHER browser to test the jacker link which was in this format http://yoursubdomain/?ref=1478
Jack Title: Pick your Title like > Privacy Test
URL To Jack: >http://yoursite.com
CTA Bar Color: >Pick Your Color
CTA Bar Text: >Pick Your Text like in > Get most of Your Privacy Here!
Bar Text Color: >Pick Your Color
Aff. Link URL: >Insert your affiliate/testing site url>http://google.com
Secret Number >Pick your secret number like>1478
Cache Expire >1
Custom HTML > Check the Source Section below for 4. Here's a very simple, but very useful onload popup script
Jack Page Links: set it on >YES
Cloak Page Links: set it on > YES
Show CTA Bar: set it on >YES
TA-Da-Da-DA > WORKED perfectly
Have FUN and Do with your working jacker link whatever you want ...
Other valuable info used on this update
1. Just want to ask if i can use Jac1.ked Url on PPV advertising ?
Of course! Doing this myself.
If the PPV company asks about the GET parameter (secret number), just say it's for tracking.
2. Quick update. It's having a hard time pulling and displaying the "preview" info from the jacked site if I post to
Google+, Facebook, Twitter, etc.
It's only showing the information from my blog.
The original Jack Jacker pulls the appropriate info + picture, etc, from the jacked site.
This is 100% free so I'm not going to complain too much.
Really appreciate the work you've done. I'd much rather use this because of the additional features.
But I can't seem to figure out why it's not pulling the info from the jacked site.
The original Jack Jacker and this Platinum version retrieve the same information from whatever site. You can check page source for that.
Displaying info depends completely on Google+, Facebook, Twitter...
Results vary from site to site. But I know what you mean. It's a question of testing.
That's why I also use other social platforms, like Imgur and Instagram.
I post a screenshot and a short url.
Visitors recognize the site from the screenshot and don't look any further.
Works like a charm!
Not so long ago, I did a homerun on Imgur this way.
I almost couldn't believe it myself. People were even reposting
Pasted from <https://www.blackhatworld.com/seo/get-jack-jacker-platinum-the-ultimate-website-jacking-tool.811738/page-5>
3. To share the link on Twitter or FB,
take the url of your dummy page,
add the secret number, like this:
?ref=1234
(change 1234 with your secret number)
http://example.com/postname/?ref=1234
Notice that postname ends with a /
Optional, but best practice:
Use a link shortener service like >>>[[[Reported by Members as URL Shortener! Post the actual link!]]]<<<
and shorten your link before posting.
One other thing: it is difficult to test your
jacked page / dummy page while logged in to WP.
Best thing to do is copy the link in a new browser
window, or even better, incognito mode.
4. Here's a very simple, but very useful onload POPUP SCRIPT.
It's a very simple, unbreakable popup that opens on page load.
You can change the look and feel of the popup by changing the inline style rules.
In case you need to include jQuery, uncomment the first script.
Change it to your needs and paste it in the "Custom HTML" field of the plugin.
Code:
<!-- POP UP Start --><!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> -->
<script>
$(document).ready(function(){
$('#overlay').fadeIn(500,function(){
$('#popup').show();
});
$(".close").on('click', function() {
$('#popup').hide();
$('#overlay').fadeOut(500);
});
});
</script>
<div id="overlay" style ="position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.6; filter: alpha(opacity=60); z-index: 5; display: none"></div>
<div id="popup" style="position:absolute; display:hidden; top:160px; left:50%; width:500px; height:auto; margin-left:-250px; background-color:white; z-index:6; padding:20px; border:solid 5px #333333; border-radius:5px;">
<a href="#" class="close" style="display: block; float:right; position:relative; top:-15px; right: -15px; height: 20px; color:#333333;">X</a>
<h1>Hello</h1>
<h3>A simple unload popup!</h3>
<p style="margin:0; padding:5px; text-align:justify;">
This is a very simple, unbreakable popup that opens on page load. You can change the look and feel of the popup by changing the inline style rules. In case you need to include jQuery, uncomment the first script. Enjoy!</p>
<a href="#" style="margin:0; padding:5px; text-align:right; float:right; color:#333333;">Example link</a>
</div>
<!-- POP UP End -->
This is working code, but just an example.
Please don't ask me to modify this for specific needs.
I don't have time for that. Google is your best friend!
Pasted from <https://www.blackhatworld.com/seo/get-jack-jacker-platinum-the-ultimate-website-jacking-tool.811738/page-2>
This is a great script. Works for me the first time around. Just delete the cache to work with it a little. You do that by adding 1 to the cache box.
My only question now is a great method to share this on FB and other potential traffic sources. Let us know how you do it.
I don't think it is a good idea to hijack all links.
There are people on social networks that will call you on it. Just do the CTA bar with the right colors.
Exception is if a site has just a few links. Thanks for sharing this. You are a very nice person, sir.
Pasted from <https://www.blackhatworld.com/seo/get-jack-jacker-platinum-the-ultimate-website-jacking-tool.811738/page-4>
(01-15-2016 03:32 AM)gho5t Wrote: [ -> ]Thanks OP for sharing this... Nice piece of software! I got ALL the features working in IE, FireFox, and Chrome. I did a clean install of WP with a minimal amount of plugins and created my New Jack. I selected Yes for the three dropdown boxes. I logged out of my site, closed out all browsers, and cleaned cache with CCLeaner. First, I checked out the page without the magic number, shows real page. Next, I checked out the page with the magic number, shows jacked page with all links pointing to affiliate site.
The only thing I don't like is the URL that's being displayed when mousing over the links:
Code:
http://www.mysite.com/wp-content/plugins/jack_jacker_platinum/go/298.php
MIRRORS: (including plugin, video, and screens)
Code:
http://mir.cr/SQK9NTF2
Code:
http://www.multiupfile.com/f/b76f1e1e43
09-25-2019, 01:01 AM
bump for reup
12-30-2019, 07:46 AM
Bump for a reup on this ...