![]() |
Help, help, help...
I've some files hosted in a FTP and i'd like to know how can i hide the link to em, as to download those files in the link i have to declare the login and the password so i need to know a way to hide the link so it cannot be seen ( i don't want every1 having access to my ftp and modifying my web)
I need to hide em from being showed in the bar at the bottom of iexplorer and also i wanna disable right click in all the web.... Can this be done in HTML?? Cuz i have a little idea of HTML but 0 idea of JAVA, Dreamweaver & such... (Yup i suck & use Frontpage...and notepad to modify HTML, I don't feel like downloading any decent HTML prog 4 my crappy web) |
this is html for no right clcik:
<script language="JavaScript"> <!-- // No rightclick script. var message="Here goes your message "; // Don\'t edit below! function click(e) { if (document.all) { if (event.button == 2) { alert(message); return false; } } if (document.layers) { if (e.which == 3) { alert(message); return false; } } } if (document.layers) { document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=click; // --> </script> |
Thx Thx Thx!!!!!!!! damn m8 u were fast!!!!!!!!!!!!!!!!!!
Any mod give him gold!!!!!!! he deserves it!!!!!! |
now i need how to avoid explorer from showing the link in the below bar, or how to set there any kind of permanent message...
any1 knows???? |
Ok done... problem is solved now... Thx rider 4 ur script
I got the scroll script from a friend webpage it just looked like <BODY text=#808000 bgColor=#000000 onload=scroll();><SCRIPT language=JavaScript> <!-- var txt="-=text to scroll=-"; function scroll() { window.status = txt; txt = txt.substring(1, txt.length) + txt.charAt(0); window.setTimeout("scroll()",150); } //--> </SCRIPT> |
heh im a MOD i can give myself gold, how much u want me to give myself?
:D |
then gimme gold 4 trying to help u getting uotd :p
|
he has UOTD? bah no matter i have LBR... and that'll always pwn :)
|
Quote:
|
Quote:
|
omg you ppl are crazy
|
www.thepunkit.com <-- where your sexual fantasies come true
|
All times are GMT -6. The time now is 04:56 AM. |
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.