Jump to content

hackalive

Members
  • Posts

    652
  • Joined

  • Last visited

Everything posted by hackalive

  1. cags, sorry to be a pain but I always said www.mydomain.com/corporate/page5.php to www.mydomain.com/corporate/5
  2. Cheers cags, how can I exclude directories and also make root/corporate.php rewrite to croot/corporate not root/corporate/ also it is not rewriting root/corporate/5.php to root/corporate/5 for some reason thansk for all your help so far cags
  3. This is what I have Options +FollowSymLinks RewriteEngine on RewriteRule ^([^/]+)/?$ /$1.php [L] RewriteRule ^([^/]+)/(\d+)/?$ /([^/]+)/page$2.php [L] This is what I get Also need to be able to exclude directories and it may not be page.php it could be anything about.php page.php me.php so what do I do there Thanks for all your fast responses and help so far cags
  4. its probably going to require the use of a RewriteCond?
  5. thanks for that ... one thing I gorgot to list, it must work for all folders in the root and all files within a folder within the root so root/corporate.php = root/corporate AND root/corporate/ root/corporate/5.php = root/corporate/5 root/me.php = root/me root/hi/index.php = root/hi AND root/hi/ etc, etc, etc
  6. Hi guys, I need a rewrite that allows me to www.mydomain.com/corporate.php as www.mydomain.com/corporate but www.mydomain.com/corporate/page5.php to www.mydomain.com/corporate/5 and as a fail safe www.mydomain.com/corporate/ would go to www.mydomain.com/corporate if no index.php file was found in www.mydomain.com/corporate/ if anyone can help it would so much be appreciated.
  7. Hahahaha About 1,550,000 results (0.07 seconds) I was just wanting to know if anyone had a preferred article or method ....
  8. Hi guys, I need a very secure PHP login script that uses a MySQL DB. Can anyone who has or knows a link to good code (or tutorial) post it please. Thanks
  9. (I was just trying to outline the things I remember the site discussing)
  10. I figured out why I can find it .... http://insanesecurity.info/index.html ... it does not work anymore ... anyone know what happened to it? It was a good site (for me anyway)
  11. it also talked about making a secure PHP login system
  12. Hi guys, I am trying to find a website that was a guys personal blog (sort of) ... it was security focused (in part) and was plain black and white. It discussed PHP logging all HTTP activity and a system which encrypted form passwords before they were parsed to the PHP processor. Ive tried finding it but cant, any one who knows of it please post a link ... much appreciated ...
  13. shameless bump, someone has to know
  14. I have found this http://www.qnap.com/pro_application.asp?ap_id=614 so the question now totally focuses on network printers (in that QNAP would not have them listed in the above manner) and PHP sending a document to print to a QNAP (or other networked) printer
  15. Is it possible for PHP code on Apache (executed via a QNAP) to print directly to a network enabled printer? Would you need to add the printer to the QNAP somehow (how would I), or not?
  16. Probably more a question on how to do this in Apache generally not just with QNAP.
  17. Hi guys, quick question (I hope ). I have a QNAP and I am wanting to use it in a "cloud storage" manner. Anyway the point is I have a php file on a real webserver which will pull files from the QNAP as needed for display (a bit like having the data folder which is outside the normal wwwroot, moodle is an example of this working) .... anyhow ... i want this data transmitted securely. My real webserver (mydomain.com) has full HTTPS certificate from verisign. I want to know how I can make my QNAP (216.1.1.1) use HTTPS/SSL ... i believe I need to use mod_ssl with OpenSSL, but I have no idea how to setup the Apach on the QNAP for this. Also this OpenSSL without a certificate (e.g., from verisign) would still transmit the data securely and encrypted? Just may say certificate error? Cheers in advance, hope its a simple one to answer
  18. does anyone know if any good reputable software load testing (web applications) in Australia?
  19. Feel free to move this to freelance if need be, I am keen to get someone to make this as I cant find it already availiable on the web
  20. I just wanted to get general feedback first on if something is already out there and does this, but if you feel it would be best in freelance and that that would be the best move and I would get some response please by all means move it
  21. Hi guys, I am building a web app and been thinking about login methods and want to do something like the android login (also see http://facebookloginvideos.com/facebook-login/facebook-login-android-lock-style-1773) Has anyone done this? Anyone can do or want to do this for me (paid)? I want it to use jQuery and work with AJAX and PHP. Cheers in advance
  22. So has anyone got instructions on how to use the Bing one? THe API Docs arent very helpful, I need an AJAX/PHP/JS example.
  23. Hi Guys, Can anyone tell me how with PHP/AJAX/JS I can use Bing or Google Translator to automatically translate into English any text typed as a chat session (IM). I have made my own IM script so I can modify it just need to know how to use Bing/Google Translator, the API Docs are not very helpful. Cheers, also how to do it for posts (i.e., data pulled from a db) that is static cheers in advance
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.