Jump to content

Recommended Posts

Posted

Hello once again,

im sure you know some programms out there that actually leech site's html codes.

So that's what ive made, but it only takes the html code from the url u have entered and saves it to the file requested not the images.

package com.test;

import java.io.*;
import java.net.URL;

/**
* @author Voqus
*/
public class HTMLeech {
public static void main(String args[]) {
	try {
		URL url = new URL("http://www.google.gr");
		// Read the text returned from the site
		BufferedReader br = new BufferedReader(new InputStreamReader(
				url.openStream()));
		String htmlcode;
		while ((htmlcode = br.readLine()) != null) {
			try {
				FileWriter fw = new FileWriter("HTMCode.txt");
				BufferedWriter bw = new BufferedWriter(fw);
				while ((htmlcode = br.readLine()) != null) {
					bw.write(htmlcode + "\n");
				}
				bw.close();
			} catch (IOException e) {
				e.printStackTrace();
			}
		}
		br.close();
	} catch (IOException e) {
		e.printStackTrace();
	}
}
}

Screen:

H5Pz7.png

LKIde.png

Tadaaaa!

Credits: Me

Posted

You could of just done that. Every byte in that input stream is a char, your case is the worst case to use a buffer reader.

 

*Sigh*, you only needed 1 output stream writer not two >.>

		URL url = new URL("http://www.google.gr");
		InputStream io = url.openStream();
		byte[] data = new byte[io.available()];
		io.read(data);

		String result = new String(data);

Posted

			URL url = new URL("http://www.google.gr");
		InputStream io = url.openStream();
		byte[] data = new byte[io.available()];
		io.read(data);

		String result = new String(data);
                        System.out.println(result);

Well yea that's true but ur code just prints out on the console not creating a file and write it.

Anyway thx.

 

Posted

			URL url = new URL("http://www.google.gr");
		InputStream io = url.openStream();
		byte[] data = new byte[io.available()];
		io.read(data);

		String result = new String(data);
                        System.out.println(result);

Well yea that's true but ur code just prints out on the console not creating a file and write it.

Anyway thx.

 

I gave  you the string, then you can write it.

 

Take a look:

	URL url = new URL("http://www.google.gr");
	InputStream io = url.openStream();

	byte[] data = new byte[io.available()];
	io.read(data);

	FileOutputStream fs = new FileOutputStream(new File("index.html"));
	fs.write(data);
	fs.flush();

 

Later edit: Btw, i didn't see you use flush in your out stream writers, you always have to flush the data out after writing something in the stream, that's what saves it on your disk :)

 

Also buffer reader is used only when you wanna get a collection of strings, or parse an csv file, and so forth. And in a text file every byte in there is a char.

 

And finally the way a buffer reader is needed to eb set up is like this:

	BufferedReader br = new BufferedReader(new InputStreamReader(io));

	while(br.ready()) {
		String line = br.readLine();
	}

It's exactly like in l2js db connections, "while(rs.next);";

 

Hope it helps :)

Posted

I gave  you the string, then you can write it.

 

Take a look:

	URL url = new URL("http://www.google.gr");
	InputStream io = url.openStream();

	byte[] data = new byte[io.available()];
	io.read(data);

	FileOutputStream fs = new FileOutputStream(new File("index.html"));
	fs.write(data);
	fs.flush();

 

Later edit: Btw, i didn't see you use flush in your out stream writers, you always have to flush the data out after writing something in the stream, that's what saves it on your disk :)

 

Also buffer reader is used only when you wanna get a collection of strings, or parse an csv file, and so forth. And in a text file every byte in there is a char.

 

And finally the way a buffer reader is needed to eb set up is like this:

	BufferedReader br = new BufferedReader(new InputStreamReader(io));

	while(br.ready()) {
		String line = br.readLine();
	}

It's exactly like in l2js db connections, "while(rs.next);";

 

Hope it helps :)

aham yep, i can see it now thanks  ;D.

Btw i'm not really into l2j crap so dont tell about how they use trove and stuff  ::)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • NEW SEASON 2025     GRAND OPENING 31.01.2025 Dear players, we would like present you the new season of the L2Exoplanet server. The new server will be rate x10 with alot new updates & fixes. We promise you the best High Five server with big community and balanced economy. Our project consists team of enthusiasts who love Lineage 2 and we would like invite to this iconic game.     GRAND OPENING:  31.01.2025 at 20:00 GMT+1 BETA TEST:   24.01.2025    Client: High Five Rates: x10   Website: https://l2exoplanet.net Facebook: https://www.facebook.com/L2-Exoplanet-106811564103836 Discord: https://discord.gg/4fzhW7ZSPc      
    • NEW SEASON START 31.1.2025       GRAND OPENING:  31.01.2025 at 20:00 GMT+1 BETA TEST:   24.01.2025    Client: High Five Rates: x10   Website: https://l2exoplanet.net Facebook: https://www.facebook.com/L2-Exoplanet-106811564103836 Discord: https://discord.gg/4fzhW7ZSPc       Game Rates    Experience: x10  Skill Points: x10  Adena: x8  Drop: x8  Spoil: x8  Quest: x5  Raid Boss Drop: x5  Fame: x2  Epaulette: x8  Manor: x8  MW Craft Chance: 6%  Key-Matherial-Recepie: x16    Safe Enchant: +3  Maximum Enchant: +16  Normal Scroll Chance: 60%  Blessed Scroll Chance: 63%  Attribute Stone Chance: 50%  Attribute Crystal Chance: 30%      Game Settings    Multibox - 3 game clients per HWID  Autoloot  Autolearn Skills  NPC Buffer  Buff Slots (24+4/12)  Buff Duration (2h)  Olympiad Period 7days (new heroes appear every monday)  Seven Signs Period  Class Transfer for Adena  Max Sub-Class 3  Sub-Class Max Level 85  Essence Interface  Champions System  Vote Reward System  Dayli Reward System  PC Points Reward (500PC = 1 Donate Coin)      Epic Bosses Respawn Times     Queen Ant:  24 Hours +/- 4 Hours   Beleth: 2 Days +/- 8 Hours   Baium: 2 Days +/- 8 Hours   Antharas: 3 Days +/- 8 Hours   Valakas:  3 Days +/- 8 Hours     Instance Info     Normal Freya = 6 Players   Hard Freya = 12 Players   Frintezza = 6 Players   Zaken 83 Day = 6 Players   Zaken 60 Day = 6 Players   Zaken Nightly = 6 Players   Tiat = 6 Players   Beleth = 12 Players
    • i think u need edit server files side too... bcs for interlude missing cmd for this set
    • Hi. I'm trying to rewrite the Lineage 2 interlude interface so that the screen displays information that, for example, the “Curse Gloom” debuff has entered and that it displays what skill has been resisted (there is only general information). Is it possible to do this?
    • OPENING ON MARCH 21 AT 18:00 GMT+1 Airin Server — a journey from the classic Chronicle 1 to the epic Chronicle 5, followed by a world merge with the Teon server. We are creating a unique gaming experience where each era unfolds gradually. From your first steps to battles with epic bosses, from the importance of every equipment grade to the significance of every location. Progressive Chronicles — your journey through history. Limits: 1 client per person Rates: Epic drop chance: x1 Quest drop chance: x1 Raid drop chance: x2 Adena (dynamic): x3~ (x1 for high-level) EXP\SP: x2-x3 Drop chance: x2-x3 Spoil chance: x2-x3 Quests A-grade: x1-x3 Quests S-grade: x1-x2 Welcome to Elmorelab.com!
  • Topics

×
×
  • Create New...