Search found 3 matches
- Sat Sep 09, 2006 2:09 pm
- Forum: Submit Your Suggested Tips & Tricks Here
- Topic: A very efficient way for script-based uploading of new content
- Replies: 3
- Views: 3419
A unix tool for script-based uploading of new content
I wrote a small shell script using 'wget' for my friend. It should work with your own Joomla installation. You can find it at the following URL: m Please, read carefully the instructions that are at the beginning of this file (as comments). You can't expect this URL to be a permanent one; I h...
- Sun Aug 27, 2006 4:25 pm
- Forum: Submit Your Suggested Tips & Tricks Here
- Topic: A very efficient way for script-based uploading of new content
- Replies: 3
- Views: 3419
Re: A very efficient way for script-based uploading of new content
I noticed that the processus described in my message can be implemented simply by using twice the command 'wget' as follows: First : wget --keep-session-cookies --save-cookies cookies.txt --post-data="usrname=admin&pass=mickey&submit=Valider" &...
- Fri Aug 25, 2006 7:38 pm
- Forum: Submit Your Suggested Tips & Tricks Here
- Topic: A very efficient way for script-based uploading of new content
- Replies: 3
- Views: 3419
A very efficient way for script-based uploading of new content
A friend of mine needing to automatically submit his new articles through a script-based process, I had a look at this topic, and found that no efficient solution exists. But I was surprised to notice that attempts seem to focus on the SQL parts of the problem, which should lead to more or less brut...