Jump to content

jrsweets

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by jrsweets

  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?
  16. How would I edit Invision PB 1.3 final so that the logo will span the top of the forums, and not just show up in the top left? I know where the code is located, I just don't know how to make it span. I think this is the code I need to edit: <!--IBF.BANNER--> <div id='logostrip'> <a href='{$ibforums->base_url}' title='Board Home'><img src='{$ibforums->vars['img_url']}/logo4.gif' alt='Powered by Invision Power Board' border="0" /></a> </div> If this is wrong could someone point me in the right direction. Thanks.
  17. Just an update, I found this http://www.invisiontools.com/index.php/pg/hosted-advmime It automatically edits the config file to allows any type of upload that you want. It may be helpful.
  18. Your right thanks for the input. I will just tell everyone to use ZIP files. Thanks again.
  19. I will instruct everybody just to use zipped files, no biggie. I just thought that there might be an easy way to add new file types. Thanks for all the help guys.
  20. What about mp3, rar, pdf or other extensions? Is there a way to change Invision to be able to add them.
  21. I'll try it out. So as long as the file is zipped, I should be able to upload it if I add zip to the list that you described? Thank you for the fast response.
  22. I tried that, still no luck. Get this message: THE FOLLOWING ERROR(S) WERE FOUND You cannot upload this type of file I was trying to allow a user to upload an mp3 file. Are those extension just for images or all files? It says postable images.
  23. I can't find the answer to this question anywhere. Am I able to specify what type of files the user can upload in their posts? I have allowed them to upload and, set the file size limits. I want to know what file types that can be uploaded and how to change (limit or add) the file types that are allowed. Any thoughts???
  24. Is that something that I could have done myself? If so, sorry I was unaware of it.
  25. I set up a subdomain. It works fine. I also setup a subdomain redirection. http://webmail.jeffrusso.net is suppose to get redirected to http://www.jeffrusso.net/mail.htm. when i type in http://webmail.jeffrusso.net I get error 404 page not found. What am i doing wrong? I have no files in the webmail subdomain, however that should not matter if its being redirected, right? Thanks for any help.
×
×
  • Create New...