Search results

  1. adam

    Values from Admin Panel

    Thanks @dskins for your comments & @localhost for your help. We've not got any major plans at the moment to open up development however I would be interested in abstracting the themes more so users can contribute (and sell!) new styles via the site. A plugin based architecture would also...
  2. adam

    User edit their own info

    Hi Darren, A user can already change their details in the latest script release, password etc. See here for an example: http://www.mfscripts.com/demos/short_url_script/ u: admin p: password Regards, Adam.
  3. adam

    Keep getting Database errors.

    Hi, Have you got an example of the error, i.e. a url? Thanks, Adam.
  4. adam

    Problems with twitter link

    What errors are you getting? Can you provide an example?
  5. adam

    sql configuration

    Hi, What's the error..? Regards, Adam.
  6. adam

    Can't edit screen.css

    Hi, We responded also via email but have you tried using Firebug in FireFox, it's really helpful for debugging these types of issues? Regards, Adam.
  7. adam

    Cannot remove users from admincp

    Hi, You can't remove them completely, the user data is needed within the db for historical purposes. i.e. there is other data which may link to it. In general, it's not best practice to permanently delete data from the database. Regards, Adam.
  8. adam

    Cannot remove users from admincp

    Hi, You can disable them via the admin area. Just login as a user which isn't the one you want to disable, go to the users page and click 'disable'. Regards, Adam.
  9. adam

    File Hosting Script

    Moved from other forum: It would be nice to have the users able to login through there Facebook and Twitter accounts
  10. adam

    PHP file handle for big files?

    Hi, This is a limitation on the PHP build. HTTP isn't really designed for really large files although there are way round it by modifying PHP itself: http://stackoverflow.com/questions/4614147/uploading-a-file-larger-than-2gb-using-php Until PHP natively supports files larger than 2 GB...
  11. adam

    Problem upload file more then 900MB

    Hi, Are you still having problems with the site, I can upload to it fine now? http://tankfiles.com/rB Regards, Adam.
  12. adam

    Change password?

    Hi, Not yet, it's set as high priority for the next release. Regards, Adam.
  13. adam

    problem upload

    @donate1719 - this is a community support forum as it says on the initial forum page, we don't always monitor these forum, you're much better emailing us if you have an urgent question. What does a phpinfo() say if the maximum size supported on your server? You can create one by creating a...
  14. adam

    FTP Downlad

    Hi, This will depend on your network speed between the web server and file server. Is you file server is a different physical location to your site? Regards, Adam.
  15. adam

    Problem upload file more then 900MB

    Hi, Can you send us your site url using the contact page and we'll have a look? Regards, Adam.
  16. adam

    internal server error

    Hi, Thanks for the feedback, I'll see if this can be added to the htaccess file as standard. Regards, Adam.
  17. adam

    Upload Issue with IE9

    Hi, IE doesn't yet support this functionality so for now it doesn't work. Hopefully it'll be supported within a later version of IE. Regards, Adam.
  18. adam

    Can't download files

    Hi, Thanks for providing the resolution to this for others. Good to hear you're up and running. :) Regards, Adam.
  19. adam

    problem sharing on facebook

    Responded to your email: Hi, That's correct, you're supplying facebook with a url to your site and not the shortened site, hence Facebook will show your site details. There's no way to alter it within the script other than amend the source code. Feel free to add it to the RFCs on our...
  20. adam

    Can't download files

    Hi, Did you upload the root .htaccess file and do you have mod_rewrite enabled? Regards, Adam.