Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Suggest forum.snitz.com Content
 'Save to my X-Drive'
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 08 January 2001 :  09:15:08  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
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  Show Profile  Visit HuwR's Homepage
a url might be handy, I looked but couldn't find what you meant

'Resistance is futile'
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 08 January 2001 :  09:30:41  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
http://download.cnet.com/downloads/0-10036-100-885025.html?tag=st.dl.10000-103-1.lst-7-2.885025

Link is mid-right 'Save to Online Drive'

Da_Stimulator
Stimmy's Forums - Using 3.1 SR3
"We all die someday, but your goin down before I do" - Me
Go to Top of Page

redbrad0
Advanced Member

USA
3725 Posts

Posted - 08 January 2001 :  10:06:14  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
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
Go to Top of Page

tilttek
Junior Member

Canada
333 Posts

Posted - 08 January 2001 :  11:24:17  Show Profile  Visit tilttek's Homepage
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
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 08 January 2001 :  16:15:07  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
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
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 08 January 2001 :  17:23:35  Show Profile
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.
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 21 January 2001 :  21:26:11  Show Profile
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
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 22 January 2001 :  00:08:46  Show Profile
This sample is for those with IDrive:

http://www.websamba.com/richardk/sideload.asp


And for those with FreeDrive:

http://www.websamba.com/richardk/freeloadit.asp
Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 27 January 2001 :  13:03:21  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
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
Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 14 February 2001 :  15:06:54  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
-bump-

Reinsnitz (Mike)
><)))'>
"Therefore go and make disciples of all nations,..." Matthew 28:19a
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.19 seconds. Powered By: Snitz Forums 2000 Version 3.4.07