Thread: A'ight chums. ^_^ Sooner I get this 1 simple question answered, sooner I'm gone!

Results 1 to 2 of 2
  1. #1 A'ight chums. ^_^ Sooner I get this 1 simple question answered, sooner I'm gone! 
    Registered Member Plox Scape's Avatar
    Join Date
    Oct 2013
    Posts
    84
    Thanks given
    13
    Thanks received
    4
    Rep Power
    15
    I'm wondering where I should put my cache download link thingy ma'bobber since I'm using Dropbox.

    I know you search for findcachedir() and then this comes up:

    Code:
    	}
    	Sequence musicS = null;
    	public static final String findcachedir(){
    		do {
    			String string;
    	    try {
    			String string_0_ = "cache";
    			String string_1_ = "./";
    			File file = new File(new StringBuilder().append(string_1_).append(string_0_).toString());
    			if(!file.exists() && !file.mkdir()) break;
    			string = new StringBuilder().append(string_1_).append(string_0_).append("/").toString();
    		} catch(Exception exception){ break; }
    			return string;
    		}
    		while(false);
    		return null;
    	}
    But where do I ever put the DL link, which is:

    [Only registered and activated users can see links. ]

    Where does I put it? o:
    Reply With Quote  
     

  2. #2  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,287
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Quote Originally Posted by Plox Scape View Post
    I'm wondering where I should put my cache download link thingy ma'bobber since I'm using Dropbox.

    I know you search for findcachedir() and then this comes up:

    Code:
    	}
    	Sequence musicS = null;
    	public static final String findcachedir(){
    		do {
    			String string;
    	    try {
    			String string_0_ = "cache";
    			String string_1_ = "./";
    			File file = new File(new StringBuilder().append(string_1_).append(string_0_).toString());
    			if(!file.exists() && !file.mkdir()) break;
    			string = new StringBuilder().append(string_1_).append(string_0_).append("/").toString();
    		} catch(Exception exception){ break; }
    			return string;
    		}
    		while(false);
    		return null;
    	}
    But where do I ever put the DL link, which is:

    [Only registered and activated users can see links. ]

    Where does I put it? o:
    No.. You put it in your cachedownloader.. Findcachedir just locates your cache
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Getting this error when i add Jframe
    By Jean in forum Help
    Replies: 4
    Last Post: 02-13-2009, 01:20 AM
  2. requestion to get this source look..
    By e for ever in forum Requests
    Replies: 5
    Last Post: 01-30-2009, 01:50 PM
  3. Replies: 1
    Last Post: 01-21-2009, 03:34 PM
  4. [help] I get this problem...
    By Areo8 in forum Software
    Replies: 4
    Last Post: 01-16-2009, 05:27 AM
  5. Lets get this straight. (Null)
    By Godsent in forum RS2 Client
    Replies: 1
    Last Post: 08-31-2008, 11:37 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •