Search results

  1. adam

    Payment Method Fortumo.com (SMS Payment)

    Hi, Thanks for your suggestion. We're working on making the whole script much more plugin based so we can easily add a new module for additional payment options. Expect a release in the next few weeks with the plugin functionality. (among others!). There's no specific plans for fortumo...
  2. adam

    Can real file name be used in URL

    Hi, Thanks for your comments. :) If you login to the admin area and go to 'site settings'. Then search for 'Show the original filename on the end of the generated url.' on the page. This option will still create the short url part but it'll also add on the original filename to the end. i.e...
  3. adam

    .htaccess Problem

    Hi, Could you try this slightly modified version of the .htaccess file instead. RewriteEngine On RewriteCond %{REQUEST_URI} ^(.+)\~s$ RewriteRule ^(.*) /stats.php?u=$1 [L] RewriteCond %{REQUEST_URI} ^(.+)\~d$ RewriteRule ^(.*) /delete_file.php?u=$1 [QSA,L] RewriteCond %{REQUEST_URI} ^(.+)\~i$...
  4. adam

    Error upload links

    Hi, Please see the advise when you click 'info'... Regards, Adam.
  5. adam

    Agree terms switch off

    Hi, Sure, do this: - Delete the html code showing the tick box from index.php. Normally around line 109-118. (search for the class 'searchTerms') - Within _indexAction.php set $agreeTerms = 1 on line 28. i.e. $agreeTerms = 1; This will override the agree terms checkbox to always be 'agreed'...
  6. adam

    translation

    Hi, Thanks for your comments. We are sanity checking for translations on each release now so they'll all hopefully be moved into the translations functions by the next release. Regards, Adam.
  7. adam

    Error upload links

    Hi, This normally relates to the tmp folder running out of space. If you upload the check_host.php script to your site and run it via a browser, it'll tell you how much space the folder has allocated: http://www.mfscripts.com/check_host.zip It should be > 20GB if you're upload large files...
  8. adam

    Cant import .sql file

    Hi, What is the actual error message that's shown? The error you posted is just the sql command. Regards, Adam.
  9. adam

    Go hit by a spam bot

    Hi, As long as they are deleted from the 'shorturl' table they'll not show on the site. That's the only table that holds the data. Are you sure there's not more records? Regards, Adam.
  10. adam

    Spelling

    Hi, Thanks for pointing this out, I'll move it to the RFCs so it's picked up on the next release. Regards, Adam.
  11. adam

    Forum Updated!

    Hi all, We've today updated the forum on the site to provide instant notifications on posts along with some additional functionality. We'll start reworking the RFCs section into something a bit more manageable over the next few weeks. There's also a few script updates on their way...
  12. 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...
  13. 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.
  14. adam

    Keep getting Database errors.

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

    Problems with twitter link

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

    sql configuration

    Hi, What's the error..? Regards, Adam.
  17. 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.
  18. 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.
  19. 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.
  20. 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