karlolof
Karma: 0
|
mambot automatically download - 2008/03/05 04:07
Hi I'm trying to build a small mambot that automatically download a remository file inside a content.
In the content: if download does not start automatically after a few seconds, please click on this link {quikremsitory id=xx text=Quickdown 2.1}
Will produce this html:
<script type="text/javascript"> /* <![CDATA[ */ function download(){window.location = 'http://www.remository.com/rem/Remository/download/420/chk,90a6561575360af5c08c5b1f32451633/
no_html,1/'} /* ]]> */ </script> <script type="text/javascript"> window.onload=download; </script>
if download does not start automatically after a few seconds, please click on this link <a href="http://www.remository.com/rem/Remository/download/420/chk,90a6561575360af5c08c5b1f32451633/
no_html,1/" rel="nofollow">Quickdown 2.1</a>
Is it possible to use your php-classes to make this work/mambot?
I'm want to use these downloadURL() and downloadLink() found in remositoryFile.php
|