can someone help me
|
Newbie Member
|
|
| 16Jun2008,05:46 | #1 |
|
I am learning to use cain and able and want to play a little trick on my sister, I want to do something like this. "People who tried to visit the Web site had their traffic transparently redirected to another site that hosted a Web page with a simple message that said the site was hacked "just for fun.", I want to do this or make the webpage someone views upside down, or why not both. Im on windows and cant figure it out. Also for the part about redirecting to a website that says hacked just for fun, I dont want to host a website can this be done by making a .html file on the persons computer and just have that open. Can someone tell me how to do this? please.
|
|
Invasive contributor
|
|
| 16Jun2008,10:42 | #2 |
|
well you can do all sorts of stuff for instance
To redirect a website you need to use what Google calls a 301 redirect. There are two common ways to use a 301 redirect. The first is through a PHP code Code:
<?Header( “HTTP/1.1 301 Moved Permanently” ); Header( “Location: http://www.new-url.com” ); ?> The other method is through a file called .htaccess. You should open notepad and copy paste this into it: Code:
Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L] |
|
Newbie Member
|
|
| 16Jun2008,21:32 | #3 |
|
Quote:
Originally Posted by XXxxImmortalxxXX My problem is that not very good at stuff like this so I don't know how I tell it what website to redirect or how to make this work at all could somone pm me like a detailed guide. Sorry I'm a beginner |
|
Contributor
|
|
| 8Jul2008,09:35 | #4 |
|
Quote:
Originally Posted by XXxxImmortalxxXX |
|
Invasive contributor
|
|
| 8Jul2008,13:38 | #5 |
|
yes save it as .htaccess and when u login to the site check the directoryes then find the .htaccess then download the webpage to your pc then edit the code with that code above and upload it back to the site NOTE: you must gain ADMIN privlages first tho
|
|
Contributor
|
|
| 8Jul2008,19:27 | #6 |
|
How do you download the webpage to you pc?
|
|
Go4Expert Founder
|
![]() |
| 8Jul2008,20:04 | #7 |
|
By saving it
|
|
Go4Expert Member
|
|
| 10Jul2008,23:41 | #8 |
|
you can use programs like Filezilla .. download the file .. edit it then upload the file back
|
|
Newbie Member
|
|
| 1Aug2008,14:13 | #9 |
|
how to display(underline) the keyboard shortcut keys in control labels of a dialog box without pressing the alt key. In my project it gets displayed only after the alt key is pressed once...
|
|
Newbie Member
|
|
| 1Aug2008,14:18 | #10 |
|
--------------------------------------------------------------------------------
how to display(underline) the keyboard shortcut keys in control labels of a dialog box without pressing the alt key. In my project it gets displayed only after the alt key is pressed once. My project uses MFC resouce editor for controls... |

