Search results

  1. G

    Upload Complete Error

    do you have a max_execution_time line in your php.ini?
  2. G

    Script Modifications

    I setup a test site and re did the code. Here is a screen shot: Now, before you use this, please note that the demo has been removed, the current navbar has been removed, and the drop down login box has been removed. Files needed are attached
  3. G

    Script Modifications

    I sent you a pm zipit, I will help you out. My script is quite different than the stock version, so there may be an issue applying my code but I will get you going.
  4. G

    Remote url upload bug on upgrade 3,1

    The remote url portion of the script doesn't have username and password authentication incorporated in it. Hopefully admin will look into adding it. ;) but that is what is happening, you are not downloading from a direct link as is needed with this remote uploader. Still works great though...
  5. G

    Major Remote Upload Bug

    That worked thanks admin. I downloaded it about an hour after the tweet went out, you fixed it quick.. lol Good job, and thank you. The script is really getting good now.
  6. G

    Major Remote Upload Bug

    I was also able to replicate the issue on another site running the script so it is not a local issue. Thanks
  7. G

    Major Remote Upload Bug

    Hello, My max free user upload is set to 500mb premium set to 1 gig The remote uploader does not follow the restrictions. I noticed a 700mb file in my file list by a free user so I replicated the bug by uploading a 1.99gig file both as a free user and a paid user. You can test on my site if...
  8. G

    Script Modifications

    Here is a copy of my code. I will try to be a bit clearer. I have also removed the background image from the navbar. After you place this code start to remove the other navbar from the script. I have also removed the login panel because the login in the new navbar directs to login.php My code...
  9. G

    Script Modifications

    Background Image Create an image 125x125 The CSS In screen.css Add to: /* site styles */ html, body { background: url("../images/bg.jpg") repeat scroll 0% 0% transparent!important;
  10. G

    Script Modifications

    Lets try and dress this script up a bit and maybe add some nice new functions. Please post any modifications here that you dont mind sharing. Simple Navbar: Create an image 1px by whatever height you want to match your site color and name it bar-bg-grey.gif upload it to the images folder This...
  11. G

    v3.1 bug?

    I have just been playing around when I have time. If you want some help with yours I can help. No fees or charges IMO as a community of users we should help each other where we can.
  12. G

    Advertise Free Premium

    If you just want to use an ad slot just make a banner with the details and link it to the appropriate page. If you want a popup, there are many tutorials on how to create popups, flyins etc.
  13. G

    v3.1 bug?

    When clicking on an invalid link there is only a blank page no redirect. Any ideas? test link: http://247uploads.com/IO
  14. G

    V3.1 Released!

    Admin thanks for the new release with a great list of changes! You did us a solid by getting it out quickly with many much needed additions. I ordered a couple plugins as a show of support. Thanks. :D
  15. G

    Upload Complete Error

    He's right, it is a limitation built into php. Just a thought, my max filesize is set to 1gig. Which IMO should be more than enough, if someone wants to go higher than that they can easily split the file with one of the many compression tools or hj split. It could actually be of benefit to you...
  16. G

    Upload Complete Error

    forgot to mention, I just dl'd my files folder with filezilla and reupped it later. you can backup your db through cpanel.
  17. G

    Upload Complete Error

    Backup your db and your files folder, if it is large it will take a while though. This was a last resort for me, after days of back and forth with my host I needed to take drastic measures because uploads were failing sporadically and often. Try finding other fixes before you go this route...
  18. G

    Upload Complete Error

    After upgrading to V3 I had major issues. I ended up getting rid of litespeed because nothing would work. I had to destroy the server and install V3 fresh instead of as an upgrade, increased my tmp folder to 5gig and it all works great again.
  19. G

    PayPal is a very bad way of payment, for file sharing site

    Re: PayPal is a very bad way of payment, for file sharing si You could try "Stripe" to accept credit cards if you are in the US or Canada.
  20. G

    Upload large file restart and can't save

    Do that step by step: pico /scripts/securetmp Modify "my $tmpdsksize" service mysql stop service httpd stop pstree -p | grep tailwatchd then kill the processes umount /var/tmp fuser -cu /tmp then kill all processes appears to you umount /tmp rm -rf /usr/tmpDSK /scripts/securetmp --auto service...