Author |
Topic  |
|
Da_Stimulator
DEV Team Forum Moderator
    
USA
3373 Posts |
Posted - 08 January 2001 : 09:15:08
|
See this on Download.com - figured maybe it might be useful for snitz to use if the code is obtainable...
For example... If I see that SR5 is released while I'm in school, all I gotta do is click 'save to my x-drive' and then download it from there when I get home :)
Da_Stimulator Stimmy's Forums - Using 3.1 SR3 "We all die someday, but your goin down before I do" - Me |
|
HuwR
Forum Admin
    
United Kingdom
20600 Posts |
Posted - 08 January 2001 : 09:25:33
|
a url might be handy, I looked but couldn't find what you meant
'Resistance is futile' |
 |
|
Da_Stimulator
DEV Team Forum Moderator
    
USA
3373 Posts |
|
redbrad0
Advanced Member
    
USA
3725 Posts |
Posted - 08 January 2001 : 10:06:14
|
I’m not sure if this would be that beneficial. The reason for this is that there are not that many downloads available here at Snitz. The reason download.com has this, is that they have millions of shareware programs on their website, and you might not remember the program that you were looking for. I have heard that Xdrive is slow on downloading, but I have never tried it. This is just my $0.02 on this subject 
Brad |
 |
|
tilttek
Junior Member
 
Canada
333 Posts |
Posted - 08 January 2001 : 11:24:17
|
quote:
I’m not sure if this would be that beneficial. The reason for this is that there are not that many downloads available here at Snitz. The reason download.com has this, is that they have millions of shareware programs on their website, and you might not remember the program that you were looking for. I have heard that Xdrive is slow on downloading, but I have never tried it. This is just my $0.02 on this subject 
Slow... No kiding... Last time I had 100 bytes by Seconds... But Now as slow as Idrive (Last time 15 bytes by secondes).
Philippe Gamache http://www.tilttek.com http://www.lapageamelkor.com |
 |
|
Da_Stimulator
DEV Team Forum Moderator
    
USA
3373 Posts |
Posted - 08 January 2001 : 16:15:07
|
Downloads slow for me when downloading via the web, but when I have the desktop component installed on my computer and I download via that, its helluva lot quicker.
Da_Stimulator Stimmy's Forums - Using 3.1 SR3 "We all die someday, but your goin down before I do" - Me |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 08 January 2001 : 17:23:35
|
It's not hard to implement. They have the code for it on their website.(can't find it right now though, they've rearranged everything since I was there last)
I made a page awhile back that would pop-up a javascript box to enter the URL to a file so I could "Save to my X-Drive" any file I wanted to. |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 21 January 2001 : 21:26:11
|
I found the code that I used. What I wanted to do was make a page where I could put in the URL of the file and save it to my xdrive.
just copy the following code and paste it into a new HTML file and save it. Call it something like xdrivesave.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <TITLE>Send a file to your X:Drive!</TITLE> <SCRIPT LANGUAGE="JavaScript"> <!-- hide me // get path to file var file_path = prompt("What is the path to the file?",""); // stop hiding me --> </SCRIPT> <SCRIPT LANGUAGE="JavaScript" SRC="http://www.xdrive.com/js/skip.js"> </SCRIPT> </HEAD> <BODY bgColor=#000000 link=#0000ff text=#FFFFFF vLink=#800080 onLoad="window.defaultStatus='Send a file to your X:Drive!'"> <A HREF="JAVASCRIPT:xd_skip(file_path)"> <center><IMG SRC="http://www.xdrive.com/demo/images/skip.gif" BORDER=0></center></A> </BODY> </HTML>
now just open the file with your browser and you'll get a javascript box asking for the URL to the file you want to download. Just enter the URL and click on OK. You will then get a page with the Save to my X:Drive icon it, just click on it and the X:Drive dialog box will popup asking for your username/password (or not if you've already logged in recently).
Here is the code to skip the entering of the URL via the javascript box:
just insert the following in the <HEAD> part of you page:
<SCRIPT LANGUAGE="JavaScript" SRC="http://www.xdrive.com/js/skip.js"></SCRIPT>
Then insert the following in your page where you want the icon to be displayed:
<a href="javascript:xd_skip('http://forum.snitz.com/forum/icon_pencil.gif')"> <img src="http://www.xdrive.com/demo/images/skip.gif" border=0></a>
You would just change the http://forum.snitz.com/forum/icon_pencil.gif example above to the path of the file available for download.
You can try out the first example here: http://www.websamba.com/richardk/testsavetoxdrive.asp |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
|
Reinsnitz
Snitz Forums Admin
    
USA
3545 Posts |
Posted - 27 January 2001 : 13:03:21
|
cool idea 
Reinsnitz (Mike) ><)))'> "The glory of young men is their strength, and the honor of old men is their gray hair." - Proverbs 20:29
|
 |
|
Reinsnitz
Snitz Forums Admin
    
USA
3545 Posts |
Posted - 14 February 2001 : 15:06:54
|
-bump-
Reinsnitz (Mike) ><)))'> "Therefore go and make disciples of all nations,..." Matthew 28:19a |
 |
|
|
Topic  |
|