Code To Hire URL

hgear

Power Member
Joined
Feb 8, 2008
Messages
546
Reaction score
197
Hi a while back somebody posted a code that changes all the links in a webpage and masks the urls.

So if you wanted to have a webpage www.blackhatmoneysecrets.com
but there was nothing on that site
and you wanted to pull content from www.dppeoplearemorons.com

what this code did was when anybody went to www.blackhatmoneysecrets.com

all the content would be from www.dppeoplearemorons.com
include all the links. but the link would have the url of www.blackhatmoneysecrets.com/

I was wondering if you have it or know where it's at I can't find it anywere.
It might have been javascript

thank in advance...
 
You can mirror a site on the fly with Mod_Rewrite/ProxyPass module. Try researching those modules, don't forget to set up caching. I am not sure if it will also re-link the content, might want to google around for that info.
 
Last edited:
Thanks @easyroms I'll check it out
 
Damn I really want to find this. I know it was in here somewhere back to the advance search option to go digging for it.
 
Would it be something like redirect? I have a site hosted at gdaddy that is empty, but the link is to a non-empty site, simply by redirect.
 
Here is simple script I whipped up:

www pastebin .c()m / dE3fLdbF
 
Last edited:
easyrom, could you send me a p-rivate-message with an e mai l contact as I cannot respond to pr-i vate m's.
 
Ally, I can't PM either :( I could hardly post my code due to the "restrictions" hahaha
 
Ally, I can't PM either :( I could hardly post my code due to the "restrictions" hahaha

Kind of makes ya (you and me) feel like "Bob" guy with no arms and no legs in a pool. LOL. Seeing that you were a newbie also and did script, I just was going to ask you how to implement the code you wrote w/out looking like an fidiot.
 
Now that you mention it, I forgot to supply an .htaccess file! haha Let me repost it. Check the link in my "Edit Reason" below.

Basically, copy the PHP code into a file called index.php and also copy the HTACCESS code into a file name .htaccess, upload both files to your server.

My e-mail: admin(AT)tv-force.com
 
Last edited:
Back
Top