Jump to content

jrsweets

Members
  • Posts

    34
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://www.jeffrusso.net

Profile Information

  • Location
    MA

jrsweets's Achievements

Contributor

Contributor (5/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. ><script language="javascript"> function Login(form) { var username = form.username.value var password = form.password.value var server = form.server.value if (username && password && server) { var horde = "http://" + username +"+"+server+ ":" + password + "@" + server + ":2095/" + "horde/index.php" window.status='WebMail' window.location = horde } else { alert("Please fill the username and the password") } } </script> <form name=login> <table border=0 cellpadding=1 align="center" width="430"> <tr><td align=center> <font color="#000000" face="Verdana, Arial, Helvetica, sans-serif"> <h1><b>WebMail Login</b></h1> <input type="hidden" value="******" name="server" maxlength="30" size="15"> </font></td></tr> <tr><td align=center> <h2>User: <input type=text name=username size=15 maxlength="30"> </h2></td></tr> <tr><td align=center> <h2>Password: <input type=password name=password size=20> </h2></td></tr> <tr><td align=center> <input type=button value="Login" onClick="Login(this.form)" name="button"> </td></tr> </table> </form> When using the head gurus horde mail web interface, I have only one problem. The username and password are displayed in the address bar after you login. Is there any way around this?
  2. Sorry I'm been away from the computer for a couple of days. I will try it this weekend. Thanks for all the help. Thats what I was looking for. I didn't mean to include all the files in one dialog box. Thanks again.
  3. I got it working. It didn't like the comment file. Thanks. Another problem solved. I do have a question. What if I have say 5 files I want to download? Do I have to write 5 different scripts or is there a way to modify this to include more files?
  4. I get this error. Both files are saved at the root directory. Parse error: parse error in /home/jeffrus/public_html/script.php on line 10 ------------------------------------ Test.htm <html> <head> <title>Testing MP3 Download</title> </head> <body> <a href="script.php">Download Movie</a> <!-- Where script.php is stored on your domain --> </body> </html> ------------------------------------ script.php <?php ini_set('session.cache_limiter', ''); header('Expires: Thu, 19 Nov 1981 08:52:00 GMT'); header('Cache-Control: must-revalidate, post-check=0, pre-check=0'); header('Pragma: no-cache'); header("Content-Disposition: disposition-type=attachment; filename=ARTIE-FCC-TNT-SONG.mp3"); readfile("http://jeffrusso.net/av/ARTIE-FCC-TNT-SONG.mp3"); <!-- the movie,mp3,mpeg file can be sitting on a remote domain and you just call to it. --> ?>
  5. How do you make it so when a user clicks on a link to a file it will pop up the box like the screen shot that I attached? When a user clicks on my file it either streams it, or opens the file. It happens when I wanted to post a small wav or mp3 file. The file is streamed, but I want the user to have the option to save the file to.
  6. Thanks. You guys are awesome. The support I recieve here is great. Thanks again. Rock Sign
  7. So after 24-72 hrs when some one types in the parked domains it will basically redirect them to my main domain. Sorry if this is a stupid question, I am just a little confused on what exactly is a parked domain, and what happens once its parked.
  8. I opened a help desk ticket and the process is complete. My question is now that the domains are parked, when someone goes to the parked domain they will be directed to my main domain correct? How long does is usally take? I tried going to one of my parked domains and I get an error. Shouldn't if goto my main domain?
  9. Thanks again.
  10. I usally set up ftp sites under the Cpanel. Did you try that. Always works for me.
  11. Forbidden You don't have permission to access /downloads/ on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Is that the default page for this? Why am I getting the additional error? see here http://www.jeffrusso.net/downloads/
  12. TCH-Bruce to the rescue once again. You are the man. Thanks!
  13. I have a folder on my site for downloads. I would like to set the permission so that I can link to the file let people download it, but if they try to directly access the folder they will get the access denied message. The only way I am able to let people download is to set the CHMOD to 755. Does anyone have any idea what I am doing wrong?
  14. When you use the backup option in Cpanel, and select the backup of the mysql database, is the backup up to date? Is it current from the time you download? If you have forums installed the information is stored in Mysql correct?
  15. I know html, but I am new to Invision. Could you point me in the right direction on to where the html for the top of the board is located?
×
×
  • Create New...