| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| Account Closed | Help to encrypt url Hi Has anyone any code that will hex your url in the browser I have given an example below http://%77%77%77%2e%6e%61%6d%65%70%72%6f%73%2e%63%6f%6d Diverts to namepros I am looking for some kind of code or program that i install on my hosting that will keep my url encrypted I will also pay someone to do this for me also Thanks :-) |
| |
| | #2 (permalink) |
![]() | Not quite sure what you mean when you say, keep your URL encrypted... Do you mean keep the URL in hex format while someone is browsing, so they cannot see your domain easily? PHP Code:
__________________ <?php if(1===1){ $computer="fine."; }else{ $computer="broken."; } echo "Your computer is ".$computer; ?> |
| |
| | #5 (permalink) | |
| Stud Sausage | Quote:
PHP Code: | |
| |
| | #7 (permalink) |
| Stud Sausage | Demo: http://mattjewell.com/test.php Code: PHP Code: Last edited by Matthew.; 03-01-2007 at 12:08 PM. |
| |
| | #11 (permalink) |
![]() | Kerr, I see what you are wanting to do now, however this is a browser thing. Depending on the browser, usually they will check the URL to see if its hex or not, if it is, it will automatically convert it to the normal URL you can see. As far as I know, you can't change this on the server's end, it's a client thing.
__________________ <?php if(1===1){ $computer="fine."; }else{ $computer="broken."; } echo "Your computer is ".$computer; ?> |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |