Zelaron Gaming Forum

Zelaron Gaming Forum (http://zelaron.com/forum/index.php)
-   Tech Help (http://zelaron.com/forum/forumdisplay.php?f=329)
-   -   Help, help, help... (http://zelaron.com/forum/showthread.php?t=3731)

Sirpullido 2002-06-06 05:16 PM

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)

Hades-Knight 2002-06-06 05:34 PM

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>

Sirpullido 2002-06-06 05:45 PM

Thx Thx Thx!!!!!!!! damn m8 u were fast!!!!!!!!!!!!!!!!!!


Any mod give him gold!!!!!!! he deserves it!!!!!!

Sirpullido 2002-06-06 05:49 PM

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????

Sirpullido 2002-06-06 07:26 PM

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>

Hades-Knight 2002-06-07 06:24 AM

heh im a MOD i can give myself gold, how much u want me to give myself?


:D

Sirpullido 2002-06-09 07:50 PM

then gimme gold 4 trying to help u getting uotd :p

Randuin 2002-06-10 08:39 AM

he has UOTD? bah no matter i have LBR... and that'll always pwn :)

Sum Yung Guy 2002-06-16 03:11 AM

Quote:

Originally posted by Randuin
he has UOTD? bah no matter i have LBR... and that'll always pwn :)
whats that have to do with this thread?

Randuin 2002-06-16 08:20 AM

Quote:

Originally posted by Sum Yung Guy

whats that have to do with this thread?

what does that have anything to do with this thread?!

dominator73439 2002-09-08 10:02 PM

omg you ppl are crazy

Grav 2002-09-08 10:07 PM

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.