#MinecraftHelp > 2011-01-08
#1 [00:00] <KillSpammer> Was that when i was like here?
#2 [00:01] <xales> no, a while ago
#3 [00:01] <KART35|iPod> you mean the file with the memory addreses and good stuff like that?
#4 [00:01] <KART35|iPod> seems to happen alot on xp
#5 [00:01] <Kealper> oh god....a few people have tried that
#6 [00:01] * nowwhatnapster [nowwhatnapster@notlogged] has joined ##MineCraftHelp
#7 [00:02] <KART35|iPod> but win7 and ubuntu, no files at closing
#8 [00:02] <KART35|iPod> err
#9 [00:02] <KART35|iPod> well
#10 [00:02] <Kealper> i actually considered making aubot kick someone if they sent more than 3 lines in 2 sec...
#11 [00:02] <nowwhatnapster> Anyone here using Minecraft Overviewer? I am having trouble with my batch file.
#12 [00:02] <KART35|iPod> unless you have tue wrong jre for ubuntu
#13 [00:02] <Kealper> *ahem*
#14 [00:02] <xales> nowwhatnapster: unfortunately, we don't support third party programs
#15 [00:03] <xales> try on the minecraft forums :\
#16 [00:03] <xales> KART35|iPod: yes, the one with stack traces
#17 [00:03] <KART35|iPod> mhmm
#18 [00:03] * sinedeviance [sinedeviance@notlogged] has joined ##MineCraftHelp
#19 [00:04] <xales> !check darksigns.net:23
#20 [00:04] <KART35|iPod> speaking of wich
#21 [00:05] <KART35|iPod> i recently created a port checker
#22 [00:05] <KART35|iPod> but it uses the windows api...
#23 [00:05] <Kealper> eew :/
#24 [00:05] <KART35|iPod> so it wouod need wine for linux
#25 [00:05] <Kealper> aubot's just uses raw tcp stuff
#26 [00:05] <KART35|iPod> would*
#27 [00:05] <KART35|iPod> well
#28 [00:05] <xales> the only major socket API difference
#29 [00:06] <KART35|iPod> ive ported win api stuff to sto
#30 [00:06] <xales> is like Winsock_Init or whatever
#31 [00:06] <KART35|iPod> stl*
#32 [00:06] <xales> otherwise, bind() send() and recv() are standard
#33 [00:06] <KART35|iPod> major PITA
#34 [00:06] <xales> connect() and etc
#35 [00:06] <xales> all standard
#36 [00:06] <KART35|iPod> especially because there isnt a system call to search for a process by name
#37 [00:06] <xales> there is
#38 [00:07] <KART35|iPod> orlly?
#39 [00:07] <xales> posix specifies one, afaik
#40 [00:07] <xales> well...you can list all processes
#41 [00:07] <xales> which is close eough
#42 [00:07] <KART35|iPod> i just had it search through /proc pid files
#43 [00:07] <xales> it returns a linked list to the process table afaik
#44 [00:08] <KART35|iPod> *sigh*
#45 [00:08] <KART35|iPod> i could never figure out how to parse terminal output tho
#46 [00:09] <xales> strcmp and strncmp family
#47 [00:09] <KART35|iPod> yes
#48 [00:09] <xales> should work for basic pasring
#49 [00:09] <KART35|iPod> but how do you get the string in
#50 [00:09] <KART35|iPod> ?
#51 [00:09] <xales> oh
#52 [00:09] <xales> via stdin
#53 [00:09] <xales> $ ps ax | ./myprogram
#54 [00:10] * KART35|iPod facepalms
#54 [00:10] <Kealper> lol
#55 [00:10] <KART35|iPod> been using c strings and related shit >.<
#56 [00:10] <xales> so?
#57 [00:10] <xales> sscanf()
#58 [00:10] <KART35|iPod> cout and cin
#59 [00:10] <xales> oh
#60 [00:10] <xales> cout and cin are streams
#61 [00:11] <xales> not cstrings
#62 [00:11] <xales> cstring = char*
#63 [00:11] <xales> actually
#64 [00:11] <xales> sscanf() would be ideal for parsing output
#65 [00:12] <KART35|iPod> hmm
#66 [00:12] * KART35|iPod goes digging through google
#66 [00:12] <xales> try manpages
#67 [00:12] <xales> much better
#68 [00:12] <xales> lol
#69 [00:16] <KART35|iPod> ah
#70 [00:16] <KART35|iPod> good ol ubuntu forums
#71 [00:17] <xales> KART35|iPod: just use manpages
#72 [00:17] <xales> so easy
#73 [00:17] <xales> just `man sprintf'
#74 [00:18] <KART35|iPod> i know
#75 [00:18] <xales> or sscanf rather
#76 [00:18] <xales> lol
#77 [00:18] <KART35|iPod> but im on an itouch atm..
#78 [00:19] <KART35|iPod> but...
#79 [00:19] <KART35|iPod> the shell might have man
#80 [00:19] <xales> linux.die.net then
#81 [00:19] <xales> and on an ipod? lol
#82 [00:19] <xales> those functions probably won't be accessible from userland
#83 [00:19] <xales> and certainly no manpages
#84 [00:19] <KART35|iPod> jailbroken with terminal for root
#85 [00:19] <xales> so?
#86 [00:20] <KART35|iPod> worth a try imho
#87 [00:21] <xales> Kealper:
#88 [00:21] <xales> KART35|iPod: not really. just use linux.die.net
#89 [00:21] <KART35|iPod> doesent have it
#90 [00:21] * KART35|iPod checks the interwebz
#90 [00:21] * Dvonio [Dvonio@notlogged] has left #MineCraftHelp
#91 [00:21] * dygituljunky [dygituljunky@notlogged] has joined ##MineCraftHelp
#92 [00:23] * lemon-rev [lemon-rev@notlogged] has joined ##MineCraftHelp
#93 [00:23] <xales> kealper just disappeared... :/
#94 [00:23] <Kealper> helping someone in PM
#95 [00:25] <KART35|iPod> so
#96 [00:25] <KART35|iPod> the pointer would be the same for fprint?
#97 [00:27] <Kealper> ok, just pimped the crap out of the irc log parsing functions....
#98 [00:27] <Kealper> http://kealper.com/irclogs/
#99 [00:27] <xales> Kealper: tell em to ask in the channel
#100 [00:27] <xales> we may know solutions
#101 [00:27] <xales> ._.
#102 [00:28] <xales> your listing them downside-up by the way kealper
#103 [00:28] <Kealper> he already did, and i recommended trying a better browser but he just said no and that he would continue trying -.-
#104 [00:28] <Kealper> it's not finished lol
#105 [00:28] <Kealper> i don't have any sort function in there atm
#106 [00:28] <xales> Kealper: what was their problem and why did you take it to PM? lol
#107 [00:28] <xales> Kealper: no need to sort, just list newest first. lol
#108 [00:29] <xales> just invert how it is now
#109 [00:29] <xales> reverse iterator or whatever
#110 [00:29] <Kealper> he randomly PMed me, and it was about not being able to purchase MC due to browser fail
#111 [00:29] <xales> lol..
#112 [00:29] <xales> what specifically?
#113 [00:30] <Kealper> something about the TOS checkbox being obscured.....
#114 [00:30] <Kealper> due to some sort of css parsing fail i'd assume....go IE!
#115 [00:31] <xales> ...lawl
#116 [00:31] <Kealper> so is that log parsing speed actually bearable now?
#117 [00:32] <xales> I can't see the logs parse
#118 [00:32] <xales> so I wouldn't know
#119 [00:32] <xales> oh...you mean
#120 [00:32] <xales> HAHA
#121 [00:32] <Kealper> page load speed
#122 [00:32] <xales> your not caching it?
#123 [00:32] <xales> CACHE IT
#124 [00:32] <xales> :O
#125 [00:32] <Kealper> screw that
#126 [00:32] <xales> sooo easy
#127 [00:32] <Kealper> as i said.....ugly code was ugly....lol
#128 [00:32] <xales> lol
#129 [00:33] <xales> why do we need log parsing exactly
#130 [00:34] <Kealper> because i suck and have 20 days worth of logs in a proprietary format, and i don't feel like having the logging module make html files directly, because i'm lazy
#131 [00:34] * frogonia [frogonia@notlogged] has joined ##MineCraftHelp
#132 [00:35] <xales> thats not a reason for having the logs available
#133 [00:35] <xales> I can't think of a reason we would need it
#134 [00:35] <frogonia> hey
#135 [00:35] <Kealper> oh...available...idk, just another use for aubot
#136 [00:35] <Kealper> incase one of us needs to go back in there for something
#137 [00:35] <frogonia> i need help
#138 [00:36] <Kealper> frogonia: help with?
#139 [00:36] <KART35|iPod> heh
#140 [00:36] <frogonia> on a pc
#141 [00:36] <KART35|iPod> safe bet eh?
#142 [00:36] <frogonia> where are the saves kept?
#143 [00:36] <KART35|iPod> urm
#144 [00:36] <Kealper> what operating system?
#145 [00:36] <KART35|iPod> what version of windows?
#146 [00:36] <Kealper> lol kart
#147 [00:37] <KART35|iPod> xp/7/vista?
#148 [00:37] <frogonia> windows
#149 [00:37] <KART35|iPod> ...
#150 [00:37] <frogonia> xp
#151 [00:37] <KART35|iPod> ok
#152 [00:37] <KART35|iPod> so
#153 [00:37] <KART35|iPod> it is in:
#154 [00:37] <KART35|iPod> this might take a bit
#155 [00:38] <xales> %appdata%\.minecraft\
#156 [00:38] <xales> lol
#157 [00:38] <KART35|iPod> C:/Documents and Settings/username here/Application Data/.minecraft/saves/worldx
#158 [00:39] <KART35|iPod> shit
#159 [00:39] <KART35|iPod> didnt use back slashes D:
#160 [00:40] <frogonia> k
#161 [00:40] <frogonia> thanks
#162 [00:43] * TehCreep [TehCreep@notlogged] has joined ##MineCraftHelp
#163 [00:45] <frogonia> cant find it
#164 [00:45] <frogonia> when i go to docs and settings its just all users or user
#165 [00:46] <frogonia> and still cant find app data in them
#166 [00:46] <KART35|iPod> hidden folder
#167 [00:46] <KART35|iPod> type it into the address bar
#168 [00:47] <KART35|iPod> feel free to un hide it if you want to
#169 [00:47] * alex_briggs [alex_briggs@notlogged] has joined ##MineCraftHelp
#170 [00:49] <frogonia> thanks
#171 [00:50] * alex_briggs1 [alex_briggs1@notlogged] has joined ##MineCraftHelp
#172 [01:18] <clone1018> !check 114.77.43.78:25566
#173 [01:27] <clone1018> !check 114.77.43.78:25565
#174 [01:28] <ConMan8> !check 124.236.154.177:28000
#175 [01:28] <clone1018> !check stfuconman
#176 [01:29] <clone1018> !check rm -Rf /
#177 [01:29] <ConMan8> wat
#178 [01:29] <clone1018> !check ::1
#179 [01:29] <Kealper> 1. not running on a nix box, 2. it does not execute the parameters given to it
#180 [01:30] <clone1018> :(
#181 [01:30] <Kealper> that'd be unsecure if it did
#182 [01:30] <clone1018> !check format C:
#183 [01:30] <clone1018> :P
#184 [01:30] <clone1018> Boo!
#185 [01:30] <clone1018> I demand security flawsa
#186 [01:30] <clone1018> flaws*
#187 [01:30] <Kealper> psh, AuBot is bulletproof lol
#188 [01:31] <Kealper> lemme rephrase, "bullet resistant"
#189 [01:31] <ConMan8> !check 24.101.96.83:28000
#190 [01:31] <ConMan8> That was fast
#191 [01:32] <Kealper> dang that was, same second lol
#192 [01:32] * Hakone [Hakone@notlogged] has joined ##MineCraftHelp
#193 [01:32] <KART35|iPod> good connection is good
#194 [01:32] <ConMan8> Can I ban AuBot from a server?
#195 [01:32] <ConMan8> :D
#196 [01:32] <Kealper> oh....you're only about 200 miles away from me
#197 [01:33] <Kealper> you can;t ban it, it never logs in
#198 [01:33] <Kealper> you could ip ban my ip, but it will still work since the server has to establish a connection to get the connecting user's ip
#199 [01:33] * Hakone [Hakone@notlogged] has joined ##MineCraftHelp
#200 [01:33] <ConMan8> !slap clone1018
#201 [01:34] <ConMan8> :c
#202 [01:34] <clone1018> Arror Barrage doesnt work
#203 [01:38] <xales> so, I've been using a terminal emulator that was version 0.1 and 1.5 years out of date on my Mac
#204 [01:38] <xales> I just updated to the unofficial sucessor to it (I wasn't aware of it till now)
#205 [01:38] * BrotherHakone [BrotherHakone@notlogged] has joined ##MineCraftHelp
#206 [01:38] <xales> and the colors actually show up right...
#207 [01:38] <xales> O_o
#208 [01:39] <Kealper> O.o
#209 [01:39] <Baseball> http://www.youtube.com/watch?v=QmX7UyCtGGs&feature=related
#210 [01:39] <Baseball> Random yet funny
#211 [01:39] <xales> actually Kealper
#212 [01:39] <xales> 1 sec
#213 [01:40] * KillSpammer [KillSpammer@notlogged] has joined ##MineCraftHelp
#214 [01:40] <KillSpammer> Hello...
#215 [01:40] <Kealper> hi
#216 [01:41] * Donny [Donny@notlogged] has joined ##MineCraftHelp
#217 [01:41] <clone1018> Urgh
#218 [01:41] <Donny> When I try to play offline, it tells me I must play online once to enable offline.
#219 [01:41] <clone1018> I need a servar
#220 [01:41] <clone1018> So play Online?
#221 [01:41] <KillSpammer> clone1018, make one?
#222 [01:41] <Kealper> Donny: just that, you must first login once so it can download the files needed
#223 [01:41] <KillSpammer> Donny
#224 [01:42] <clone1018> KillSpammer dont have resources
#225 [01:42] <KillSpammer> You must sign in with your account
#226 [01:42] <KillSpammer> clone1018, then get them :)
#227 [01:42] <clone1018> Monies
#228 [01:42] <KillSpammer> Giveme moniesw
#229 [01:43] <clone1018> Actually
#230 [01:43] <clone1018> I can afford another server
#231 [01:43] <KillSpammer> :O
#232 [01:43] <Donny> Okay, but the thing is, when I made an account for my friend, I didn't need to do that..
#233 [01:43] <KillSpammer> I'll play on it :S
#234 [01:43] <clone1018> Well
#235 [01:43] <clone1018> You need to do it now
#236 [01:44] <KillSpammer> Donny, you must login with your account first so it can authicate that its actually a real account not just hacked
#237 [01:44] <Donny> His account isn't premium, but I'm trying to get him to play on my server I'm hosting on my PC.
#238 [01:44] <KillSpammer> Then you can't
#239 [01:44] <clone1018> That wont work
#240 [01:44] <KillSpammer> He must have an account
#241 [01:44] <clone1018> You have to BUY minecraft to PLAY minecraft
#242 [01:44] <KillSpammer> ^^ that
#243 [01:44] <KillSpammer> Or
#244 [01:44] <Donny> Okay, thanks.
#245 [01:44] <KillSpammer> What clone1018 said
#246 [01:44] <Donny> I remember now.
#247 [01:44] <KillSpammer> You'd think that be pretty obvious?
#248 [01:45] <Donny> No, there is a way to circumvent it.
#249 [01:45] <Donny> I remembered.
#250 [01:45] <clone1018> which is against the Minecraft ToS
#251 [01:45] * clone1018 logs Donny's IP
#251 [01:45] * clone1018 glares
#251 [01:45] <KillSpammer> You can login in the same account <--- I didn't say that :)
#252 [01:45] <Donny> Don't ban me, ban my cousin.
#253 [01:45] <KillSpammer> Actually no you can't anymore
#254 [01:45] <KillSpammer> In alpha two people use to be able to login in the same time
#255 [01:45] <clone1018> You're helping him
#256 [01:45] <clone1018> Which is just as worse
#257 [01:45] <Kealper> no you can't Kill, if two instances of the same account log in it will kick one
#258 [01:46] <KillSpammer> Kealper, i said you use to be able to.
#259 [01:46] <Kealper> and it's booted duplicate names forever now
#260 [01:46] <KillSpammer> You can't anymore
#261 [01:46] <KillSpammer> What?
#262 [01:46] <KillSpammer> I remember when i acidently login to the same server twice :S
#263 [01:46] <KillSpammer> It doesn't let me do that anymore
#264 [01:47] <Donny> Okay, so my cousin bought beta, but his name is always player so he can't play with us.
#265 [01:47] <Donny> Cause my friend's name is player.
#266 [01:47] <KillSpammer> What?>
#267 [01:47] <clone1018> Hey if I started a server KillSpammer. Do you think I could get 14USD in donation money?
#268 [01:47] <Kealper> because he didn't buy minecraft
#269 [01:47] <clone1018> lol
#270 [01:48] <KillSpammer> From me?
#271 [01:48] <Donny> Serious?
#272 [01:48] <clone1018> No
#273 [01:48] <KillSpammer> From who then?
#274 [01:48] <clone1018> From anyone on the server
#275 [01:48] <Kealper> Donny: that or he's not logging in to his account
#276 [01:48] <clone1018> I dont think so
#277 [01:48] <clone1018> :|
#278 [01:48] <KillSpammer> You might be able to?
#279 [01:48] <KillSpammer> Advertise
#280 [01:48] <KillSpammer> Imagebacon and stuff
#281 [01:48] <Donny> Alright then, thanks.
#282 [01:48] <KillSpammer> You might get some trafic then
#283 [01:48] <clone1018> Ya
#284 [01:48] <clone1018> ImageBacon ads
#285 [01:48] <KillSpammer> Make a topic on the forums to
#286 [01:48] <clone1018> need that
#287 [01:49] <Donny> Is there any way you can change a name in multiplayer?
#288 [01:49] <KillSpammer> !check 114.77.43.78
#289 [01:49] <KillSpammer> !check 114.77.43.78:25565
#290 [01:49] <Kealper> Donny: no, not any way that will be discussed here
#291 [01:49] <clone1018> Donny: Yes
#292 [01:49] <clone1018> Buy Minecraft
#293 [01:49] <Kealper> well, aside from what he said
#294 [01:50] <xales> well that took a while
#295 [01:50] <xales> http://mchelp.darksigns.net/rules.html
#296 [01:50] <xales> topic and aubot it :D
#297 [01:50] <clone1018> god
#298 [01:50] <clone1018> thats horrible
#299 [01:50] <xales> clone1018: temporary
#300 [01:50] <clone1018> And long
#301 [01:50] <Kealper> yeah...uhh....reverse the colors or make the text light grey
#302 [01:50] <clone1018> No one is going to read that
#303 [01:50] * Currie [Currie@notlogged] has joined ##MineCraftHelp
#304 [01:50] <Kealper> and remove that first line :P
#305 [01:50] <KillSpammer> Welcome currie
#306 [01:50] <Donny> Can a server op change names?
#307 [01:50] <KillSpammer> Currie is hazing a problem
#308 [01:50] <clone1018> And i have to scroll left and right in both ways
#309 [01:50] <Kealper> no
#310 [01:50] <KillSpammer> :S
#311 [01:51] <clone1018> No Donny
#312 [01:51] <Donny> Alright, I'll tell his mom to buy him minecraft.
#313 [01:51] <Currie> any MCADMIN experts here?
#314 [01:51] <xales> clone1018: your on a small monitor or browser window
#315 [01:51] <clone1018> Wrap it xales. Comeon basic CSS> You should know
#316 [01:51] <KillSpammer> Currie?
#317 [01:51] <KillSpammer> Your having a server problem
#318 [01:51] <KillSpammer> MCADMIN is a mod
#319 [01:51] <Kealper> no, and i don't trust MCAdmin
#320 [01:51] <KillSpammer> :S
#321 [01:51] <KillSpammer> He can't get people to connect to his server.
#322 [01:51] <xales> clone1018: I don't use CSS :/
#323 [01:51] <KillSpammer> And i couldn't find the answer
#324 [01:51] <xales> KillSpammer: port forward or firewall or ip line
#325 [01:52] <KillSpammer> He says he has port fowarded...
#326 [01:52] <clone1018> I'm on 1280x800
#327 [01:52] <xales> check that he has
#328 [01:52] <xales> Kealper: it was worse the other way.
#329 [01:52] <KillSpammer> Currie, have you port fowarded the port 25565?
#330 [01:52] <Currie> ip line/
#331 [01:52] <xales> is grey a valid css color?
#332 [01:52] <xales> Currie: the ip line in server.properties MUST be blank
#333 [01:52] <clone1018> Yes
#334 [01:52] <Kealper> idk, just use #505050
#335 [01:53] <Kealper> wait,
#336 [01:53] <Kealper> that'll be dark grey
#337 [01:53] <clone1018> color: Grey;
#338 [01:53] <Kealper> #EFEFEF ?
#339 [01:53] <Kealper> that's too easy clone1018 :P
#340 [01:53] <KillSpammer> Code name ftw
#341 [01:53] <KillSpammer> :S
#342 [01:53] <KillSpammer> Damn
#343 [01:53] <xales> better Kealper?
#344 [01:53] <KillSpammer> Won't let me put in some characters
#345 [01:53] <xales> I made it #C0C0C0
#346 [01:54] <Currie> server-ip=127.0.0.1
#347 [01:54] <Currie> server-ip-real=192.168.1.107
#348 [01:54] <Currie> server-port=25566
#349 [01:54] <Currie> server-port-real=25565
#350 [01:54] <xales> Currie: thats the problem...
#351 [01:54] <xales> server-ip must be blank
#352 [01:54] <Kealper> ip real?
#353 [01:54] <KillSpammer[AFK]> :S
#354 [01:54] <clone1018> what is IP real?
#355 [01:54] <Kealper> mcadmin is stupid -.-
#356 [01:54] <xales> the IP is wrong in either case
#357 [01:54] <Kealper> and we don't provide support for 3rd party addons
#358 [01:55] <Kealper> xales: not if mcadmin works how i think it works
#359 [01:55] * nidefawl [nidefawl@notlogged] has joined ##MineCraftHelp
#360 [01:55] <xales> Kealper: is the rules page better now? :/
#361 [01:55] <Kealper> indeed, it
#362 [01:55] <xales> also, I am blanking on how to word wrap with css .__.
#363 [01:55] * xales is a web developer not designer, clone
#363 [01:55] <clone1018> xales are you using pre tags?
#364 [01:55] <xales> yes clone
#365 [01:55] <clone1018> I'm a web developer
#366 [01:55] <Kealper> w3schools.com lol
#367 [01:55] <clone1018> that entitles using HTML AND CSS
#368 [01:55] <xales> Kealper: not explicit answers
#369 [01:55] <clone1018> HURR
#370 [01:55] <clone1018> also
#371 [01:55] <clone1018> Just remove the pre tags
#372 [01:56] <clone1018> and set
#373 [01:56] <clone1018> font-family: Monospace;
#374 [01:56] <xales> I'm too lazy to look up how to sed \n->\n<br/>
#375 [01:56] <clone1018> font-size: 10px;
#376 [01:56] <clone1018> God
#377 [01:56] <clone1018> Hold on
#378 [01:56] <Kealper> lol
#379 [01:57] <Kealper> i think that page is going to give clone1018 an OCD-induced heart attack or something xD
#380 [01:57] <Currie> 114.77.43.78:25565 or 25566 can someoone try this please
#381 [01:58] <Kealper> !check 114.77.43.78
#382 [01:58] <Kealper> !check 114.77.43.78:25566
#383 [01:59] <Kealper> and that is stupid as heck the way mcadmin works....i already know just by that config and the way those ports are
#384 [01:59] <clone1018> What color for the background?
#385 [01:59] <Kealper> it uses a loopback to proxy the server....that'd just cause more lag -.-
#386 [02:01] <clone1018> xales http://pastebin.com/DqzR4fju
#387 [02:01] <xales> I beat you to it clone
#388 [02:01] <xales> stream editors for the win
#389 [02:02] * Coll [Coll@notlogged] has joined ##MineCraftHelp
#390 [02:02] <clone1018> Sure you did
#391 [02:02] <xales> refreash..lol
#392 [02:02] <xales> refresh*
#393 [02:02] <xales> the code isn't identical to what you wrote
#394 [02:02] <clone1018> Ya
#395 [02:02] <clone1018> Its worse
#396 [02:02] <KillSpammer[AFK]> ^that
#397 [02:02] <KillSpammer[AFK]> :)
#398 [02:02] <clone1018> <br />
#399 [02:02] <xales> and how is that?
#400 [02:03] <clone1018> NEVER </br>
#401 [02:03] <KillSpammer[AFK]> Btw clone1018
#402 [02:03] <xales> oh lulz I just realized
#403 [02:03] <clone1018> font-size: 13px;
#404 [02:03] <xales> I typed it wrong
#405 [02:03] <KillSpammer[AFK]> When you get an email from your website
#406 [02:03] <KillSpammer[AFK]> It usually from this mesage box or whatever
#407 [02:03] <KillSpammer[AFK]> It has a shitload of <b> tags
#408 [02:03] <clone1018> <b>?
#409 [02:03] <KillSpammer[AFK]> Wait
#410 [02:03] <clone1018> I dont use b tags
#411 [02:03] <clone1018> I use strong
#412 [02:03] <KillSpammer[AFK]> I mean...
#413 [02:03] <clone1018> It may have br
#414 [02:03] <clone1018> But I set HTML encoding
#415 [02:03] <xales> fixed both clone
#416 [02:03] * clone1018 signs up for an account
#416 [02:04] <KillSpammer[AFK]> Yeah br...
#417 [02:04] <clone1018> There
#418 [02:04] * genshou-away [genshou-away@notlogged] has joined ##MineCraftHelp
#419 [02:04] <Kealper> formatting with tags ftl, css
#420 [02:05] <xales> Kealps
#421 [02:05] <Kealper> yessum?
#422 [02:05] <xales> edit that using ftp if you feel the need
#423 [02:05] <Kealper> ok
#424 [02:05] <Kealper> wait
#425 [02:05] <Kealper> take the first line out
#426 [02:05] <xales> ok
#427 [02:05] <Kealper> that was supposed to be removed before it went out of draft lol
#428 [02:05] <clone1018> What email service do you use KillSpammer[AFK]?
#429 [02:05] <xales> done
#430 [02:06] <Kealper> k
#431 [02:06] <clone1018> It works 100% in gmail
#432 [02:06] <xales> I removed it, but then it got back in when I ran it through the convert-html-chars-to-escape-chars script
#433 [02:08] <xales> anyway
#434 [02:09] <xales> can you put that in topic? :D
#435 [02:09] <Kealper> yea, i'll do it after i test this code out for something
#436 [02:09] <xales> lol
#437 [02:10] <xales> you know if you do /topic<space><tab>
#438 [02:10] <xales> it fills it in...right?
#439 [02:10] <Kealper> yea i knew that much lol
#440 [02:10] <xales> ok
#441 [02:10] <xales> good :\
#442 [02:10] * Kealper looks away from his code to change the topic
#442 [02:10] <xales> what are you coding?
#443 [02:11] <Kealper> working on actually finishing that irclog thing
#444 [02:11] <xales> I see
#445 [02:12] <clone1018> xales are you TkTech
#446 [02:12] <clone1018> h
#447 [02:12] <xales> ...lol, you got me
#448 [02:12] <xales> dammit
#449 [02:12] <Kealper> crap
#450 [02:12] <clone1018> topic is too long
#451 [02:12] <Kealper> hold on then -.-
#452 [02:12] <Kealper> something is getting trimmed
#453 [02:12] <clone1018> Remove Helpers look here
#454 [02:12] <clone1018> Thats useless
#455 [02:12] <xales> ^
#456 [02:13] <xales> do remove it
#457 [02:13] <clone1018> I've never even clicked on it
#458 [02:13] <xales> it is a topic on the forum from a long time ago with like 2 posts on it
#459 [02:13] * pudquick [pudquick@notlogged] has joined ##MineCraftHelp
#460 [02:14] * pudquick [pudquick@notlogged] has left #MineCraftHelp
#461 [02:14] * Kealper goes back to looking at (and hating) this code
#461 [02:14] <xales> Kealper, wait!
#462 [02:14] <xales> I have another question
#463 [02:14] <Kealper> rawr
#464 [02:15] <xales> I've decided I'm rewriting my dumb bot again (4th time now - last time was in ONE file ._.)
#465 [02:15] <xales> and I need to know what scripting language to use :O
#466 [02:15] <clone1018> PHP
#467 [02:15] * clone1018 lol'd
#467 [02:15] <Kealper> for what? it's core or plugins?
#468 [02:15] <xales> PHP is a bad language. PHP isn't designed for plugins either
#469 [02:15] <clone1018> that'd be something
#470 [02:15] <xales> Kealper: plugins
#471 [02:15] <xales> core will be pure ANSI C
#472 [02:15] <clone1018> I was joking :|
#473 [02:16] <xales> I hope so clone
#474 [02:16] <Kealper> oh....hmm...
#475 [02:16] <clone1018> See the lol'd?
#476 [02:16] <clone1018> Put it together
#477 [02:16] <clone1018> CONTEXT CLUES
#478 [02:16] <xales> I started typing before you said that
#479 [02:16] <xales> might as well finish
#480 [02:16] <Kealper> python?
#481 [02:16] <xales> I don't really know python..heh
#482 [02:17] <xales> Perl is a nightmare to implement
#483 [02:17] <clone1018> LUA
#484 [02:17] <Kealper> idk, why not tcl?
#485 [02:17] <Kealper> or lua
#486 [02:17] <xales> TCL is utter shit
#487 [02:17] <xales> I'm using Lua now and I don't love it
#488 [02:17] <xales> the language or API
#489 [02:17] <xales> the API is nice and clean...just irritating
#490 [02:17] * KART35|iPod [KART35|iPod@notlogged] has joined ##MineCraftHelp
#491 [02:17] <xales> almost all of my debugging(and logs) are along the lines of
#492 [02:17] <xales> "DEBUG: Stack Size is now %d"
#493 [02:17] <xales> ._.
#494 [02:17] <Kealper> lol
#495 [02:17] * FireRat [FireRat@notlogged] has joined ##MineCraftHelp
#496 [02:18] <Kealper> then idk :/
#497 [02:18] <FireRat> Can someone help me make my server run smoother? it is always so laggy
#498 [02:18] <Kealper> FireRat: what are your server system's specs?
#499 [02:18] <clone1018> Connection speed and specs please
#500 [02:18] <FireRat> how do i find those?
#501 [02:19] <clone1018> speedtest.net and Start Run dxdiag
#502 [02:19] * BrotherHakone [BrotherHakone@notlogged] has left #MineCraftHelp
#503 [02:19] <xales> I can learn python I guess
#504 [02:19] <FireRat> what info do u need from diag?
#505 [02:20] <KART35|iPod> dxdiag?
#506 [02:20] <Kealper> cpu type and speed, ram (memory) type and amount
#507 [02:20] <KART35|iPod> thats usually for direct x diagnostics
#508 [02:21] <xales> Kealper: http://darksigns.net/screenshots/stacksize.png
#509 [02:21] <FireRat> 2046MB Ram
#510 [02:21] <KART35|iPod> only 2 gb?
#511 [02:22] <FireRat> dual core
#512 [02:22] <KART35|iPod> keep going
#513 [02:22] <FireRat> cpu is operating system?
#514 [02:22] <KART35|iPod> no
#515 [02:22] <KART35|iPod> no
#516 [02:22] <KART35|iPod> no
#517 [02:22] <KART35|iPod> never
#518 [02:22] <clone1018> Don't spam
#519 [02:22] <clone1018> EVer
#520 [02:22] <Kealper> lol
#521 [02:22] <KART35|iPod> sorry
#522 [02:22] <KART35|iPod> was slightly embarrased there
#523 [02:23] <KART35|iPod> as i have built a few gamig rigs
#524 [02:23] <KART35|iPod> :[
#525 [02:23] <Kealper> xales: eggdrop@darksigns :/
#526 [02:23] <clone1018> You use eggdrop?
#527 [02:23] <xales> lolno
#528 [02:23] <xales> that user was originally for running an eggdrop
#529 [02:23] <clone1018> I thought you said it was completely custom
#530 [02:23] <FireRat> speedtest was .70 and .53 123 ping
#531 [02:23] <xales> until i was like "fuck this"
#532 [02:23] <xales> I didn't bother to make a new user
#533 [02:23] <clone1018> FireRat There is a link
#534 [02:23] <KART35|iPod> FireRat: its your connection
#535 [02:24] <FireRat> so my server is laggy because my connection is bad?
#536 [02:24] <Kealper> it's basically everything in his case, slow internet and probably no spare ram
#537 [02:24] <KART35|iPod> 20 mb/second up and down is my minimum
#538 [02:24] <clone1018> What are you on Dialup?
#539 [02:24] <xales> FireRat: that connection is nowhere close in any respect to being able to run a server
#540 [02:24] <Kealper> he's on cable
#541 [02:24] <xales> clone1018: that is slower than dialup I think O_O
#542 [02:24] <clone1018> Looks like it
#543 [02:24] <Kealper> but probably the cheapest cable
#544 [02:24] <KART35|iPod> how can that be cable?
#545 [02:25] <FireRat> im on cable and it's suppose to be high speed...
#546 [02:25] <Kealper> and those speeds were probably in mbit/sec
#547 [02:25] <FireRat> maybe if i reset my router
#548 [02:25] <KART35|iPod> what company
#549 [02:25] <xales> Kealper: 4 mbit = 500kbyte
#550 [02:25] <KART35|iPod> ?
#551 [02:25] <FireRat> SHaw Cable
#552 [02:25] <xales> Shaw cable
#553 [02:25] <xales> FireRat: I doubt that will fix it
#554 [02:25] <clone1018> FireRat will you just paste the URL?
#555 [02:25] <Kealper> FireRat: "high speed" is a huge marketing scam
#556 [02:25] <xales> you should call them
#557 [02:25] <KART35|iPod> not familliar with them
#558 [02:25] <xales> those speeds are absolutely horrendous
#559 [02:25] <KART35|iPod> try to get fiber optic internet
#560 [02:26] <KART35|iPod> its assfast
#561 [02:26] <xales> hard in some asreas :P
#562 [02:26] <xales> areas*
#563 [02:26] <KART35|iPod> i know
#564 [02:26] <FireRat> ya ima call them
#565 [02:26] <clone1018> I'd like to run an ISP
#566 [02:26] <Kealper> yeah, fios is not offered in my area :/
#567 [02:26] <clone1018> FiOS is the bomb
#568 [02:26] <KART35|iPod> i get cox fiber
#569 [02:26] <Kealper> fastest we got around here is comcast cable :(
#570 [02:26] <KART35|iPod> assfast
#571 [02:26] <KART35|iPod> ouch
#572 [02:26] <KART35|iPod> that sucks
#573 [02:27] <Kealper> i get 24/8 so it's not HORRIBLE...but i can't host a billion user server off it
#574 [02:27] <clone1018> Comcast makes me cry at night
#575 [02:27] <clone1018> Oh so this one client I have has Comcast DSL
#576 [02:27] <clone1018> And I think they screwed up somewhere
#577 [02:27] <Kealper> wat
#578 [02:27] <clone1018> Because he has 50/50
#579 [02:27] <Kealper> they can't offer dsl?
#580 [02:27] <clone1018> On speedtest
#581 [02:28] <clone1018> Which makes no sense
#582 [02:28] <Kealper> comcast is cable, dsl uses phone lines :/
#583 [02:28] <clone1018> Comcast has DSL
#584 [02:28] <clone1018> Just not on the site
#585 [02:28] <Kealper> and comcast does offer up to 100mbit in cities like Atlanta, GA and such
#586 [02:28] <clone1018> BUT NOT ON DSL :|
#587 [02:29] <KART35|iPod> i want gigabit :|
#588 [02:29] <clone1018> I dont even think DSL can get that high
#589 [02:29] <Kealper> comcast dsl......pics or it didn't happen..brb googling
#590 [02:29] <KART35|iPod> but im never going to get it :/
#591 [02:29] <xales> KART35|iPod: I don't think you can get gigabit to your home
#592 [02:29] <Kealper> it has good speeds, but you have to be right next door to the node lol
#593 [02:29] <xales> not practically
#594 [02:29] <KART35|iPod> yes
#595 [02:29] <KART35|iPod> its expensive
#596 [02:29] <xales> Kealper: python uses reference counting in the API
#597 [02:29] <KART35|iPod> as in
#598 [02:29] <xales> I HATE THIS MORE THAN LUA'S STACK
#599 [02:29] <xales> D:
#600 [02:29] <KART35|iPod> superespensive
#601 [02:30] <Kealper> xD
#602 [02:30] <KART35|iPod> all my network hardware can handle gigabit
#603 [02:31] <KART35|iPod> and my desktop has dual gigabit lan :/
#604 [02:31] <KART35|iPod> if i could afford it
#605 [02:31] <KART35|iPod> i would tho
#606 [02:31] <clone1018> It still wouldnt be pure 1Gbit
#607 [02:32] <KART35|iPod> and run over 9000 servers
#608 [02:32] <clone1018> heh
#609 [02:32] <clone1018> ya
#610 [02:32] <KART35|iPod> no, it wouldnt be
#611 [02:32] <clone1018> You'd run out of ports before connections :P
#612 [02:32] <xales> KART35|iPod: my dedicated provider offers 2gbit port
#613 [02:32] <xales> for $1200/month EXTRA
#614 [02:32] <KART35|iPod> damn
#615 [02:32] <xales> O_o
#616 [02:32] * Kealper died a bit inside
#616 [02:32] <clone1018> How..
#617 [02:33] <clone1018> what...
#618 [02:33] <KART35|iPod> do want
#619 [02:33] <xales> and a /64 block of IPs for free
#620 [02:33] <clone1018> i dont even...
#621 [02:33] <clone1018> LOL
#622 [02:33] <KART35|iPod> but no can haz
#623 [02:33] <xales> a /64 block has how many IPs?
#624 [02:33] <Kealper> protip: google OC-192
#625 [02:33] <xales> 18 quintillion
#626 [02:33] <xales> 18 QUINTILLION IPs for free
#627 [02:33] <xales> lulz
#628 [02:33] <aetherian> that was a good movie
#629 [02:33] <aetherian> but kinda confusing
#630 [02:33] <Kealper> huh?
#631 [02:33] <KART35|iPod> 16 iirc
#632 [02:33] <clone1018> Inception
#633 [02:33] * aetherian is back (gone 03:19:09)
#633 [02:33] <aetherian> yeah, clone
#634 [02:33] <xales> KART35|iPod: a /64 block?
#635 [02:33] <aetherian> nice memory
#636 [02:34] <Kealper> I N C E P T I O N
#637 [02:34] <xales> has quintillions of IPs :P
#638 [02:34] <KART35|iPod> oh
#639 [02:34] <Kealper> sorry, had to do that meme
#640 [02:34] <KART35|iPod> derp
#641 [02:34] <xales> Just to give you an idea of what we're talking about here, a /64 network has 18,446,744,073,709,551,616 (18 quintillion) unique IPs
#642 [02:34] <aetherian> uhm, in inception, in the end, is he dreaming or not?
#643 [02:34] <KART35|iPod> .__.
#644 [02:34] <clone1018> aetherian no one knows
#645 [02:35] <xales> and some assign /48 blocks
#646 [02:35] <xales> which have 65535 times as many
#647 [02:35] <aetherian> aahhh
#648 [02:35] <aetherian> wait
#649 [02:35] <aetherian> why the hell are you talking about ip?
#650 [02:35] <aetherian> like, nums
#651 [02:35] <KART35|iPod> and a /4 block?
#652 [02:35] <clone1018> 1Gbit lines
#653 [02:35] <xales> KART35|iPod: well. that number is big
#654 [02:35] <xales> A /48 network has 65,536 times as many. For those obsessed with how large this number is, work it out and be amazed (it's on the order of 1.2*10^24)
#655 [02:36] <KART35|iPod> hmm
#656 [02:36] <KART35|iPod> 1.2*10^24....
#657 [02:36] <aetherian> pfft
#658 [02:36] <aetherian> messing with elementary arithmetic
#659 [02:36] <aetherian> get some larger numbers
#660 [02:36] <KART35|iPod> sounds like a number from chemistry....
#661 [02:36] <aetherian> ...
#662 [02:36] <KART35|iPod> something to do with mols
#663 [02:37] <aetherian> 6.3*10^23?
#664 [02:37] <aetherian> or was it 6.2? I can't think right now
#665 [02:37] <KART35|iPod> yes that one
#666 [02:37] <aetherian> I'm actually in chemistry right now, haha
#667 [02:37] <KART35|iPod> close enough for me :P
#668 [02:37] <KART35|iPod> lol
#669 [02:37] <clone1018> I'm good with 1 ip :|
#670 [02:37] <KART35|iPod> took it last year
#671 [02:37] <Kealper> youngins -.-
#672 [02:38] <KART35|iPod> feelin old?
#673 [02:38] <Kealper> yeah....a bit lol
#674 [02:38] <aetherian> old fogey.
#675 [02:38] <KART35|iPod> i know how it feels man
#676 [02:39] <KART35|iPod> i need to start getting robbed by tue gov't D:
#677 [02:39] <aetherian> it's okay, I'm most likely not the age that anyone in this channel thinks.
#678 [02:39] <KART35|iPod> the*
#679 [02:39] <Kealper> 15
#680 [02:39] <xales> oh and I did the math
#681 [02:39] <xales> a /4 block is 21,267,647,932,558,653,966,460,912,964,485,513,216
#682 [02:39] <aetherian> kealper:no
#683 [02:39] <Kealper> less than 17
#684 [02:39] <Kealper> a number greater than zero
#685 [02:39] <KART35|iPod> urm
#686 [02:39] <Kealper> lol
#687 [02:39] <aetherian> age=y. 1<y<100
#688 [02:39] <aetherian> uh
#689 [02:39] <aetherian> I think I scrwed that up
#690 [02:39] <aetherian> oh god
#691 [02:40] <aetherian> no
#692 [02:40] <aetherian> nvm
#693 [02:40] <clone1018> lol
#694 [02:40] <KART35|iPod> you did
#695 [02:40] <aetherian> uhh
#696 [02:40] <aetherian> no?
#697 [02:40] <KART35|iPod> 100 should be 117 i think
#698 [02:40] <xales> aetherian: can you hit enter more please
#699 [02:40] <aetherian> okay
#700 [02:41] <aetherian> there you go
#701 [02:41] <aetherian> xales
#702 [02:41] <KART35|iPod> and 1 should be 0
#703 [02:41] <clone1018> i
#704 [02:41] <clone1018> cna
#705 [02:41] <clone1018> do
#706 [02:41] <clone1018> it too
#707 [02:41] <clone1018> xales
#708 [02:41] * aetherian is not going to give away anything about his name
#708 [02:41] <Kealper> >.>
#709 [02:41] <ConMan8> aetherian is aetherian
#710 [02:41] <aetherian> kealper, get out of the sun
#711 [02:41] <aetherian> maybe you'll quit squinting
#712 [02:42] <aetherian> your eyesight is going, it seems
#713 [02:42] <Kealper> that's looking... =.= is squinting
#714 [02:42] <aetherian> that's four-eyes
#715 [02:42] <KART35|iPod> no
#716 [02:42] <xales> nope
#717 [02:42] <xales> 4 eyes is 4.4
#718 [02:42] <xales> :P
#719 [02:42] <KART35|iPod> 8| is
#720 [02:42] <Kealper> xD
#721 [02:42] <aetherian> >.>
#722 [02:43] <xales> KART35|iPod: \(o).(o)/ actually
#723 [02:43] * FireRat [FireRat@notlogged] has joined ##MineCraftHelp
#724 [02:43] <KART35|iPod> good point
#725 [02:43] <FireRat> Well...
#726 [02:43] <KART35|iPod> its much longer tho
#727 [02:44] <xales> ()))_)) Crayola ))_))>
#728 [02:44] <FireRat> I resest my router and now its at 21mbs or w.e
#729 [02:44] <FireRat> but i scanned my computer and apperently there are 700 errors ><
#730 [02:44] <aetherian> @}'--;--
#731 [02:44] <xales> scanned with what?
#732 [02:44] <FireRat> Regclean Pro
#733 [02:44] <xales> use ccleaner
#734 [02:44] <xales> much better
#735 [02:44] <xales> and free
#736 [02:44] <aetherian> ooh, I use that.
#737 [02:45] <aetherian> :D
#738 [02:45] <FireRat> Regclean Pro is free for trial
#739 [02:45] <Kealper> why does regclean pro sound like the name a trojan would use?
#740 [02:45] <xales> thats probably not the issue anyway
#741 [02:45] <clone1018> Yup :|
#742 [02:45] <xales> Kealper: I concur...moving on
#743 [02:45] <Kealper> lol
#744 [02:45] <xales> FireRat: it sounds like possibly a virus or someone else/you were downloading a lot of things
#745 [02:45] <xales> or your router is just a piece of shit
#746 [02:46] <FireRat> my router is awesome... i made sure i got a good one
#747 [02:46] <FireRat> I had a shity router before ><
#748 [02:46] <Kealper> http://malwarebytes.org and http://ccleaner.com
#749 [02:46] <KART35|iPod> i has a wrt9001
#750 [02:46] <KART35|iPod> wat u got?
#751 [02:46] <xales> FireRat: do what Kealper posted
#752 [02:46] <xales> download malwarebytes and do a FULL SCAN
#753 [02:46] <xales> then run ccleaner to clean registry and files
#754 [02:46] <aetherian> oh I use both, just did a full scan right before watching the movie
#755 [02:46] <clone1018> This client I had. Went to the store. And said. "Show me your best router". We walked out with a 400USD router that day :|
#756 [02:47] <aetherian> lovely, it is
#757 [02:47] <Kealper> clone1018: :/
#758 [02:47] <Kealper> sounds like Best Buy here -.-
#759 [02:47] <clone1018> I know
#760 [02:47] <clone1018> Frys
#761 [02:47] <clone1018> But it was truthfully the best
#762 [02:47] <Kealper> oh god it's the south's Bes Buy lol
#763 [02:47] <KART35|iPod> frys is quite epic imo
#764 [02:47] <xales> clone1018: aren't you in high school? >.>
#765 [02:47] <Kealper> Best*
#766 [02:47] <clone1018> We have best buys too
#767 [02:47] <KART35|iPod> ^
#768 [02:48] <aetherian> brb, , ,
#769 [02:48] <clone1018> My personal life is none of your concern xales
#770 [02:48] <xales> lol
#771 [02:48] <KART35|iPod> frys is good for getting ram when yours dies
#772 [02:48] <clone1018> ll
#773 [02:48] <clone1018> lol
#774 [02:48] <clone1018> Yes I am
#775 [02:48] <clone1018> Why does it matter?
#776 [02:48] <KART35|iPod> or getting a replacement <insert pc part here>
#777 [02:49] <xales> how do you have time to do all this?
#778 [02:49] <xales> >.>
#779 [02:49] <FireRat> how do i dl ccleaner?
#780 [02:49] <clone1018> I have tons of time
#781 [02:49] <xales> FireRat: click the "download from piriform.com" link
#782 [02:49] <xales> under the big thing asking you to buy it
#783 [02:49] <xales> or buy support, or whatever they are selling
#784 [02:49] <xales> FireRat: run malwarebytes first though
#785 [02:49] <xales> and let the scan finish
#786 [02:50] <clone1018> I have 8 out of high school not sleeping every day xales
#787 [02:50] <FireRat> quick scan?
#788 [02:50] <clone1018> and 24 hours on a weekend day
#789 [02:51] <Kealper> FireRat: a quick scan will do for now
#790 [02:51] <Kealper> if it finds a ton of stuff, do a full scan
#791 [02:51] <aetherian> back, gonna be afirc.
#792 [02:51] <Kealper> and CCleaner is a good registry cleaner, after you get done running MalwareBytes, run CCleaner and your computer should be good-as-new
#793 [02:52] <Kealper> and should feel like 10x faster
#794 [02:52] <xales> run it for both registry and files
#795 [02:52] <aetherian> unless you were infected with a bad trojan
#796 [02:52] <Kealper> aetherian: that's what MBAM is for
#797 [02:52] <xales> aetherian: or any other kind of "malware"
#798 [02:53] <aetherian> hey, on my old computer, malwarebytes was not able to get rid of this thing
#799 [02:53] <aetherian> I had to use (or rather my father did it...) a second computer to get the damn thing off
#800 [02:53] <FireRat> so far its only found 2 things... *knocks on wood*
#801 [02:53] <Kealper> then it was a rootkit and could memory modify av programs so they could not detect/remove it
#802 [02:53] <aetherian> and to this day, I have no idea where it could have come from
#803 [02:53] <aetherian> I duno
#804 [02:53] <aetherian> dunno
#805 [02:54] <Kealper> rootkits = baaaaad juju
#806 [02:54] <aetherian> my father did all the work, he's the guy in my house that knows computers =\
#807 [02:54] <aetherian> kbai
#808 [02:54] <FireRat> if this works I might finally be able to play with my gf and brother ^^
#809 [02:54] <FireRat> we were trying to build a tube threw a mountain but ya,,, lag fest
#810 [02:56] <xales> Kealper: some AV can detect some rootkits
#811 [02:57] <Kealper> yea, but i've found that it's usually if the rootkit is older than the av and the mem address handles in the av scanner changed
#812 [02:57] <xales> I've written a keylogger that hooks winlogon.exe and is absolutely undetectable by any software >.>
#813 [02:57] <Kealper> XD
#814 [02:57] <xales> it will catch the installer
#815 [02:57] <xales> but not the actual program once loaded
#816 [02:57] <Kealper> i made a keylogger once....far more simple than hooking itself into another process
#817 [02:58] <Kealper> it just binded the whole keyboard to itself and then sent the key back out after it had processed it
#818 [02:58] <xales> mine just hooks WM_CHAR
#819 [02:58] <xales> :)
#820 [02:58] <Kealper> lol
#821 [02:58] <Kealper> shit that's actually a good idea
#822 [02:59] <xales> NT_AUTHORITY\Local System sees your WM_MASTURBATE in your message queues
#823 [02:59] <Kealper> xD
#824 [02:59] <clone1018> WM_MASTURBATE...?
#825 [02:59] <xales> (bad ceiling cat joke)
#826 [02:59] <Kealper> should have been NT_AUTHORITY/SYSTEM
#827 [03:00] * Cial [Cial@notlogged] has joined ##MineCraftHelp
#828 [03:00] <Kealper> \*
#829 [03:00] <xales> whatever
#830 [03:00] <clone1018> Cial go die
#831 [03:00] <xales> windows is stupid
#832 [03:00] <Kealper> such anger
#833 [03:00] <clone1018> I want to make a keylogger for my schools computers
#834 [03:00] <clone1018> Just to see
#835 [03:01] <Kealper> they're not hard to make :/
#836 [03:01] * Odysimus [Odysimus@notlogged] has joined ##MineCraftHelp
#837 [03:01] <clone1018> I only know Java
#838 [03:01] <clone1018> So ya :|
#839 [03:01] <clone1018> And our schools use this weird novell shit
#840 [03:01] <xales> lol
#841 [03:01] <xales> you can't do that in Java
#842 [03:01] <Kealper> almost all schools use novel
#843 [03:01] <clone1018> I know
#844 [03:02] <Cial> clone1018, i choose to live just to spite you <3
#845 [03:02] <clone1018> lol
#846 [03:02] <Kealper> lol
#847 [03:02] <Kealper> http://pastebin.com/vtxV9iEA taking messages out of context ftw
#848 [03:03] <clone1018> lol
#849 [03:03] * FireRat [FireRat@notlogged] has joined ##MineCraftHelp
#850 [03:03] <FireRat> okay so ccleaner...
#851 [03:03] <FireRat> click "run cleaner" button or analyze
#852 [03:03] <FireRat> ?
#853 [03:03] <xales> FireRat: what are the names of the things malwarebytes found
#854 [03:03] <xales> FireRat: analyze then run cleaner
#855 [03:03] <xales> then go to the registry tab
#856 [03:03] <FireRat> the names?
#857 [03:04] <FireRat> umm...
#858 [03:04] <xales> its important >.>
#859 [03:04] <Kealper> did it find a lot of stuff?
#860 [03:04] <FireRat> no
#861 [03:04] <FireRat> like 5 things
#862 [03:04] <clone1018> Thats a lot :P
#863 [03:04] <xales> that is an awful lot
#864 [03:04] <xales> do a full sacn
#865 [03:04] <xales> scan*
#866 [03:04] <clone1018> Oh I just have 5 different HIV's
#867 [03:04] <Kealper> omg short story incomming
#868 [03:05] <FireRat> alright ill do full scan
#869 [03:05] <xales> clone1018: STD's
#870 [03:05] <Kealper> so i was fixing this one guy's computer
#871 [03:05] * GreyVulpine [GreyVulpine@notlogged] has joined ##MineCraftHelp
#872 [03:05] <FireRat> ccleaner is saying close internets so brb again
#873 [03:05] <xales> :O Grey!
#874 [03:05] <xales> welcome back
#875 [03:05] <GreyVulpine> blarg
#876 [03:05] <Kealper> first of all...he had some interracial on the monitor as it's background....tiled....
#877 [03:05] <clone1018> Thats what I said xales
#878 [03:05] <xales> HIV != STD
#879 [03:05] <xales> HIV is an STD. STDs are not HIVs
#880 [03:05] <clone1018> [02:04] <clone1018> Oh I just have 5 different STD's
#881 [03:05] <Kealper> and after running MBAM on a full scan, it found over 1500 different viruses/malware
#882 [03:05] <clone1018> I said STD silly
#883 [03:06] <xales> 03:04:54 < clone1018> Oh I just have 5 different HIV's
#884 [03:06] * GreyBot [GreyBot@notlogged] has joined ##MineCraftHelp
#885 [03:06] <clone1018> Silly xales. Stop modifing the logs
#886 [03:06] <Kealper> 03:04:52 <clone1018> Oh I just have 5 different HIV's
#887 [03:06] <xales> I have picture evidence
#888 [03:06] <Cial> nobody touch clone1018 he is infected
#889 [03:06] <xales> and kealpy evidence
#890 [03:06] <xales> !bap Kealper
#891 [03:06] * Kurimus [Kurimus@notlogged] has joined ##MineCraftHelp
#892 [03:06] <xales> greybot you suck
#893 [03:06] <Kealper> muahahahah!!!
#894 [03:06] * clone1018 sexes Cial
#894 [03:07] <Kealper> ohmy
#895 [03:07] * Cial is in a plastic bubble
#895 [03:07] * clone1018 moves on to Kealper.
#895 [03:07] <xales> grey was here for an awfully short time
#896 [03:07] <clone1018> You're a chick right. I don't want this to be weird.
#897 [03:07] <Kealper> ohdear
#898 [03:07] * xales shoots clone1018 with his double-barrel
#898 [03:07] * clone1018 dead
#898 [03:07] <Kealper> google "Kealper", that will answer it
#899 [03:07] <Cial> clone you was gonna molest me and im male T_T
#900 [03:08] <clone1018> Nice beart
#901 [03:08] <clone1018> beard
#902 [03:08] <Kealper> lolwut?
#903 [03:08] <clone1018> Cial, You just keep telling yourself that
#904 [03:08] <clone1018> http://blog.kealper.com/best-beard-ever
#905 [03:08] <Cial> -_-
#906 [03:08] <Kealper> oh..that
#907 [03:09] <clone1018> Turn your IP Cam on
#908 [03:09] * FireRat [FireRat@notlogged] has joined ##MineCraftHelp
#909 [03:09] <Kealper> it is lol
#910 [03:09] <FireRat> back
#911 [03:09] <Kealper> it's 3am right now
#912 [03:09] <FireRat> doing full scan now
#913 [03:09] <clone1018> IT BLANK
#914 [03:09] <clone1018> Oh
#915 [03:09] <clone1018> Reverse it to inside
#916 [03:09] <clone1018> :D!
#917 [03:09] * clone1018 goes creeper mode
#917 [03:09] <Kealper> dark in my room as well
#918 [03:10] <clone1018> LIGHT ON!
#919 [03:10] <Cial> clone1018 quit watching Kealper fap
#920 [03:10] <clone1018> So you're a chick?
#921 [03:10] <clone1018> Ken
#922 [03:10] <clone1018> That could be a chick name
#923 [03:10] <Kealper> since when does a chick have the name Kenneth? lol
#924 [03:10] <Cial> damn i was gonna guess Kenny
#925 [03:10] <FireRat> well w.e has been happening to ym computer my speed is up to 26 now
#926 [03:10] <FireRat> from .7 ><
#927 [03:11] <Kealper> eh?
#928 [03:11] <xales> Kealper: turn lights on :P
#929 [03:11] <clone1018> Give us a URL
#930 [03:11] <xales> clone wants to see you
#931 [03:11] <clone1018> I do
#932 [03:11] <Kealper> lol
#933 [03:11] <xales> he likes pictures
#934 [03:11] <clone1018> I DO
#935 [03:11] <Cial> he is creepy like that
#936 [03:11] <clone1018> Videos == BETAR
#937 [03:11] <FireRat> okay i missed something?
#938 [03:11] <FireRat> is someone naked ><
#939 [03:11] <clone1018> Yes
#940 [03:11] <FireRat> and being watched
#941 [03:12] <clone1018> Kealper is naked
#942 [03:12] <clone1018> I'm watching her
#943 [03:12] <clone1018> Anyways
#944 [03:12] <clone1018> FireRat Speedtest.net > Copy URL
#945 [03:12] <Kealper> oh man....this went horrible fast
#946 [03:12] <FireRat> Kaelper is a girl? impossible girls dont go on the internet
#947 [03:12] * Kealper resists the urge to continue this at the expense of himself
#947 [03:13] <xales> turn light on kealpy
#948 [03:13] <FireRat> lol
#949 [03:13] <xales> that will prove to clone
#950 [03:13] <xales> :P
#951 [03:13] <Kealper> you horrible, horrible troll, you lol
#952 [03:13] <FireRat> http://www.speedtest.net/result/1102201558.png
#953 [03:13] <xales> clone linked your camera
#954 [03:14] <xales> in #minecraft
#955 [03:14] * GreyVulpine [GreyVulpine@notlogged] has joined ##MineCraftHelp
#956 [03:14] <clone1018> You need a better upload FireRat
#957 [03:14] <clone1018> Thats the main thing
#958 [03:14] <xales> FireRat: that upload isn't enough to run a server either
#959 [03:14] <Kealper> wel
#960 [03:14] <FireRat> ?
#961 [03:14] <Kealper> well*
#962 [03:14] <Kealper> yes, it could
#963 [03:14] <xales> ello Grey, that storm screw your internet over?
#964 [03:14] <Kealper> but it could only have a few people on it
#965 [03:14] <FireRat> how do i get better upload?
#966 [03:14] <xales> FireRat: better internet package
#967 [03:15] <GreyVulpine> blarg
#968 [03:15] * GreyVulpine kicks comcast
#968 [03:15] <FireRat> i only want me, my gf, my brother on my server...
#969 [03:15] <clone1018> GreyVulpine Did you know Kealper is a chick?
#970 [03:15] <xales> FireRat: it might be barely enough...will prob. lag a bit
#971 [03:15] <Kealper> i give up.....lol
#972 [03:15] <xales> are they on a LAN with you?
#973 [03:15] <clone1018> Are they on- fff
#974 [03:15] <xales> oh grey...
#975 [03:15] <FireRat> my gf is my brother no
#976 [03:15] <clone1018> wat :|
#977 [03:15] <clone1018> Oh
#978 [03:15] <clone1018> That should be fine
#979 [03:16] <Cial> lol tjat looks odd with no commas
#980 [03:16] <FireRat> but the only way to get better upload is with a better package internet?
#981 [03:16] <FireRat> cant do anything bout that?
#982 [03:16] <xales> FireRat: yes
#983 [03:16] <xales> that is the only way
#984 [03:16] * Count|net [Count|net@notlogged] has joined ##MineCraftHelp
#985 [03:17] <clone1018> YOU PLAYED WOW Kealper!
#986 [03:17] <Kealper> ran my own private server
#987 [03:17] <FireRat> what kinda upload do i need?
#988 [03:17] <clone1018> and you made a trailer
#989 [03:18] <Kealper> FireRat: what exactly are you trying to do? play with people in your house or with other people in different homes?
#990 [03:18] <FireRat> my gf is home with me on same internet my brother is not
#991 [03:19] <FireRat> MAYBE another friend might come play but not likely
#992 [03:19] <Kealper> that should be fine then :/
#993 [03:19] <xales> FireRat: ideally, 10mbps to run any kind of server is what you want...in that case you might be fine with just that
#994 [03:19] <clone1018> YOU'RE A DUDE D:
#995 [03:19] <clone1018> With a stache
#996 [03:19] <xales> as long as EVERYTHING else is not using the internet
#997 [03:19] <clone1018> That needs to be shaved
#998 [03:19] <Kealper> an epic stache
#999 [03:19] <FireRat> k well that's imposible because the best internet from shaw only has like 1
#1000 [03:19] <clone1018> No
#1001 [03:19] <clone1018> No. no no
#1002 [03:19] <clone1018> Shave it off
#1003 [03:20] <FireRat> oh nvm i could pay $100 a month and have 3
#1004 [03:20] <Kealper> psh....what ever image you found is going to be old...my stache is even more epic now
#1005 [03:20] <FireRat> thats a freakin car payment on internet,... ya no thx
#1006 [03:21] <Kealper> FireRat: give it a shot now that everything is all fast again...it might work fine
#1007 [03:21] <FireRat> god i need to pee.. dancing in my chair ><
#1008 [03:21] * SycoPrime [SycoPrime@notlogged] has joined ##MineCraftHelp
#1009 [03:21] * clone1018 is on page 23 of Kealper
#1009 [03:21] <SycoPrime> Hello everybody, I have a pair of questions. First of all, that whole thing with placing double-doors and one being open all the time. Can anyone explain the usual fix for that?
#1010 [03:21] <Kealper> damn i have more than 23 pages on google?
#1011 [03:21] <clone1018> jajaja
#1012 [03:22] <Kealper> SycoPrime: redstone, but that is more advanced stuff
#1013 [03:22] <clone1018> You're very boring :<
#1014 [03:22] <clone1018> Ken Piper
#1015 [03:22] <clone1018> Me...what more is there to say?
#1016 [03:22] <SycoPrime> Well, I understand redstone. Well enough I suppose.
#1017 [03:22] <xales> SycoPrime: NOT-gate
#1018 [03:22] * iPischto [iPischto@notlogged] has joined ##MineCraftHelp
#1019 [03:23] <Kealper> ninja'd -.-
#1020 [03:23] <SycoPrime> xales: Thank you. I'll try that out.
#1021 [03:23] <SycoPrime> Second question: Do I have a local cache somewhere of worlds I connect to in multiplayer?
#1022 [03:23] <SycoPrime> Even if only while connected.
#1023 [03:24] <Kealper> uhh....no, multiplayer worlds are not cached
#1024 [03:24] <xales> Kealper: what IPC method does AuBot use?
#1025 [03:25] <Kealper> that was so far over my head i didn't even hear the whiz
#1026 [03:25] <xales> IPC = interprocess communication
#1027 [03:25] <Kealper> OH
#1028 [03:25] <Kealper> really ghetto....
#1029 [03:25] <Kealper> tcp on localhost lol
#1030 [03:26] <Kealper> before i figured out about named pipes
#1031 [03:26] <Kealper> which i guess is esentially the same thing...
#1032 [03:26] <Kealper> ish...
#1033 [03:26] <xales> lol
#1034 [03:26] <xales> does that mean if I were to flood it with !check localhost
#1035 [03:27] <xales> it will eventually explode because it nom nom noms on your tcp/ip stack?
#1036 [03:27] <Kealper> no, wouldn't do it
#1037 [03:27] <xales> eventually youll get flooded with ACKs
#1038 [03:27] <xales> and explode
#1039 [03:27] * clone1018 is setting up habari
#1039 [03:27] <Kealper> it's made so that command in that module blocks until it returns
#1040 [03:27] <xales> kealper, stop doing it wrong :'(
#1041 [03:27] <Kealper> clone1018: lol
#1042 [03:28] <Kealper> xales: that's doing it right if i don't want to rape the machine lol
#1043 [03:29] * peru [peru@notlogged] has joined ##MineCraftHelp
#1044 [03:30] <xales> indeed
#1045 [03:31] <clone1018> AutoCGI
#1046 [03:31] <clone1018> wat
#1047 [03:32] <xales> lol
#1048 [03:32] <Kealper> a preprocessor i made so i can use AutoIt to make websites
#1049 [03:33] * Contrillion [Contrillion@notlogged] has joined ##MineCraftHelp
#1050 [03:33] <clone1018> You really like AutoIt huh
#1051 [03:33] <Kealper> it's not that i like it, it's that i know it like the back of my hand, and it works quite well for general stuff
#1052 [03:34] <xales> I should teach you how to look at the back of your hand as C
#1053 [03:34] <xales> you will be like
#1054 [03:34] * xales pretends to be Kealper - OH SHIT Why didn't I use a real language 10 years ago!
#1054 [03:34] * blackout1471 [blackout1471@notlogged] has joined ##MineCraftHelp
#1055 [03:35] <Kealper> i know a bit of C, i want to switch to all C/C++, but i just have not had a real reason to switch away from autoit yet
#1056 [03:36] <xales> honestly, if you can write good C
#1057 [03:36] <xales> once it comes naturally to you
#1058 [03:36] <xales> I find that it is really, really easy, even compared to high level languages
#1059 [03:36] <xales> linked list? here let me make one in 1 line
#1060 [03:37] <clone1018> waiting
#1061 [03:37] <Kealper> yea, i have found that it's not all that hard of a language, but mostly what i like about autoit is that it just comes together very fast, and if i ever need to do more low-level things, that can easily be achived
#1062 [03:37] * Sense|Nick [Sense|Nick@notlogged] has joined ##MineCraftHelp
#1063 [03:38] <xales> struct s_list { struct s_list *next; char *data; }; int main(){struct s_list *list; list=malloc(sizeof(struct s_list)); list->next=malloc(sizeof(struct s_list));}
#1064 [03:38] <xales> and so on
#1065 [03:38] <Kealper> autoit hides all the low level stuff if you don't want it, but gives you access to that sort of stuff if you do want it
#1066 [03:38] <xales> C compiles very quickly most of the time
#1067 [03:38] <xales> it takes about 15 seconds top to do a full rebuild of xalesbot, which is about 800 lines in 15ish files
#1068 [03:39] <xales> 800 per fil
#1069 [03:39] <xales> e
#1070 [03:39] <Kealper> my only issue with autoit is that it's interpreted (although "compilable") and not compiled :/
#1071 [03:39] <clone1018[afk][sleep][lol]> god
#1072 [03:39] <xales> and slow
#1073 [03:39] <clone1018[afk][sleep][lol]> and I can do that in java with 2 files and a lib
#1074 [03:39] <xales> no, you can't actually
#1075 [03:39] <clone1018[afk]> jes
#1076 [03:39] <clone1018[afk]> I can
#1077 [03:39] <Kealper> yea, it's only slow because it's interpreted, that's a downside to all interpreted languages :/
#1078 [03:40] <FireRat> can someone explain redstone too me? I dont get it
#1079 [03:40] <xales> xalesbot does thread pooling with built-in scripting, clone
#1080 [03:40] <FireRat> also does it work in multiplayer?
#1081 [03:40] <xales> java has no real way to do that
#1082 [03:40] <Kealper> FireRat: yes, and hold on, i'll get you a link
#1083 [03:40] <clone1018[afk]> Who needs scripting?
#1084 [03:40] <clone1018[afk]> I can write my language without another one under it
#1085 [03:40] <xales> FireRat: it does work in SMP. http://minecraftwiki.net/wiki/Redstone
#1086 [03:40] <xales> clone1018[afk]: not restarting the bot when I update something?
#1087 [03:40] <xales> >.>
#1088 [03:40] <Kealper> this will probably .....get ninja'd....
#1089 [03:40] <Kealper> lol
#1090 [03:41] <xales> Kealper: I just type the links out
#1091 [03:41] <xales> its faster
#1092 [03:41] <Kealper> more advanced stuff: http://www.minecraftwiki.net/wiki/Redstone_circuits
#1093 [03:41] <Kealper> i was looking for that one
#1094 [03:41] <clone1018[afk]> I can restart it
#1095 [03:41] * CornstarchPudding [CornstarchPudding@notlogged] has joined ##MineCraftHelp
#1096 [03:41] <clone1018[afk]> Stop process
#1097 [03:41] <xales> clone1018[afk]: wastes time
#1098 [03:41] <clone1018[afk]> Start Process
#1099 [03:41] <clone1018[afk]> 2 seconds OHNOS
#1100 [03:41] <xales> you do whatever you like clone...
#1101 [03:41] * [ssen] [[ssen]@notlogged] has joined ##MineCraftHelp
#1102 [03:41] <Kealper> clone1018[afk]: that's also why it's good to use modular bots, they can stay connected and have a full facelift
#1103 [03:41] * Contrillion [Contrillion@notlogged] has left #MineCraftHelp
#1104 [03:43] <xales> also
#1105 [03:43] <xales> xalesbot is a daemon
#1106 [03:43] <xales> good work doing that in java
#1107 [03:43] <xales> trolololololololololol
#1108 [03:43] <Kealper> aubot sort of is....it's got a cmd window though
#1109 [03:43] <xales> windows doesn't have daemons
#1110 [03:43] * Kealper screenshots
#1110 [03:44] <Kealper> hence the sort of is
#1111 [03:44] <Kealper> lol
#1112 [03:44] <xales> and not even sort of
#1113 [03:44] <xales> if stdout is a tty or tty-like device
#1114 [03:44] <xales> not a daemon
#1115 [03:44] <clone1018[afk]> it has services
#1116 [03:44] <xales> cmd window = tty-like device
#1117 [03:44] <xales> clone1018[afk]: which are very different
#1118 [03:44] <clone1018[afk]> Whatever xales
#1119 [03:44] <Kealper> wait
#1120 [03:44] <Kealper> wat
#1121 [03:44] <Kealper> damn you 4am! i'm so lost
#1122 [03:44] <xales> lol
#1123 [03:44] <clone1018[afk]> Just remember you wont always be right
#1124 [03:45] <clone1018[afk]> and when that comes
#1125 [03:45] <xales> clone1018[afk]: you seem to be the one thinking you are always right
#1126 [03:45] <clone1018[afk]> I'LL BE THERE
#1127 [03:45] <Kealper> i admit that i'm wrong a lot of times :/
#1128 [03:45] <clone1018[afk]> I am always right silly
#1129 [03:45] <clone1018[afk]> always
#1130 [03:45] <Kealper> you should see me talking about linux....lol
#1131 [03:45] <xales> I actually know for a fact that I am right with everything you have said that about
#1132 [03:45] <xales> including this
#1133 [03:45] <xales> >.>
#1134 [03:45] <Kealper> lol
#1135 [03:45] <clone1018[afk]> >.> <--- That?
#1136 [03:46] <xales> um no
#1137 [03:46] <clone1018[afk]> what are you talking about
#1138 [03:46] <clone1018[afk]> u so crazy
#1139 [03:46] <xales> go be afk
#1140 [03:46] <xales> please
#1141 [03:47] <clone1018[afk]> nou
#1142 [03:47] <Kealper> http://i.imgur.com/2nm09.png
#1143 [03:48] * SmileyG [SmileyG@notlogged] has joined ##MineCraftHelp
#1144 [03:48] <xales> kealper
#1145 [03:49] <xales> does aubot track nicks/hosts
#1146 [03:49] <Kealper> it's own? or others?
#1147 [03:49] <xales> like, does it keep a list of everyone in its channels and their hostmasks?
#1148 [03:49] <Kealper> the logs have that, but it doesn't itself
#1149 [03:49] <xales> how does mod_seen work then?
#1150 [03:49] <xales> :P
#1151 [03:49] <Kealper> oh that
#1152 [03:49] <Kealper> yea that's got it's own ghetto db
#1153 [03:49] * heazky [heazky@notlogged] has joined ##MineCraftHelp
#1154 [03:50] <Kealper> !seen clone1018
#1155 [03:50] <GreyBot> I last saw clone1018 (IceChat77@pool-71-123-153-42.dllstx.dsl-w.verizon.net) 11mins 33secs ago, changing their nickname to clone1018[afk][sleep][lol].
#1156 [03:50] <Kealper> big paste
#1157 [03:50] <Kealper> 03:49:58 -AuBot(Bot@c-67-177-131-104.hsd1.mi.comcast.net)- clone1018 was last seen 11 minutes, 32 seconds ago changing their
#1158 [03:50] <Kealper> nick to clone1018[afk][sleep][lol]
#1159 [03:50] <Kealper> 03:49:59 <GreyBot> I last saw clone1018 (IceChat77@pool-71-123-153-42.dllstx.dsl-w.verizon.net) 11mins 33secs ago, changing their nickname to clone1018[afk][sleep][lol].
#1160 [03:51] <clone1018[afk]> !seen Cial
#1161 [03:51] <GreyBot> I last saw Cial (chatzilla@1Cust1648.an1.atl16.da.uu.net) 34mins 57secs ago, talking in #MineCraftHelp. They were saying: lol tjat looks odd with no commas
#1162 [03:51] <Kealper> and lol nipper is running a lastseen thing
#1163 [03:51] <Cial> huh
#1164 [03:51] <xales> you mean grey
#1165 [03:51] <xales> lol
#1166 [03:51] <Kealper> no
#1167 [03:51] <clone1018[afk]> No
#1168 [03:51] <clone1018[afk]> Nipper
#1169 [03:51] <Kealper> AuBot, GreyBot, and nipper all respond to !seen
#1170 [03:51] <clone1018[afk]> u so sillyz xales
#1171 [03:51] <xales> oh
#1172 [03:52] <xales> where did nipper respond? lol
#1173 [03:52] <Kealper> query
#1174 [03:52] <clone1018[afk]> Query
#1175 [03:53] <xales> lol
#1176 [03:53] <xales> kealper, is aubot source code supposed to be in kealper.com/projects?
#1177 [03:53] <Kealper> indeed, it is open
#1178 [03:54] <xales> it isn't there actually
#1179 [03:54] <xales> I thought it was closed source P
#1180 [03:54] <xales> :P*
#1181 [03:54] <Kealper> oh? hmm...i might have .htaccess'd it
#1182 [03:54] <xales> yeah
#1183 [03:54] <Kealper> looks like i did
#1184 [03:54] <xales> not like its hard to brute force BASIC auth
#1185 [03:54] <xales> lol
#1186 [03:55] <Kealper> basic auth ftw
#1187 [03:55] <xales> ok I give up
#1188 [03:55] <xales> whats the username
#1189 [03:55] <xales> I guessed
#1190 [03:55] <xales> and guessed wron
#1191 [03:55] <xales> wrong*
#1192 [03:56] <xales> I think I can guess the pass if you give me a username
#1193 [03:56] <Kealper> i don't even know the username...1 sec lol
#1194 [03:57] <xales> ._.
#1195 [03:57] <Kealper> there is no .htpasswd file....
#1196 [03:57] <xales> nice work, hero
#1197 [03:57] <Kealper> guess you can't bruteforce that one lol
#1198 [03:57] <xales> lol
#1199 [03:57] <xales> is the code on there recent?
#1200 [03:57] <aetherian> clone
#1201 [03:58] <xales> or do you only copy it there occasionally
#1202 [03:58] <clone1018[afk]> wat
#1203 [03:58] <aetherian> damn you
#1204 [03:58] <Kealper> that's my working directory for the code
#1205 [03:58] <clone1018[afk]> k
#1206 [03:58] <aetherian> you made my thing all indented
#1207 [03:58] <aetherian> >.>
#1208 [03:58] <xales> I see
#1209 [03:58] <clone1018[afk]> wat
#1210 [03:58] <xales> wouldn't like
#1211 [03:58] <Kealper> so it's as recent as it gets lol
#1212 [03:58] <clone1018[afk]> I am confused
#1213 [03:58] <xales> nickserv and channel passwords be in that then
#1214 [03:58] <aetherian> you are?
#1215 [03:58] <clone1018[afk]> what?
#1216 [03:58] <Kealper> yessir
#1217 [03:58] <aetherian> who where?
#1218 [03:58] <xales> good thing its in a htpasswdless folder
#1219 [03:58] <xales> lol
#1220 [03:59] <Kealper> not anything secure, which is why i don't want it op'd
#1221 [03:59] <aetherian> clone, you had a really long nick
#1222 [03:59] <clone1018[afk]> WHAT ARE YOU TALKING ABOUT
#1223 [03:59] <aetherian> <clone1018[afk][sleep][lol]> god
#1224 [03:59] <clone1018[afk]> oh
#1225 [03:59] <clone1018[afk]> lol
#1226 [03:59] <clone1018[afk]> the nick
#1227 [03:59] <aetherian> causes my thing to get all offset
#1228 [03:59] <Kealper> clone stumbled upon that chat program i made lol
#1229 [03:59] <aetherian> ugh
#1230 [03:59] <xales> lol
#1231 [03:59] <xales> oh, Kealper
#1232 [03:59] <xales> if you want to learn C
#1233 [03:59] <xales> I'm doing some pretty advanced stuff in my bot rewrite
#1234 [04:00] <xales> you are welcome to help
#1235 [04:00] <xales> and learn about stuff autoit can't do
#1236 [04:00] <xales> like...thread pooling and synchronization
#1237 [04:00] <Kealper> i'd get owned so hard if i even glanced at that source
#1238 [04:02] <xales> get it while its hot kealper
#1239 [04:02] <xales> http://pastebin.com/DJM28TQi
#1240 [04:02] <xales> threading FOR THE WIN
#1241 [04:02] <Kealper> oh god
#1242 [04:03] <Kealper> mind = blown
#1243 [04:03] <clone1018[afk]> Hey look! Brainfuck
#1244 [04:03] <xales> Kealper: actually thats not too bad
#1245 [04:03] <xales> thats just mutexes
#1246 [04:03] <xales> :\
#1247 [04:03] <Kealper> no, +++--+=----+++=--+++-+-+-+ is brainfuck
#1248 [04:03] <clone1018[afk]> lol?
#1249 [04:04] <Kealper> http://en.wikipedia.org/wiki/Brainfuck
#1250 [04:04] <clone1018[afk]> No I mean
#1251 [04:04] <Kealper> (joke)
#1252 [04:04] <clone1018[afk]> +++--+=----+++=--+++-+-+-+ looks like "lol"
#1253 [04:04] <Kealper> oh....
#1254 [04:04] <Kealper> i whooshed on my own joke then
#1255 [04:04] <clone1018[afk]> In binary
#1256 [04:06] <xales> Kealper: here is some good stuff
#1257 [04:06] <xales> http://pastebin.com/hMUxuygB
#1258 [04:06] <clone1018[afk]> xales add a package manager
#1259 [04:06] <Kealper> http://pastebin.com/Yt8Cb08H
#1260 [04:06] <xales> fuck no
#1261 [04:07] <xales> what is that kealpy?
#1262 [04:07] <clone1018[afk]> Logs
#1263 [04:07] <clone1018[afk]> Clearly
#1264 [04:07] <Kealper> a snippet of a .a3w file
#1265 [04:07] <clone1018[afk]> I dont know what a a3w is
#1266 [04:07] <xales> I mean, why did he share it
#1267 [04:07] <clone1018[afk]> But whatever
#1268 [04:07] <xales> >.>
#1269 [04:07] <clone1018[afk]> His code vs yours :P
#1270 [04:08] <Kealper> i was just showing that preprocessor i made
#1271 [04:08] <xales> mine does a lot more, clone
#1272 [04:08] <xales> Kealper: I see. interesting..
#1273 [04:08] <xales> does autoit have like an exec()
#1274 [04:08] <xales> ?
#1275 [04:08] <Kealper> yea i just chose that because it shows embedded autoit code inside html
#1276 [04:08] <Kealper> yes
#1277 [04:08] <xales> using that for the preprocessor?
#1278 [04:08] <Kealper> nope
#1279 [04:08] <xales> good
#1280 [04:09] <Kealper> execute is a jailed command
#1281 [04:09] <Kealper> and not only is it jailed, it's harder to control what can/can't be done
#1282 [04:09] <Kealper> like...it can still be used to delete C:\Windows or something....lol
#1283 [04:10] <xales> lol
#1284 [04:10] <clone1018[afk]> http://pastebin.com/GZ90hhkE
#1285 [04:10] <clone1018[afk]> :D
#1286 [04:10] <xales> Kealper
#1287 [04:11] <xales> if you wanna mind=blown
#1288 [04:11] <xales> I'll give you a readonly-screen shell
#1289 [04:11] <xales> you can watch me work :O
#1290 [04:11] * KillSpammer [KillSpammer@notlogged] has joined ##MineCraftHelp
#1291 [04:11] <Kealper> i'd literally get a mind=blown from that, trying to comprehend it lol
#1292 [04:11] <xales> lol
#1293 [04:11] <xales> I should teach you C >.>
#1294 [04:12] <xales> a lot of that stuff is just more complicated than it looks
#1295 [04:12] <xales> part of the complication is using things like the Microsoft IDEs, IMHO
#1296 [04:12] <Kealper> yea but i don't know the more advanced things...so i'd be stairing at it going lolwut?
#1297 [04:12] <xales> Kealper: when you worked with C, what IDE did you use
#1298 [04:12] <xales> Kealper: more advanced things such as?
#1299 [04:12] <Kealper> MSVC++ express....like...a boss...lol
#1300 [04:12] <KillSpammer> Xales teach me C!
#1301 [04:12] <KillSpammer> lol
#1302 [04:13] <xales> KillSpammer: do you know any other programming languages?
#1303 [04:13] <Kealper> and by advanced i mean anything actually useful
#1304 [04:13] <KillSpammer> Not really :S
#1305 [04:13] <xales> then I can't help you :\
#1306 [04:13] <KillSpammer> I jumped from C++ to Java then back to C
#1307 [04:13] <KillSpammer> lol
#1308 [04:13] <xales> Kealper: like pointers?
#1309 [04:13] <xales> or like threading
#1310 [04:13] <KillSpammer> C++ to confusing then bild or osmeone redirected me back to C
#1311 [04:13] <Kealper> i understand a bit about structs and ptrs, autoit can use those for low level calls
#1312 [04:13] <xales> also, MSVC++ will be where a lot of the confusion comes from
#1313 [04:14] <xales> those IDEs are absolutely the worst thing on this planet
#1314 [04:14] <Kealper> probably, that thing was retarded
#1315 [04:14] <xales> I actually hated C to the point of being pissed that things were actually written in it
#1316 [04:14] <xales> till I started just using vim
#1317 [04:14] <Kealper> lol
#1318 [04:14] <xales> at which point I became C wizard
#1319 [04:14] <aetherian> black magic...
#1320 [04:14] <xales> dark*
#1321 [04:15] <xales> dark magic
#1322 [04:15] <Kealper> hmm...what os is vim for?
#1323 [04:15] <aetherian> oh xales, you evil sorcerress.
#1324 [04:15] <xales> vim = vi = *nix
#1325 [04:15] <Kealper> :/
#1326 [04:15] <xales> Kealper: I do developing in a screen window
#1327 [04:15] <xales> right next to IRC
#1328 [04:15] <xales> ctrl-A a
#1329 [04:15] <xales> and I see code
#1330 [04:15] <xales> again, and I see irc!
#1331 [04:15] <aetherian> well slashmeawaybrb
#1332 [04:15] <Kealper> yeah but...my computer...could compile code so much faster than this server could...lol
#1333 [04:16] <xales> and it sounds bad from a I'm-used-to-IDE perspective
#1334 [04:16] <xales> but its not
#1335 [04:16] <xales> ehh, Kealper. it doens't make a big difference
#1336 [04:16] <xales> it won't take more than 30 seconds to compile anything you could write in a month
#1337 [04:16] <clone1018[afk]> Like
#1338 [04:16] <xales> won't take more than 10 seconds
#1339 [04:16] <xales> but 30 seconds incase you do something dumb
#1340 [04:16] <xales> like litter code with gotos
#1341 [04:16] * Kealper remembers the horrors of waiting for that WoW private server to compile...
#1341 [04:16] <xales> that it has to fuck around with extra jnzs
#1342 [04:17] <clone1018[afk]> EVERY *nix distro has vim lol
#1343 [04:17] <Kealper> $1 says this one doesn't
#1344 [04:17] <xales> it will have vi
#1345 [04:17] <xales> not vim
#1346 [04:17] <xales> vim = VI iMproved
#1347 [04:17] <clone1018[afk]> Thats what I meant
#1348 [04:17] <Kealper> yea i was going to try both
#1349 [04:17] <xales> vim is better
#1350 [04:17] <xales> vi is weird
#1351 [04:17] <clone1018[afk]> I like nano
#1352 [04:17] <xales> emacs is horrific
#1353 [04:17] <xales> nano is a nice editor
#1354 [04:17] <xales> it doesnt do anything but edit
#1355 [04:17] <xales> no highlighting
#1356 [04:17] <clone1018[afk]> Not for like coding
#1357 [04:17] <Kealper> holy shit it does
#1358 [04:17] <xales> no freplacing
#1359 [04:18] <clone1018[afk]> Just for editing simple stuff
#1360 [04:18] <xales> vim is still better
#1361 [04:18] <Kealper> something this thing actually had without me having to install it...amazing!
#1362 [04:18] <xales> it will syntax highlight most config files out of the box
#1363 [04:18] <xales> Kealper: what version though?
#1364 [04:18] <Kealper> idk, it says VIM
#1365 [04:18] <xales> run vim with no arguments
#1366 [04:18] <Kealper> 7? lemme check
#1367 [04:18] <clone1018[afk]> I dont know how to use vim lol
#1368 [04:18] <xales> it will say the version
#1369 [04:18] <xales> also, you need to learn Vim before using it
#1370 [04:18] <xales> start with setting up .vimrc
#1371 [04:19] <xales> which is important
#1372 [04:19] <xales> :O
#1373 [04:19] <xales> here is my basic one
#1374 [04:19] <xales> set term=xterm
#1375 [04:19] <xales> syntax on
#1376 [04:19] <xales> set ts=4
#1377 [04:19] <xales> set cin
#1378 [04:19] <xales> set nu
#1379 [04:19] <xales> set sw=4
#1380 [04:20] <Kealper> i can't actually use this for programming though....this is not just a shell, it's a live server that can't be messed with :/
#1381 [04:20] <blackout1471> !check 188.179.79.107:25565
#1382 [04:20] <Kealper> and by can't i mean shouldn't
#1383 [04:20] <blackout1471> anyone can check server ?
#1384 [04:20] <xales> Kealper: it won't hurt anything. can't, even
#1385 [04:20] <Kealper> normally
#1386 [04:20] <xales> >.>
#1387 [04:20] <blackout1471> 188.179.79.107:25565
#1388 [04:20] <Kealper> xales: that was at blackout1471
#1389 [04:20] <Kealper> but it can be disabled if someone spams it
#1390 [04:21] <xales> Kealper: what was?
#1391 [04:21] <clone1018[afk]> Doesnt work blackout1471
#1392 [04:21] <Kealper> "normally"
#1393 [04:21] <blackout1471> hmmm
#1394 [04:21] <blackout1471> 2 sec
#1395 [04:21] <Kealper> wow
#1396 [04:21] <xales> I was talking about e from here!
#1397 [04:21] <xales> err
#1398 [04:21] <xales> what did I just paste
#1399 [04:21] <Kealper> i totally misunderstood what he asked
#1400 [04:21] <xales> anyway
#1401 [04:21] <xales> 04:20:01 <@Kealper> i can't actually use this for programming though
#1402 [04:21] <xales> that
#1403 [04:21] <xales> was what I was responding to
#1404 [04:21] <Kealper> yea i figured
#1405 [04:21] * Unuhara [Unuhara@notlogged] has joined ##MineCraftHelp
#1406 [04:22] <blackout1471> !check 188.179.79.107
#1407 [04:22] <xales> anyway...
#1408 [04:22] <xales> if you promise to be a good boy I can give you a shell :P
#1409 [04:22] <blackout1471> try now ;D
#1410 [04:22] <Kealper> idk...sounds risky
#1411 [04:22] <blackout1471> 188.179.79.107
#1412 [04:22] <xales> Kealper: how?
#1413 [04:22] <Kealper> for me, not your shell lol
#1414 [04:22] <xales> how would it be risky? lol
#1415 [04:23] <clone1018[afk]> Nope
#1416 [04:23] <Kealper> i've been pampered by windows...i was excited when i compiled irssi.....lol
#1417 [04:23] <xales> lol
#1418 [04:23] <xales> I mean...
#1419 [04:23] <xales> the C compiler and linker is pedantic
#1420 [04:23] <xales> most stuff you fuck up that counts, it will give you 10 errors for
#1421 [04:23] <Kealper> lol
#1422 [04:24] <xales> everything else will just blow up the process
#1423 [04:24] <xales> it won't touch anything else
#1424 [04:24] <Kealper> sounds like autoit lol
#1425 [04:24] <xales> I mean, I accidentally recompiled `banner` on my system to remove the character limit
#1426 [04:24] <xales> and it started smashing the stack
#1427 [04:24] <Kealper> o.o
#1428 [04:25] <xales> it still didn't hurt anything, it got caught by whatever the protection thing my kernel has
#1429 [04:25] <Kealper> DEP?
#1430 [04:25] <xales> lolno
#1431 [04:25] <xales> its much smarter than DEP
#1432 [04:25] <Kealper> meh...lol
#1433 [04:25] <xales> it knew it was smashing the stack and aborted the process
#1434 [04:25] * Neon [Neon@notlogged] has joined ##MineCraftHelp
#1435 [04:25] <xales> the kernel that is
#1436 [04:26] <Kealper> if only windows could do that :/
#1437 [04:26] <xales> indeed
#1438 [04:26] <xales> anyway, vim isn't too hard to learn
#1439 [04:26] <xales> and you will be glad you did >.>
#1440 [04:26] <xales> I used to do most of my programming on windows too
#1441 [04:27] <FireRat> any way to turn off mobs in multiplayer?
#1442 [04:27] * Kealper googles some C example sockets
#1442 [04:27] <xales> FireRat: http://minecraftwiki.net/wiki/Server.properties#spawn-mobs
#1443 [04:27] <xales> nononono Kealper
#1444 [04:27] <xales> http://beej.us/guide/bgnet/
#1445 [04:27] <xales> that is what you want
#1446 [04:28] <Kealper> do you have that memorized or something? lol
#1447 [04:28] <clone1018[afk]> Yes
#1448 [04:28] <clone1018[afk]> he does
#1449 [04:28] <xales> I do
#1450 [04:28] <Kealper> that took 15 sec to give that lol
#1451 [04:28] <xales> less, I had to find the N key in the dark
#1452 [04:28] <xales> :P
#1453 [04:28] <Kealper> lol..
#1454 [04:29] <clone1018[afk]> Well then
#1455 [04:29] <clone1018[afk]> thats enough xales for me for one day
#1456 [04:29] <xales> bed time clone?
#1457 [04:29] <clone1018[afk]> No
#1458 [04:29] <clone1018[afk]> Its 3:29
#1459 [04:29] <Kealper> the more i look at C/C++ code...the more i realize autoit is just an big interpreted wrapper
#1460 [04:29] <clone1018[afk]> Sensible people would go to sleep
#1461 [04:30] <xales> Kealper: of course
#1462 [04:30] <clone1018[afk]> Like Kealper
#1463 [04:30] * clone1018[afk] glares
#1463 [04:30] <Kealper> like....i could probably have a bot connected to my kchat server in an hour.....
#1464 [04:31] <xales> less
#1465 [04:31] <xales> take 10 minutes or less for that
#1466 [04:31] <xales> simple connection? you can hack it out in 5 minutes
#1467 [04:31] <xales> recieving into a buffer? 5 more minutes
#1468 [04:31] <xales> GG AutoIt
#1469 [04:31] <Kealper> ok then..want to try and hack one out?
#1470 [04:31] <xales> uhh...sure. lol
#1471 [04:32] <Kealper> merry christmas: http://kchat.kealper.com/sourcecode/Simple%20Chat%20Protocol%20Documentation%20and%20Specification.txt
#1472 [04:32] <xales> oh fuck no. not like that
#1473 [04:32] <xales> here is how we are going to do this...
#1474 [04:32] <Kealper> the protocol is called "Simple Chat Protocol" for a reason
#1475 [04:33] <xales> first, your going to open your other client back up
#1476 [04:33] <xales> so I send you sensitive information again
#1477 [04:33] <Kealper> xales: i'll pm you a link in like 5 sec
#1478 [04:33] <xales> link to what?
#1479 [04:37] <KillSpammer> hmmm
#1480 [04:37] * blackout1471 [blackout1471@notlogged] has joined ##MineCraftHelp
#1481 [04:37] <blackout1471> !check 188.179.79.107
#1482 [04:38] <KillSpammer> Im bored...
#1483 [04:38] <blackout1471> okey anyone can check the server now?
#1484 [04:38] <blackout1471> 188.179.79.107
#1485 [04:38] * Kealper` [Kealper`@notlogged] has joined ##MineCraftHelp
#1486 [04:38] * CornstarchPudding [CornstarchPudding@notlogged] has joined ##MineCraftHelp
#1487 [04:38] <blackout1471> ???
#1488 [04:38] <blackout1471> 188.179.79.107
#1489 [04:39] <Kealper> logging in....
#1490 [04:39] <Kealper> .........
#1491 [04:39] <Kealper> any day now
#1492 [04:40] <Kealper> blackout1471: is there an externalurl.txt in your server's folder?
#1493 [04:40] <Kealper2> xales: you can dcc any time now lol
#1494 [04:41] <xales> oh I didn't see you join lol
#1495 [04:41] <Kealper2> i'm a ninja like that
#1496 [04:45] * Kealper[hax] [Kealper[hax]@notlogged] has joined ##MineCraftHelp
#1497 [04:45] <Kealper[hax]> muahahaha!
#1498 [04:46] <xales> lol
#1499 [04:57] <KillSpammer> I bored...
#1500 [04:57] <KillSpammer> Someone entertain me
#1501 [04:57] <GreyVulpine> !uno
#1502 [04:57] <GreyBot> GreyVulpine wants to play Uno! Type join in the channel to join the game. Game will start in 30 seconds
#1503 [04:57] <GreyVulpine> !unoend
#1504 [04:57] <GreyBot> The current game has been ENDED by GreyVulpine 
#1505 [04:58] * valuial [valuial@notlogged] has joined ##MineCraftHelp
#1506 [05:02] * Tonux [Tonux@notlogged] has joined ##MineCraftHelp
#1507 [05:04] <KillSpammer> !uno
#1508 [05:04] <GreyBot> KillSpammer wants to play Uno! Type join in the channel to join the game. Game will start in 30 seconds
#1509 [05:04] <KillSpammer> Omg you can play uno?
#1510 [05:05] <GreyBot> Uno requires 2 players!
#1511 [05:05] <GreyBot> The current game has been ENDED by GreyBot 
#1512 [05:06] <AG_Elias> Oh fuck no.
#1513 [05:08] <KillSpammer> !uno
#1514 [05:08] <GreyBot> KillSpammer wants to play Uno! Type join in the channel to join the game. Game will start in 30 seconds
#1515 [05:08] <GreyBot> Uno requires 2 players!
#1516 [05:08] <GreyBot> The current game has been ENDED by GreyBot 
#1517 [05:08] <KillSpammer> :(
#1518 [05:10] <aetherian> aahh
#1519 [05:11] <aetherian> notch should bring back indev
#1520 [05:16] * the_late_man [the_late_man@notlogged] has joined ##MineCraftHelp
#1521 [05:16] <aetherian> augh
#1522 [05:16] <aetherian> so annoying getting used to a new os at times >.>
#1523 [05:20] * jedahan [jedahan@notlogged] has joined ##MineCraftHelp
#1524 [05:35] * GreyVulpine [GreyVulpine@notlogged] has joined ##MineCraftHelp
#1525 [05:36] * GreyBot [GreyBot@notlogged] has joined ##MineCraftHelp
#1526 [05:42] * sage [sage@notlogged] has joined ##MineCraftHelp
#1527 [05:42] <sage> Hello
#1528 [05:43] <GreyVulpine> 'lo
#1529 [05:43] <sage> I am getting this error everytime I attempt to start my mc .bat
#1530 [05:43] <sage> http://pastie.org/1439782
#1531 [05:43] <sage> Can anyone help me troubleshoot?
#1532 [05:44] <sage> (ignore the irc part, meant to erase that)
#1533 [05:45] <GreyVulpine> Did you put in an ip in server-ip in server.properties?
#1534 [05:45] <sage> In my server.properties file, there wasn't even a place for that
#1535 [05:46] <sage> this is what it looks like http://pastie.org/1439785
#1536 [05:48] * jedahan [jedahan@notlogged] has joined ##MineCraftHelp
#1537 [05:48] <sage> If it helps, im using windows 7 64bit
#1538 [05:48] <GreyVulpine> Ah, hmm, classic server?
#1539 [05:48] <sage> yes
#1540 [05:49] * heazky [heazky@notlogged] has joined ##MineCraftHelp
#1541 [05:53] <sage> back in 15
#1542 [06:05] <aetherian> years?
#1543 [06:16] * NeoAngle [NeoAngle@notlogged] has joined ##MineCraftHelp
#1544 [06:25] * ConMan8 [ConMan8@notlogged] has joined ##MineCraftHelp
#1545 [06:29] <netherian> it's a bit late
#1546 [06:29] * Bio_Hazzard [Bio_Hazzard@notlogged] has joined ##MineCraftHelp
#1547 [06:37] <netherian> *knock knock*
#1548 [06:37] <netherian> anyone alive?
#1549 [06:39] <lemon-rev> no
#1550 [06:39] <netherian> then what am I?
#1551 [06:39] <lemon-rev> i dont know, your in help
#1552 [06:39] <lemon-rev> whats up
#1553 [06:40] <netherian> ...
#1554 [06:40] <netherian> I'm always in here, dude
#1555 [06:40] <netherian> and that should be a you're...
#1556 [06:40] <lemon-rev> hm, correct spelling , i know i should concentrate more on spelling but everyone still understands
#1557 [06:41] <netherian> uh
#1558 [06:41] <netherian> should I resist the urge to correct? I think I will. (/me chews lead)
#1559 [06:41] <netherian> anyways
#1560 [06:41] <netherian> lemon
#1561 [06:41] <netherian> you're a zombay, right?
#1562 [06:42] <lemon-rev> a zombay ? , atm i should be
#1563 [06:42] <lemon-rev> stayed up far to late for my own good last night
#1564 [06:42] <lemon-rev> doing the same cause its too hot to sleep atm
#1565 [06:42] <netherian> pssh
#1566 [06:42] <netherian> not even two, if I can read that thing right at this hour
#1567 [06:43] <netherian> where you are, that is
#1568 [06:43] <lemon-rev> i see
#1569 [06:43] <lemon-rev> what your trying to ask
#1570 [06:43] <lemon-rev> lol
#1571 [06:43] <lemon-rev> im from australia
#1572 [06:43] <lemon-rev> canberra
#1573 [06:43] <netherian> that I could have found out
#1574 [06:43] <netherian> I was asking what time it is there
#1575 [06:43] <lemon-rev> right down south east
#1576 [06:43] <lemon-rev> hm,
#1577 [06:44] <lemon-rev> now thats a different question and its 22:46
#1578 [06:44] <lemon-rev> and i belive you can also
#1579 [06:44] <lemon-rev> [22:47] [netherian TIME reply]: Sat Jan 08 03:44:18
#1580 [06:44] <netherian> it's only not even 11 where you are?
#1581 [06:44] <netherian> optical.esper.net :Saturday January 8 2011 -- 12:42:33 +01:00
#1582 [06:45] <netherian> is what I got
#1583 [06:45] <netherian> when I /time d you
#1584 [06:45] <lemon-rev> i normally goto bed about 22:30 but i stick to a regime which means staying awake past that time , means over time for my body
#1585 [06:45] <netherian> you go to bed at ten thirty o_O
#1586 [06:45] <lemon-rev> when your older you need your body in sync with how early you get up
#1587 [06:45] <lemon-rev> yes
#1588 [06:45] <netherian> ........
#1589 [06:45] <lemon-rev> im not a youngi
#1590 [06:46] <netherian> get the yours right at least, you old fogey
#1591 [06:46] <lemon-rev> lol
#1592 [06:46] <lemon-rev> hahhahhaha
#1593 [06:46] <netherian> you, you're, and yore. not hard to remember.
#1594 [06:46] <lemon-rev> so what your making threats now are ya ?
#1595 [06:46] <netherian> ...
#1596 [06:46] * netherian sobs
#1596 [06:46] <lemon-rev> hm, the correct ways of spelling them are
#1597 [06:46] <lemon-rev> yes
#1598 [06:46] <lemon-rev> wtf
#1599 [06:46] <lemon-rev> you make a threat then you sob, wtf
#1600 [06:46] <lemon-rev> man
#1601 [06:46] <netherian> you did it wrong again.
#1602 [06:47] <netherian> <netherian> you, you're, and yore. not hard to remember.
#1603 [06:47] <netherian> <lemon-rev> so what your making threats now are ya ?
#1604 [06:47] <netherian> and yes I realize I typoed
#1605 [06:47] <netherian> typoed? typod? tyler podd? hmm...
#1606 [06:47] <lemon-rev> hm
#1607 [06:47] <lemon-rev> the correcting of spelling i dont so much mind
#1608 [06:47] <netherian> mmkay
#1609 [06:48] <lemon-rev> because i do it to straighten out a friend of mine
#1610 [06:48] <netherian> then Ima do it again, once.
#1611 [06:48] <lemon-rev> but yea
#1612 [06:48] <lemon-rev> hm
#1613 [06:48] <lemon-rev> if you must
#1614 [06:48] <lemon-rev> lol
#1615 [06:48] <netherian> the pronoun "I" is capitalized, if I do so recall correctly.
#1616 [06:48] <netherian> it's just that seeing people say things like
#1617 [06:48] <netherian> "i like your stuff"
#1618 [06:48] <netherian> uh... sets my wyes on edge?
#1619 [06:49] <netherian> *eyes
#1620 [06:49] <lemon-rev> well i only put that down to book sentaces otherwise we could all just capitalise every letter i type
#1621 [06:49] <lemon-rev> lol
#1622 [06:49] <netherian> I could not understand that
#1623 [06:49] <lemon-rev> why not
#1624 [06:49] <lemon-rev> if your reading a book
#1625 [06:49] <netherian> I just can't.
#1626 [06:49] <lemon-rev> hm
#1627 [06:49] <netherian> augh
#1628 [06:49] <lemon-rev> then dont read it
#1629 [06:49] <netherian> I give up
#1630 [06:49] <netherian> I GIVE UP
#1631 [06:50] * netherian commits suicide
#1631 [06:50] <lemon-rev> lol
#1632 [06:50] <lemon-rev> good luck
#1633 [06:50] <lemon-rev> just make sure you do a good job of it
#1634 [06:50] <netherian> oh sure
#1635 [06:50] <netherian> remember kiddies
#1636 [06:51] <netherian> down the highway, not across the street.
#1637 [06:51] <lemon-rev> now you have lost me
#1638 [06:51] <netherian> wrist slitting.
#1639 [06:51] <lemon-rev> look if you have a sad child hood then go relive those somewhere else
#1640 [06:52] <netherian> hahaha
#1641 [06:52] <netherian> I'm still in my childhood, remember?
#1642 [06:52] <lemon-rev> bah, wat was it you said you where 12
#1643 [06:52] <lemon-rev> ?
#1644 [06:52] <netherian> o_O
#1645 [06:52] <netherian> urg
#1646 [06:52] <netherian> where were...
#1647 [06:53] <netherian> and no
#1648 [06:53] <lemon-rev> i dont know me guessing your name
#1649 [06:53] <lemon-rev> lol
#1650 [06:53] <lemon-rev> no
#1651 [06:53] <lemon-rev> your age
#1652 [06:53] <lemon-rev> lol
#1653 [06:53] <netherian> I have yet to say my age.
#1654 [06:53] <lemon-rev> too tried to care atm
#1655 [06:53] <lemon-rev> thought yuo mentioned it earlier when we where all saying our age
#1656 [06:53] <netherian> augh
#1657 [06:54] <netherian> English isn't your first language, is it.
#1658 [06:54] <lemon-rev> hm,
#1659 [06:54] <netherian> slashmeawayIgiveup
#1660 [06:54] <lemon-rev> yes
#1661 [06:54] <lemon-rev> so you give up soo easily
#1662 [06:55] <lemon-rev> try to understand your plight
#1663 [06:55] <netherian> my plight is you are causing me to lose hope in humanity. again.
#1664 [06:55] <lemon-rev> lol
#1665 [06:55] <lemon-rev> hahahhahahaha
#1666 [06:55] <lemon-rev> hope
#1667 [06:55] <netherian> but no matter
#1668 [06:55] <lemon-rev> wtf
#1669 [06:55] <lemon-rev> loose hope please cause there isnt any humanity left
#1670 [06:56] <netherian> ...
#1671 [06:56] <netherian> or grammar?
#1672 [06:56] <lemon-rev> hm,
#1673 [06:56] <netherian> I should loosen my hope, please for a cause, because there isnt any humanity left?
#1674 [06:56] <netherian> wait I mean what?
#1675 [06:56] <netherian> well, back to watching my vids.
#1676 [06:56] <lemon-rev> its too late to care and grammer i could not care for
#1677 [06:56] <netherian> )^*(&%%%%%%*(T
#1678 [06:56] <lemon-rev> lol
#1679 [06:56] <netherian> grammar
#1680 [06:56] <lemon-rev> ok then
#1681 [07:04] <Kealper> alright i'm off to bed....hopefully this does not change my nick anymore....lol
#1682 [07:04] * bildramer [bildramer@notlogged] has joined ##MineCraftHelp
#1683 [07:05] <netherian> gasp!
#1684 [07:05] <netherian> ke-kel-kel's actually going to bed!
#1685 [07:08] * iPischto [iPischto@notlogged] has joined ##MineCraftHelp
#1686 [07:09] * BarryCarlyon [BarryCarlyon@notlogged] has joined ##MineCraftHelp
#1687 [07:10] * Kaito [Kaito@notlogged] has joined ##MineCraftHelp
#1688 [07:11] * bildramer [bildramer@notlogged] has joined ##MineCraftHelp
#1689 [07:14] * Zidonuke [Zidonuke@notlogged] has joined ##MineCraftHelp
#1690 [07:20] <netherian> night
#1691 [07:20] <netherian> it's 4:20 am here
#1692 [07:20] * BarryCarlyon [BarryCarlyon@notlogged] has joined ##MineCraftHelp
#1693 [07:22] * blackout1471 [blackout1471@notlogged] has joined ##MineCraftHelp
#1694 [07:23] * Pommesgabel [Pommesgabel@notlogged] has joined ##MineCraftHelp
#1695 [07:23] <blackout1471> hello is there anyone that can fix a BSOD?
#1696 [07:25] <blackout1471> hallo?
#1697 [07:26] <blackout1471> is here anyone?
#1698 [07:27] * blackout1471 [blackout1471@notlogged] has joined ##MineCraftHelp
#1699 [07:27] <blackout1471> hallo?
#1700 [07:28] * Solvius [Solvius@notlogged] has joined ##MineCraftHelp
#1701 [07:29] <Solvius> hello
#1702 [07:29] <blackout1471> hello
#1703 [07:29] <blackout1471> do anyone know anything about a BSOD?
#1704 [07:29] <Solvius> I have no idea
#1705 [07:30] <blackout1471> okey
#1706 [07:30] <Solvius> I am new to this game
#1707 [07:30] <Solvius> hanging out here to learn things
#1708 [07:30] <blackout1471> arhhh...
#1709 [07:30] <Solvius> I started a server though :0
#1710 [07:31] <blackout1471> you have?
#1711 [07:31] <Solvius> yes, two actually, one at home :)
#1712 [07:32] <blackout1471> thats my problem when i start my server i can connect it all the things but when other people connect it i get a blue screen of death -.-'
#1713 [07:32] <Solvius> you get a bleu screen of death ? or the player ?
#1714 [07:33] <blackout1471> i got/the server...
#1715 [07:33] <Solvius> updated your video card drivers ?
#1716 [07:33] <blackout1471> i have
#1717 [07:33] <Solvius> nvidia ?
#1718 [07:33] <blackout1471> i have a nvidia geforce 250gts
#1719 [07:33] <blackout1471> MSI
#1720 [07:33] <Solvius> ok, I have no idea why I asked that, but i see them do it here... so :D
#1721 [07:34] <blackout1471> do you use cable internet of wifi?
#1722 [07:34] <Solvius> cable
#1723 [07:34] <Solvius> do U wifi ?
#1724 [07:34] <blackout1471> okey that could be my problem that my wifi card is to laggy
#1725 [07:34] <blackout1471> because my wifi card sucks
#1726 [07:34] <Solvius> could be, did you do portforwarding also ?
#1727 [07:34] <blackout1471> and i have heard that it could be that...
#1728 [07:34] <blackout1471> ye
#1729 [07:34] <blackout1471> i have port
#1730 [07:34] <Solvius> any change to use cable then ?
#1731 [07:35] <blackout1471> i can try
#1732 [07:35] <blackout1471> 2 sec
#1733 [07:35] <Solvius> Its also important to have a static IP adres and to do portforwarding in your router, if ya have a router :)
#1734 [07:36] <Solvius> if you have no router, i have no idea what to do then
#1735 [07:37] <blackout1471> im back
#1736 [07:37] <Solvius> wb :)
#1737 [07:37] * blackout1471 [blackout1471@notlogged] has joined ##MineCraftHelp
#1738 [07:37] <Solvius> shall i test ?
#1739 [07:37] <blackout1471> im back :D
#1740 [07:37] <blackout1471> ye sec
#1741 [07:38] <blackout1471> 87.57.226.80:25565
#1742 [07:38] <blackout1471> okey then try
#1743 [07:38] <Solvius> I try wait a sec
#1744 [07:38] <BarryCarlyon> !check 87.57.226.80
#1745 [07:39] <blackout1471> ohh sec
#1746 [07:39] <blackout1471> how can i portforward if i don't have a router?
#1747 [07:39] <Solvius> failed to connect to server
#1748 [07:39] <blackout1471> !check 87.57.226.80
#1749 [07:39] <GreyVulpine> You don't.
#1750 [07:40] <Solvius> I did 87.57.226.80
#1751 [07:40] <blackout1471> !check 87.57.226.80:25565
#1752 [07:40] <BarryCarlyon> blackout1471: how are you connected to the network then?
#1753 [07:40] <GreyVulpine> Please stop spamming !check
#1754 [07:40] <BarryCarlyon> s/network/internet
#1755 [07:40] <Solvius> I try with the port behind it wait a sec
#1756 [07:40] <blackout1471> how can i portforward without a router?
#1757 [07:40] <GreyVulpine> blackout1471 - Are there any firewalls/security software installed on your server?
#1758 [07:40] <GreyVulpine> Anything standing in between the network and your computer?
#1759 [07:41] <Solvius> failed to connect to server blackout1471
#1760 [07:41] <blackout1471> i know why then i changed to cable my standard ip changed -.-'
#1761 [07:41] <Solvius> hi GreyVulpine
#1762 [07:41] <GreyVulpine> 'lo
#1763 [07:43] <blackout1471> 87.57.226.80:25567 remember the port
#1764 [07:43] <blackout1471> !check 87.57.226.80:25567
#1765 [07:44] <Solvius> succes I logged in :)
#1766 [07:44] <blackout1471> can you play?
#1767 [07:44] <blackout1471> yees!!!!
#1768 [07:44] <blackout1471> it my ****** suck network card :D
#1769 [07:44] <blackout1471> ty ty tyty
#1770 [07:44] <Solvius> yes I can play
#1771 [07:45] <blackout1471> nice ty
#1772 [07:45] <Solvius> yw
#1773 [07:45] <blackout1471> i shutdown server now
#1774 [07:45] <blackout1471> ;D
#1775 [07:45] <Solvius> what I see its a nice map also :)
#1776 [07:45] <Solvius> ok
#1777 [07:45] <Solvius> I logged out
#1778 [07:47] <blackout1471> haha xD
#1779 [07:48] <Solvius> afk now for a while congrats blackout1471 :)
#1780 [07:48] <blackout1471> ty and thanks for testing Solvius
#1781 [07:55] * Zidonuke [Zidonuke@notlogged] has joined ##MineCraftHelp
#1782 [08:05] * blackout1471 [blackout1471@notlogged] has joined ##MineCraftHelp
#1783 [08:06] <Diablothein> Finishing touches on the tree! Woo!
#1784 [08:06] * peru [peru@notlogged] has joined ##MineCraftHelp
#1785 [08:20] * Snow|RDP [Snow|RDP@notlogged] has joined ##MineCraftHelp
#1786 [08:24] * ArmEagle [ArmEagle@notlogged] has joined ##MineCraftHelp
#1787 [08:40] * likechad [likechad@notlogged] has joined ##MineCraftHelp
#1788 [08:40] <likechad> I'm a newbie about minecraft...
#1789 [08:40] <likechad> I was so impressed...
#1790 [08:45] <GreyVulpine> Anything we can help you with likechad?
#1791 [08:45] <likechad> what is the difference between payed user and not payed user...?
#1792 [08:46] <likechad> I did it... offline...
#1793 [08:46] <GreyVulpine> paid users can play online
#1794 [08:46] <GreyVulpine> can play beta
#1795 [08:46] <likechad> but people have their own servers... I saw many things... in internet...
#1796 [08:46] <GreyVulpine> Indeed
#1797 [08:46] <likechad> I don't understand... is it cracked version?
#1798 [08:47] <GreyVulpine> You don't need to pay to run a server
#1799 [08:47] <GreyVulpine> Only to play on beta
#1800 [08:47] <likechad> HOw can i get a server?
#1801 [08:47] <GreyVulpine> It's on the same page where you got the client
#1802 [08:47] <GreyVulpine> bottom of the page
#1803 [08:48] <likechad> oh I see...
#1804 [08:48] <likechad> I checked java client...
#1805 [08:48] <likechad> server is also java ???
#1806 [08:48] <GreyVulpine> Yes
#1807 [08:49] <likechad> GreyVulpine: do you have your own server???
#1808 [08:49] <GreyVulpine> Indeed I do
#1809 [08:49] <likechad> cool...
#1810 [08:50] <likechad> so same version on website?
#1811 [08:50] <likechad> beta?
#1812 [08:50] <GreyVulpine> Yes
#1813 [08:50] <likechad> cool... I'm running it... right now...
#1814 [08:51] <likechad> I could find opensource minecraft servers...
#1815 [08:51] <likechad> does it work???
#1816 [08:51] * KillSpammer [KillSpammer@notlogged] has joined ##MineCraftHelp
#1817 [08:52] <GreyVulpine> I'm sorry, I don't understand the question
#1818 [08:56] <likechad> http://www.minecraftwiki.net/wiki/Beta_custom_server_list
#1819 [08:56] <likechad> there are many servers....
#1820 [08:56] <GreyVulpine> Indeed
#1821 [08:57] <likechad> it's almost opensource rigth?
#1822 [08:57] <GreyVulpine> No
#1823 [08:57] <likechad> got it..
#1824 [09:01] * mitt [mitt@notlogged] has joined ##MineCraftHelp
#1825 [09:02] * mitt http://imagetwist.com/kiarj56d34t0/P1010224.JPG.html
#1825 [09:04] <GreyVulpine> What is this?
#1826 [09:04] * Ordeith [Ordeith@notlogged] has joined ##MineCraftHelp
#1827 [09:06] <peru> GreyVulpine, image of sky and sea waves
#1828 [09:06] <ConMan8> spammed everywhere
#1829 [09:06] <ConMan8> :|
#1830 [09:08] <GreyVulpine> Wasn't about to click on it
#1831 [09:08] * Zidonuke [Zidonuke@notlogged] has joined ##MineCraftHelp
#1832 [09:11] * kia [kia@notlogged] has joined ##MineCraftHelp
#1833 [09:31] * peru_ [peru_@notlogged] has joined ##MineCraftHelp
#1834 [09:42] * Boland [Boland@notlogged] has joined ##MineCraftHelp
#1835 [09:55] * Dvonio [Dvonio@notlogged] has joined ##MineCraftHelp
#1836 [09:59] * Miclee [Miclee@notlogged] has joined ##MineCraftHelp
#1837 [10:01] * Jared [Jared@notlogged] has joined ##MineCraftHelp
#1838 [10:03] * blackout1471 [blackout1471@notlogged] has joined ##MineCraftHelp
#1839 [10:03] <blackout1471> hi
#1840 [10:03] <KillSpammer> Hi?
#1841 [10:04] <blackout1471> can anybody try my server i think i have found the problem in my BSOD
#1842 [10:04] <blackout1471> 188.179.79.107:25555
#1843 [10:05] <blackout1471> !check 188.179.79.107:25555
#1844 [10:06] <blackout1471> !check 188.179.79.107:25555
#1845 [10:07] <Solvius> new IP blackout1471 ?
#1846 [10:07] <blackout1471> ye
#1847 [10:07] <blackout1471> !check 188.179.79.107:25565
#1848 [10:07] <blackout1471> try :D
#1849 [10:08] <blackout1471> New ip 188.179.79.107:25565
#1850 [10:08] <blackout1471> ;D
#1851 [10:08] <Solvius> I try, wait a sec
#1852 [10:08] <blackout1471> okey ;D
#1853 [10:09] <blackout1471> is it working?
#1854 [10:09] <Solvius> spawnpoint in the water, you drown
#1855 [10:09] <Solvius> yes it works :)
#1856 [10:09] <blackout1471> ty :D
#1857 [10:09] <blackout1471> i have bought a new network card :D
#1858 [10:10] <Solvius> nice :)
#1859 [10:10] <blackout1471> so now is my BSOD gone ;D
#1860 [10:10] <Solvius> BSOD ?
#1861 [10:11] <blackout1471> SO to all that have a BSOD go and upgrade network card or buy a new network card
#1862 [10:11] <blackout1471> BSOD=blue screen of death ;D
#1863 [10:11] <Solvius> ahaa :)
#1864 [10:11] <Solvius> good :)
#1865 [10:11] <blackout1471> you also have a server?
#1866 [10:12] <Solvius> yes
#1867 [10:12] <Solvius> wait a sec
#1868 [10:12] <blackout1471> Solvius Nice
#1869 [10:18] * zouhair [zouhair@notlogged] has joined ##MineCraftHelp
#1870 [10:27] * Pommesgabel [Pommesgabel@notlogged] has joined ##MineCraftHelp
#1871 [10:35] * mib_6lh38j [mib_6lh38j@notlogged] has joined ##MineCraftHelp
#1872 [10:39] * Guest13174 [Guest13174@notlogged] has joined ##MineCraftHelp
#1873 [10:46] * slen [slen@notlogged] has joined ##MineCraftHelp
#1874 [10:48] * MistarC [MistarC@notlogged] has joined ##MineCraftHelp
#1875 [10:53] * cyphase [cyphase@notlogged] has joined ##MineCraftHelp
#1876 [11:03] * Nopari [Nopari@notlogged] has joined ##MineCraftHelp
#1877 [11:03] <Nopari> could anybody say any non-city servers? i'd want to play on some un-flat servers
#1878 [11:04] <GreyVulpine> Sorry, this channel isn't for finding that.
#1879 [11:04] <GreyVulpine> You might want to try the forums
#1880 [11:04] <Nopari> okay :)
#1881 [11:11] * slen [slen@notlogged] has joined ##MineCraftHelp
#1882 [11:11] * Tonux [Tonux@notlogged] has joined ##MineCraftHelp
#1883 [11:14] * gm_cru [gm_cru@notlogged] has joined ##MineCraftHelp
#1884 [11:14] * gm_cru [gm_cru@notlogged] has left #MineCraftHelp
#1885 [11:18] * CrazySpai [CrazySpai@notlogged] has joined ##MineCraftHelp
#1886 [11:18] <CrazySpai> Good morning.
#1887 [11:19] <CrazySpai> I'm having some Beta Server Map issues.
#1888 [11:19] <CrazySpai> Anyone around to assist?
#1889 [11:22] * Tyon [Tyon@notlogged] has joined ##MineCraftHelp
#1890 [11:22] <BarryCarlyon> Ask away
#1891 [11:24] <CrazySpai> Well, I was on connected through the local IP. It just dropped and d/ced me. The server must've dropped ethernet connections for some reason since the SSH I had on it dropped as well. When I go to start the server again, I get a whole bunch of error when it goes to prepare the world.
#1892 [11:24] <BarryCarlyon> Can you pastebin the error
#1893 [11:24] <BarryCarlyon> (s)
#1894 [11:25] <CrazySpai> http://pastebin.com/yzsGLn2f
#1895 [11:26] * Tonux [Tonux@notlogged] has joined ##MineCraftHelp
#1896 [11:27] <CrazySpai> I'm figuring that it is a corrupted map, however I'm hoping there is a fix to it.
#1897 [11:27] <BarryCarlyon> Does the server finish starting and let you connect?
#1898 [11:28] <CrazySpai> I stopped the thread after it starting spitting errors.
#1899 [11:28] <CrazySpai> Should I let it continue?
#1900 [11:28] <GreyVulpine> Is that the entire error?
#1901 [11:28] <GreyVulpine> It seems cut off
#1902 [11:28] <CrazySpai> I'll pastebin the entire screen log
#1903 [11:28] <CrazySpai> http://pastebin.com/HbFHT7wb
#1904 [11:29] <NeoAngle> try with a new world?
#1905 [11:29] <GreyVulpine> Yeah, it's probably a corrupted world
#1906 [11:29] <BarryCarlyon> Ut oh hey0.
#1907 [11:29] <CrazySpai> Is there anyway to fix a corrupted world or recover some of it?
#1908 [11:29] <GreyVulpine> Throwing an end of file exception
#1909 [11:30] <GreyVulpine> Maybe try opening it in MCedit?
#1910 [11:30] <GreyVulpine> See if it'll open in the map editor
#1911 [11:30] <BarryCarlyon> On a side not you should not need to sudo to run the command.
#1912 [11:30] <NeoAngle> what kind of plugins had you used?
#1913 [11:30] <CrazySpai> No plugins
#1914 [11:30] <CrazySpai> It was a stock hey0 mod.
#1915 [11:30] <CrazySpai> I've had a map corrupt on me with using a buncha plugins. I just needed the basic permission controls
#1916 [11:32] <CrazySpai> I'm copying the world over, give me a second.
#1917 [11:33] <CrazySpai> Would it be possible to delete the folders that are being reported in the errors to save them?
#1918 [11:33] <GreyVulpine> Don't actually know what folders are causing it
#1919 [11:34] * Miclee [Miclee@notlogged] has joined ##MineCraftHelp
#1920 [11:34] <CrazySpai> Gen'd a new world and it's good. Time to work on recovering the old one
#1921 [11:35] <CrazySpai> It opens fine in MCEdit
#1922 [11:36] <CrazySpai> MCEdit is spitting erros.
#1923 [11:36] <CrazySpai> errors
#1924 [11:36] <CrazySpai> Malformed NBT data
#1925 [11:36] <GreyVulpine> Gah, yeah
#1926 [11:37] * Xjet [Xjet@notlogged] has joined ##MineCraftHelp
#1927 [11:37] <CrazySpai> Anyway to fix it?
#1928 [11:38] <GreyVulpine> Have no idea
#1929 [11:40] <Xjet> solvius ?
#1930 [11:43] * mib_jdr9pe [mib_jdr9pe@notlogged] has joined ##MineCraftHelp
#1931 [11:43] <CrazySpai> Is there a way to show coords in MCEdit?
#1932 [11:44] * asdfe3 [asdfe3@notlogged] has joined ##MineCraftHelp
#1933 [11:45] * LG_Legacy [LG_Legacy@notlogged] has joined ##MineCraftHelp
#1934 [11:45] * Al_Da_Best [Al_Da_Best@notlogged] has joined ##MineCraftHelp
#1935 [11:47] * Ellie [Ellie@notlogged] has joined ##MineCraftHelp
#1936 [11:48] * YzarC [YzarC@notlogged] has joined ##MineCraftHelp
#1937 [11:50] * YzarC [YzarC@notlogged] has joined ##MineCraftHelp
#1938 [12:01] * CruelNoise [CruelNoise@notlogged] has joined ##MineCraftHelp
#1939 [12:06] * Mjiig [Mjiig@notlogged] has joined ##MineCraftHelp
#1940 [12:27] * Lobben90 [Lobben90@notlogged] has joined ##MineCraftHelp
#1941 [12:32] * Blue_Star [Blue_Star@notlogged] has joined ##MineCraftHelp
#1942 [12:40] * Cial [Cial@notlogged] has joined ##MineCraftHelp
#1943 [12:44] * phantomcircuit [phantomcircuit@notlogged] has joined ##MineCraftHelp
#1944 [12:55] * Phluffington [Phluffington@notlogged] has joined ##MineCraftHelp
#1945 [12:55] <Phluffington> hello
#1946 [12:55] <CruelNoise> hi
#1947 [12:55] <Phluffington> Is there a way to get a server online without port forwarding?
#1948 [12:56] <CruelNoise> ...
#1949 [12:56] <CruelNoise> nup
#1950 [12:56] <Phluffington> pity =/
#1951 [12:56] <Phluffington> because I can;t get access to my router.
#1952 [12:58] <Phluffington> Because I've been running my server via Hamachi and we have decided that we worked out most of the kinks
#1953 [12:59] <CruelNoise> why exactly can't you get to your router/
#1954 [12:59] <Phluffington> Well...certain people won't give me the password/don't remember it
#1955 [12:59] <Phluffington> and I can't very well reset it without having to reset every device on the network
#1956 [13:00] <CruelNoise> bleh
#1957 [13:00] <Phluffington> mhm
#1958 [13:00] <Phluffington> eh... I'll do sme things and get the password, thanks for the help
#1959 [13:01] <CruelNoise> sorry I can't do any more/
#1960 [13:01] <Phluffington> I understand
#1961 [13:01] <Phluffington> Uncle Google is trying to help me now :p
#1962 [13:02] <CruelNoise> I've heard that people somehow use uTorrent to forward ports, but I have no idea how it works
#1963 [13:02] <CruelNoise> just thought i'd mention it
#1964 [13:02] <Phluffington> hm interesting
#1965 [13:05] * Al_Da_Best [Al_Da_Best@notlogged] has joined ##MineCraftHelp
#1966 [13:06] * B-Fir3 [B-Fir3@notlogged] has joined ##MineCraftHelp
#1967 [13:09] * Miclee [Miclee@notlogged] has joined ##MineCraftHelp
#1968 [13:12] * xolotl [xolotl@notlogged] has joined ##MineCraftHelp
#1969 [13:13] * KillSpammer [KillSpammer@notlogged] has joined ##MineCraftHelp
#1970 [13:20] * Chipster4200 [Chipster4200@notlogged] has joined ##MineCraftHelp
#1971 [13:21] <Chipster4200> Hi im having a java issue anyone wanna help me out? :P
#1972 [13:21] * Codename_Zero [Codename_Zero@notlogged] has joined ##MineCraftHelp
#1973 [13:21] * Codename_Zero [Codename_Zero@notlogged] has joined ##MineCraftHelp
#1974 [13:22] <Phluffington> hm what is the issue?
#1975 [13:22] <Chipster4200> Well I dont really no exactly.
#1976 [13:22] <Chipster4200> Im not very computer savy ><
#1977 [13:23] <Chipster4200> but I know its a java error.
#1978 [13:24] <Phluffington> did you try reinstalling minecraft?
#1979 [13:25] <Chipster4200> No but I will right now. I got all day to work on this lol.
#1980 [13:27] * Rehevkor [Rehevkor@notlogged] has joined ##MineCraftHelp
#1981 [13:28] <CrazySpai> Hey QTies
#1982 [13:29] * wippler [wippler@notlogged] has joined ##MineCraftHelp
#1983 [13:29] <wippler> why cant i get MC to run on my pc
#1984 [13:29] <CrazySpai> Cuz you suck
#1985 [13:30] <CrazySpai> Why isn't it running?
#1986 [13:30] <CrazySpai> What errors are you getting?
#1987 [13:30] <Phluffington> Have you tried redownloading it?
#1988 [13:30] * Chipster4200 [Chipster4200@notlogged] has joined ##MineCraftHelp
#1989 [13:30] <Phluffington> is your java up to date?
#1990 [13:30] <Chipster4200> woops
#1991 [13:30] <wippler> idk no errors, the screen just stays blank
#1992 [13:30] <Chipster4200> dissconnected
#1993 [13:30] <Chipster4200> lolz
#1994 [13:30] <wippler> there isnt even a box/window for the game to load in
#1995 [13:31] <Phluffington> i would suggest redownloading java
#1996 [13:31] * dygituljunky [dygituljunky@notlogged] has joined ##MineCraftHelp
#1997 [13:31] <wippler> and to do that i......
#1998 [13:32] <Phluffington> google?
#1999 [13:32] <Chipster4200> Yes I reinstalled it.
#2000 [13:32] <Chipster4200> Didnt work.
#2001 [13:32] <CrazySpai> And this is why I lost faith in the community
#2002 [13:32] <Chipster4200> I just updated my java too.
#2003 [13:32] <CrazySpai> We have 12 year olds coming on here.
#2004 [13:33] <Phluffington> Who are you calling a 12 year old? >:(
#2005 [13:33] <CrazySpai> wietze:
#2006 [13:33] <CrazySpai> wippler: *
#2007 [13:33] <CrazySpai> Sorry wietze
#2008 [13:33] <Phluffington> ah
#2009 [13:33] <Phluffington> i was about to say
#2010 [13:33] <KillSpammer> CrazySpai, i took insult to that 3 years ago.
#2011 [13:33] <wippler> hmm im no 12 yr old
#2012 [13:33] <KillSpammer> :)
#2013 [13:33] <Phluffington> Chipster... what OS are you running
#2014 [13:33] <Phluffington> and did it run before?
#2015 [13:33] <KillSpammer> Wippler try to speak with grammar that might improve your rep :)
#2016 [13:33] * Sirrush [Sirrush@notlogged] has joined ##MineCraftHelp
#2017 [13:34] <wippler> i didnt realize my grammar was terrible
#2018 [13:34] <KillSpammer> Its not
#2019 [13:34] <KillSpammer> Its just try speak with capitals and full stops
#2020 [13:34] <wippler> i apologize for trying to keep my questions as simple as possible
#2021 [13:34] <Chipster4200> Windows 7
#2022 [13:34] <KillSpammer> That will suffice :)
#2023 [13:34] <Chipster4200> And it has never run
#2024 [13:35] <Phluffington> Chipster, 64 bit?
#2025 [13:35] <Phluffington> and what version of 7 exactly?
#2026 [13:35] <Chipster4200> Lemme find out.
#2027 [13:35] <Phluffington> thanks
#2028 [13:35] <Phluffington> lets see if he gets back before cartographer makes my map :p
#2029 [13:35] <Chipster4200> 64 bit
#2030 [13:36] <Phluffington> ok, and what version? home, ultimate?
#2031 [13:36] <Chipster4200> Home premium
#2032 [13:36] <Phluffington> hm ok
#2033 [13:36] <wippler> so am i better off just using stone tools
#2034 [13:36] <wippler> theres such an abundance of that crap
#2035 [13:36] <Phluffington> Right click on minecraft.exe and go to properties
#2036 [13:37] <Chipster4200> K
#2037 [13:37] <Phluffington> go to Compatibility
#2038 [13:37] <Chipster4200> K
#2039 [13:37] <Phluffington> and run it in compatibility mode for Windows XP service pack 3, and run it as administrator by clicking the check box
#2040 [13:38] <Chipster4200> K and now I should run it?
#2041 [13:38] <wippler> So apparently only responding with "K" isnt a childlike thing?
#2042 [13:39] <Phluffington> yes, you should run it.
#2043 [13:39] <Phluffington> Wippler, I'm just using it as confirmation that he has finished that step.
#2044 [13:39] <Chipster4200> Yeah I did and im still gettin the same error. I wish I could send you the file I keep getting.
#2045 [13:40] <Phluffington> hm my map keeps showing this big grey area...
#2046 [13:40] <Phluffington> OH
#2047 [13:41] <wippler> Odd, well i have java updated so ill go try it again. Thanks for the help Phluffington!
#2048 [13:41] <Phluffington> No problem
#2049 [13:42] <KillSpammer> Another problem fixed!
#2050 [13:43] <Phluffington> I guess so
#2051 [13:43] <Phluffington> trying to help chipster out now
#2052 [13:43] <KillSpammer> Lol
#2053 [13:43] <KillSpammer> Chipster
#2054 [13:43] <KillSpammer> pastebin.com
#2055 [13:43] <Phluffington> Killspammer
#2056 [13:43] <KillSpammer> Paste the text from the file into that
#2057 [13:43] <KillSpammer> And give us the link to it?
#2058 [13:43] <Phluffington> ah
#2059 [13:43] <Phluffington> i like that idea
#2060 [13:44] <KillSpammer> Its so funny when the chat is spamemd by an error message :)
#2061 [13:45] <Chipster4200> OK
#2062 [13:45] <KillSpammer> Link to it?
#2063 [13:46] <Chipster4200> http://pastebin.com/nN3TpA4W
#2064 [13:47] * RecQuery [RecQuery@notlogged] has joined ##MineCraftHelp
#2065 [13:48] <Chipster4200> Killspammer left ><
#2066 [13:48] <Phluffington> i see that >.<
#2067 [13:48] <Phluffington> erm, i really dunno =/
#2068 [13:49] <Phluffington> I would wait for somebody to come that really knows what they are doing
#2069 [13:49] * sinedeviance [sinedeviance@notlogged] has joined ##MineCraftHelp
#2070 [13:53] <Chipster4200> Ahh okay
#2071 [13:53] * CruelNoise [CruelNoise@notlogged] has left #MineCraftHelp
#2072 [13:54] <Chipster4200> Any idea when that will be? 0.0
#2073 [13:55] * zenon [zenon@notlogged] has joined ##MineCraftHelp
#2074 [13:55] <Phluffington> hey guys
#2075 [13:55] <Phluffington> any of you know how to fix a java issue?
#2076 [13:55] <zenon> Hey i got minecraft today and want to play some multiplayer but each time i enter an ip of a multiplayer server it never seems to connect me
#2077 [13:56] * Snowcat4^ [Snowcat4^@notlogged] has joined ##MineCraftHelp
#2078 [13:56] * Cial [Cial@notlogged] has joined ##MineCraftHelp
#2079 [13:56] * mib_bbb9n8 [mib_bbb9n8@notlogged] has joined ##MineCraftHelp
#2080 [13:57] <mib_bbb9n8> Hey, does anyone have a problem that your minecraft only loads to a certain point, says "Done Loading," but actually isn't done loading/
#2081 [13:57] <eight-zero-one> When i log. it gos to a black screen
#2082 [13:59] <Chipster4200> There seem to be no java pros here.
#2083 [13:59] <Phluffington> I guess posting in the forums might help
#2084 [13:59] <Phluffington> or using google
#2085 [13:59] <Phluffington> sorry =/
#2086 [14:00] <Chipster4200> Its okay thanks anywayz a bunch man.
#2087 [14:00] <Phluffington> np
#2088 [14:00] * luckz [luckz@notlogged] has joined ##MineCraftHelp
#2089 [14:04] <eight-zero-one> hello
#2090 [14:04] <Phluffington> hi
#2091 [14:04] * Phluffington [Phluffington@notlogged] has left #MineCraftHelp
#2092 [14:07] * Cial [Cial@notlogged] has joined ##MineCraftHelp
#2093 [14:07] * CrazySpai [CrazySpai@notlogged] has joined ##MineCraftHelp
#2094 [14:07] * Ordeith [Ordeith@notlogged] has joined ##MineCraftHelp
#2095 [14:07] * ArmEagle [ArmEagle@notlogged] has joined ##MineCraftHelp
#2096 [14:07] * Solvius [Solvius@notlogged] has joined ##MineCraftHelp
#2097 [14:07] * bildramer [bildramer@notlogged] has joined ##MineCraftHelp
#2098 [14:07] * jedahan [jedahan@notlogged] has joined ##MineCraftHelp
#2099 [14:07] * GreyBot [GreyBot@notlogged] has joined ##MineCraftHelp
#2100 [14:07] * genshou-sleeping [genshou-sleeping@notlogged] has joined ##MineCraftHelp
#2101 [14:07] * TehCreep [TehCreep@notlogged] has joined ##MineCraftHelp
#2102 [14:07] * ShaRose [ShaRose@notlogged] has joined ##MineCraftHelp
#2103 [14:07] * Auv5 [Auv5@notlogged] has joined ##MineCraftHelp
#2104 [14:07] * xales [xales@notlogged] has joined ##MineCraftHelp
#2105 [14:07] * shmup [shmup@notlogged] has joined ##MineCraftHelp
#2106 [14:07] * Ruro [Ruro@notlogged] has joined ##MineCraftHelp
#2107 [14:07] * [Husky]Shnaw|Not-Here [[Husky]Shnaw|Not-Here@notlogged] has joined ##MineCraftHelp
#2108 [14:07] * Mikau [Mikau@notlogged] has joined ##MineCraftHelp
#2109 [14:07] * Zw [Zw@notlogged] has joined ##MineCraftHelp
#2110 [14:07] * Meat_Boy [Meat_Boy@notlogged] has joined ##MineCraftHelp
#2111 [14:07] * [JD] [[JD]@notlogged] has joined ##MineCraftHelp
#2112 [14:07] * inph [inph@notlogged] has joined ##MineCraftHelp
#2113 [14:07] * Smiley [Smiley@notlogged] has joined ##MineCraftHelp
#2114 [14:07] * Xerati [Xerati@notlogged] has joined ##MineCraftHelp
#2115 [14:07] * revdiablo [revdiablo@notlogged] has joined ##MineCraftHelp
#2116 [14:07] * rushworld [rushworld@notlogged] has joined ##MineCraftHelp
#2117 [14:07] * Ronjoe|offline [Ronjoe|offline@notlogged] has joined ##MineCraftHelp
#2118 [14:07] * dopeghoti [dopeghoti@notlogged] has joined ##MineCraftHelp
#2119 [14:07] * ivan [ivan@notlogged] has joined ##MineCraftHelp
#2120 [14:07] * feenyx [feenyx@notlogged] has joined ##MineCraftHelp
#2121 [14:10] * NishaEee [NishaEee@notlogged] has joined ##MineCraftHelp
#2122 [14:11] * fogwraith [fogwraith@notlogged] has joined ##MineCraftHelp
#2123 [14:15] * sinedeviance [sinedeviance@notlogged] has joined ##MineCraftHelp
#2124 [14:15] * NinjaKirby [NinjaKirby@notlogged] has joined ##MineCraftHelp
#2125 [14:20] * MowLiao [MowLiao@notlogged] has joined ##MineCraftHelp
#2126 [14:20] * NinjaKirby [NinjaKirby@notlogged] has joined ##MineCraftHelp
#2127 [14:20] * fogwraith [fogwraith@notlogged] has joined ##MineCraftHelp
#2128 [14:20] * NishaEee [NishaEee@notlogged] has joined ##MineCraftHelp
#2129 [14:20] * CrazySpai [CrazySpai@notlogged] has joined ##MineCraftHelp
#2130 [14:20] * Ordeith [Ordeith@notlogged] has joined ##MineCraftHelp
#2131 [14:20] * ArmEagle [ArmEagle@notlogged] has joined ##MineCraftHelp
#2132 [14:20] * Solvius [Solvius@notlogged] has joined ##MineCraftHelp
#2133 [14:20] * bildramer [bildramer@notlogged] has joined ##MineCraftHelp
#2134 [14:20] * jedahan [jedahan@notlogged] has joined ##MineCraftHelp
#2135 [14:20] * GreyBot [GreyBot@notlogged] has joined ##MineCraftHelp
#2136 [14:20] * genshou-sleeping [genshou-sleeping@notlogged] has joined ##MineCraftHelp
#2137 [14:20] * TehCreep [TehCreep@notlogged] has joined ##MineCraftHelp
#2138 [14:20] * ShaRose [ShaRose@notlogged] has joined ##MineCraftHelp
#2139 [14:20] * Auv5 [Auv5@notlogged] has joined ##MineCraftHelp
#2140 [14:20] * xales [xales@notlogged] has joined ##MineCraftHelp
#2141 [14:20] * shmup [shmup@notlogged] has joined ##MineCraftHelp
#2142 [14:20] * Ruro [Ruro@notlogged] has joined ##MineCraftHelp
#2143 [14:20] * [Husky]Shnaw|Not-Here [[Husky]Shnaw|Not-Here@notlogged] has joined ##MineCraftHelp
#2144 [14:20] * Mikau [Mikau@notlogged] has joined ##MineCraftHelp
#2145 [14:20] * Zw [Zw@notlogged] has joined ##MineCraftHelp
#2146 [14:20] * Meat_Boy [Meat_Boy@notlogged] has joined ##MineCraftHelp
#2147 [14:20] * [JD] [[JD]@notlogged] has joined ##MineCraftHelp
#2148 [14:20] * inph [inph@notlogged] has joined ##MineCraftHelp
#2149 [14:20] * Smiley [Smiley@notlogged] has joined ##MineCraftHelp
#2150 [14:20] * Xerati [Xerati@notlogged] has joined ##MineCraftHelp
#2151 [14:20] * revdiablo [revdiablo@notlogged] has joined ##MineCraftHelp
#2152 [14:20] * rushworld [rushworld@notlogged] has joined ##MineCraftHelp
#2153 [14:20] * Ronjoe|offline [Ronjoe|offline@notlogged] has joined ##MineCraftHelp
#2154 [14:20] * dopeghoti [dopeghoti@notlogged] has joined ##MineCraftHelp
#2155 [14:20] * ivan [ivan@notlogged] has joined ##MineCraftHelp
#2156 [14:20] * feenyx [feenyx@notlogged] has joined ##MineCraftHelp
#2157 [14:20] <MowLiao> o.o
#2158 [14:20] <MowLiao> Lols...
#2159 [14:20] <MowLiao> Hello?
#2160 [14:22] <NinjaKirby> Meat_Boy reached a power level Over 9000
#2161 [14:26] * Suishimaru [Suishimaru@notlogged] has joined ##MineCraftHelp
#2162 [14:26] <Suishimaru> Hy
#2163 [14:28] * Cial [Cial@notlogged] has joined ##MineCraftHelp
#2164 [14:30] * MowLiao [MowLiao@notlogged] has left #MineCraftHelp
#2165 [14:32] * Z4kku [Z4kku@notlogged] has joined ##MineCraftHelp
#2166 [14:32] * raindog [raindog@notlogged] has joined ##MineCraftHelp
#2167 [14:34] * Molor [Molor@notlogged] has joined ##MineCraftHelp
#2168 [14:35] <xales> Kealper:
#2169 [14:35] <xales> mega netsplit O_o
#2170 [14:36] * Molor [Molor@notlogged] has joined ##MineCraftHelp
#2171 [14:38] * sinedeviance [sinedeviance@notlogged] has joined ##MineCraftHelp
#2172 [14:38] <xales> sinedeviance: you missed megasplit
#2173 [14:38] <sinedeviance> lol
#2174 [14:38] <xales> same server splitted twice in 20 minutes
#2175 [14:38] <sinedeviance> no i didnt
#2176 [14:38] <sinedeviance> i was here
#2177 [14:38] <xales> oh
#2178 [14:39] <sinedeviance> it's in my buffer
#2179 [14:39] <xales> I see
#2180 [14:39] <sinedeviance> i've seen bigger splits than that though
#2181 [14:39] <sinedeviance> i once saw an IRC channel with 2800 users. 1000 were split :D
#2182 [14:39] <xales> those 1000 saw 1800 get split
#2183 [14:39] <xales> :)
#2184 [14:40] <sinedeviance> user disconnect messages were popping up for over a minute there were so many
#2185 [14:41] <xales> your client doesn't detect splits?
#2186 [14:41] <sinedeviance> um... it does?
#2187 [14:41] <xales> 14:20:27 -!- Netsplit aperture.esper.net <-> trinity.esper.net quits: Blue_Star, cfdpipeman, Tyon, @LG_Legacy, Zyn, Popz, daeda|us, Sirrush, Scopeuk, zouhair, (+92 more, use /NETSPLIT to show all of them)
#2188 [14:41] <sinedeviance> i rebooted
#2189 [14:41] <xales> 14:20:41 -!- Netsplit over, joins: sinedeviance, luckz, Snowcat4^, RecQuery, Sirrush, Rehevkor, Codename_Zero, xolotl, B-Fir3, phantomcircuit (+92 more)
#2190 [14:41] <xales> does it do that? :P
#2191 [14:41] <sinedeviance> i was updating video drivers
#2192 [14:42] <sinedeviance> xales: no, it doesnt have a nice little script that tells you
#2193 [14:42] <xales> not a nice little script, built into the client O_o
#2194 [14:42] <sinedeviance> then again, i dont need one. thats why i use xchat
#2195 [14:42] <sinedeviance> less bullshit
#2196 [14:42] <xales> so you like having 94 quit messages then 94 join messages 20 seconds later? :P
#2197 [14:42] <sinedeviance> i'm impartial
#2198 [14:43] * Pommesgabel [Pommesgabel@notlogged] has joined ##MineCraftHelp
#2199 [14:43] <sinedeviance> it doesnt bother me
#2200 [14:45] <eight-zero-one> hello
#2201 [14:45] * blackout1471 [blackout1471@notlogged] has joined ##MineCraftHelp
#2202 [14:45] <blackout1471> hi :D
#2203 [14:46] * Wijk [Wijk@notlogged] has joined ##MineCraftHelp
#2204 [14:47] <blackout1471> hallo?
#2205 [14:47] <xales> !paid Suishimaru
#2206 [14:47] <xales> hello
#2207 [14:48] <blackout1471> i did get my BSOD fixed
#2208 [14:48] <xales> cool
#2209 [14:48] <blackout1471> ye :D
#2210 [14:48] <blackout1471> #coder
#2211 [14:49] <blackout1471> #coders
#2212 [14:52] <eight-zero-one> does anyone know how to fix the black screen?
#2213 [14:53] <xales> can you describe the problem any more than that?
#2214 [14:54] <eight-zero-one> i log in
#2215 [14:54] <eight-zero-one> for half a second i see "done loading"
#2216 [14:54] * Coll [Coll@notlogged] has joined ##MineCraftHelp
#2217 [14:54] <eight-zero-one> then it goes to a black screen
#2218 [14:54] <xales> update your graphics card drivers
#2219 [14:55] <eight-zero-one> it was like working last night
#2220 [14:56] <xales> update drivers
#2221 [14:58] <LG_Legacy> I swear i should be turned into a bot
#2222 [14:58] * Miclee [Miclee@notlogged] has joined ##MineCraftHelp
#2223 [14:58] <LG_Legacy> All i do is just seek for #channel moderation
#2224 [15:06] * Mjiig [Mjiig@notlogged] has joined ##MineCraftHelp
#2225 [15:13] * xENO_ [xENO_@notlogged] has joined ##MineCraftHelp
#2226 [15:19] <Molor> problems whith Minecroft server cant instsl it ewry time i tray it start my mobile Nokia ovi program ?
#2227 [15:20] <Molor> what can i use to start a jar fil whith ? thats solves this problem ?
#2228 [15:20] <Kealper> dang.....my alarm just decided it would not ring
#2229 [15:22] * Codename_Zero [Codename_Zero@notlogged] has joined ##MineCraftHelp
#2230 [15:22] <xales> nice work Kealpy
#2231 [15:23] <xales> Molor: I might be able to help you if I understood what you are asking
#2232 [15:23] <Mjiig> xales: i think he wants to know how to start the server using the .jar file rather than the .exe ?
#2233 [15:24] <Kealper> like literally...i set it for 10am, then 3pm came around, no sound....so i checked to see if i might have turned it off and forgot after it rang...alarm was still on...
#2234 [15:24] <xales> Kealper: >.>
#2235 [15:24] * Commander476 [Commander476@notlogged] has joined ##MineCraftHelp
#2236 [15:25] * phantomcircuit_ [phantomcircuit_@notlogged] has joined ##MineCraftHelp
#2237 [15:25] <Commander476> hello?
#2238 [15:25] <Kealper> and i sort of agree with Mjiig but that was VERY broken english...
#2239 [15:25] <Kealper> hello
#2240 [15:25] <Molor> instal i want to instal
#2241 [15:25] <Kealper> you want to install the server?
#2242 [15:26] <Molor> minecraft server program
#2243 [15:26] <Kealper> !server
#2244 [15:26] <Molor> ja i cnowe it dont work
#2245 [15:26] <xales> use .exe
#2246 [15:26] <Kealper> did you download Minecraft_Server.exe?
#2247 [15:27] <Molor> ewry time i tray to onpack and instal it starts ovi nokia mobile program
#2248 [15:27] <Kealper> O.o
#2249 [15:27] <eight-zero-one> what
#2250 [15:27] <Kealper> do not unpack, just run
#2251 [15:27] <Molor> okey
#2252 [15:27] <Kealper> and use the exe, it is easier
#2253 [15:28] <Commander476> can someone help me with server problems and stuff?
#2254 [15:28] <Kealper> Commander476: yessir
#2255 [15:28] <Mjiig> Kealper: even so, i struggle to see how ovi loads up...
#2256 [15:28] * trekkie1701c [trekkie1701c@notlogged] has joined ##MineCraftHelp
#2257 [15:28] <Kealper> Mjiig: my mind = blown too, lol
#2258 [15:28] <Commander476> Kealper: alright, i installed that server thingy off the minecraft site for beta. and it seems that it can't save the property files
#2259 [15:29] <Commander476> i do have Java 6 installed
#2260 [15:29] <Kealper> Commander476: what does it tell you?
#2261 [15:29] <Commander476> Kealper: one sec
#2262 [15:29] <Commander476> what the heck, now it's working
#2263 [15:30] <Kealper> it's because you started talking with someone who could whip it back in to shape...it was like oh crap! :P
#2264 [15:30] * Wijk [Wijk@notlogged] has joined ##MineCraftHelp
#2265 [15:31] <Commander476> Kealper: lol, yeah probably
#2266 [15:31] <Molor> thanks that did work
#2267 [15:31] <Kealper> ^^
#2268 [15:31] <Commander476> Kealper: but there's the same error that i was encountering http://www.minecraftforum.net/viewtopic.php?f=17&t=112570
#2269 [15:32] <Kealper> that's simple
#2270 [15:32] <Commander476> how do i fix it if it comes up again?
#2271 [15:32] <Kealper> the server is not in a location that it has write permisions to
#2272 [15:33] <Kealper> best fix is just to throw it in it's own folder on your desktop, and run it from there
#2273 [15:33] <Commander476> oh right, that would explain quite abit
#2274 [15:33] * Dunbar001 [Dunbar001@notlogged] has joined ##MineCraftHelp
#2275 [15:33] <Kealper> also what os?
#2276 [15:34] <Kealper> windows i assume, but some guy was saying he had linux and that problem
#2277 [15:34] <Dunbar001> How do i change the currency to english when i want to buy minecraft?
#2278 [15:34] <Commander476> Kealper: yeah, windows
#2279 [15:34] <Commander476> Windows Vista
#2280 [15:34] <Kealper> the payment medium does it for you Dunbar001
#2281 [15:34] <Dunbar001> i can't buy it as it is in euros
#2282 [15:35] <Kealper> Commander476: yea, just right click the exe and select run as administrator then
#2283 [15:35] <Mjiig> Dunbar001: you buying cc or paypal?
#2284 [15:35] <Dunbar001> cc
#2285 [15:35] <Kealper> prepaid?
#2286 [15:35] <Mjiig> as i understand it
#2287 [15:35] * clone1018 [clone1018@notlogged] has joined ##MineCraftHelp
#2288 [15:35] <Mjiig> you credit card company is charged in euros
#2289 [15:35] <Mjiig> and they charge you in sterling
#2290 [15:36] <Mjiig> but not 100% sure
#2291 [15:36] <xales> Dunbar001: is it a prepaid credit card?
#2292 [15:36] <Commander476> Kealper: thanks for your help!
#2293 [15:36] <Kealper> if it's a prepaid credit card, then it will not work, those do not allow international purchaces
#2294 [15:37] <clone1018> Use PayPal
#2295 [15:37] <Kealper> if it's a prepaid one, or a visa/mastercard gift card, he can't
#2296 [15:38] * Rehk [Rehk@notlogged] has joined ##MineCraftHelp
#2297 [15:38] <Kealper> and he's yet to answer if it is or not :/
#2298 [15:38] <Mjiig> Kealper: didn't think of that because that's technically not a credit card (i'm pedant , sorry:) )
#2299 [15:38] <Kealper> or...he could just leave in the middle of getting help?
#2300 [15:38] <Mjiig> fair enough :)
#2301 [15:39] <Mjiig> didn't there used to be a little pic in the topic about that?
#2302 [15:39] * sluggo [sluggo@notlogged] has joined ##MineCraftHelp
#2303 [15:40] <Mjiig> Kealper: can you link me to that skins site again?
#2304 [15:40] <Kealper> http://minecraftskins.com ?
#2305 [15:40] <Mjiig> that's the one
#2306 [15:41] <Mjiig> i should really be able to remember a url like that
#2307 [15:42] * Count|net [Count|net@notlogged] has joined ##MineCraftHelp
#2308 [15:45] <Mjiig> thanks
#2309 [15:45] <Kealper> lol
#2310 [15:46] * ryowa [ryowa@notlogged] has joined ##MineCraftHelp
#2311 [15:47] * NeoAngle [NeoAngle@notlogged] has joined ##MineCraftHelp
#2312 [15:48] <ryowa> Hello everyone :) I have one problem. I just reinstalled whole OSX. Updated everything. But minecraft wont run :/ Any ideas how should i proceed?
#2313 [15:48] <ponakka> java?
#2314 [15:49] <Mjiig> sure you've got java installed?
#2315 [15:49] <ryowa> Yes I do :)
#2316 [15:49] * Coll_ [Coll_@notlogged] has joined ##MineCraftHelp
#2317 [15:50] <ryowa> version 1.6.0_22-b04-307
#2318 [15:50] <GreyVulpine> What exactly do you mean, minecraft doesn't run?
#2319 [15:50] <GreyVulpine> Does it provide any errors?
#2320 [15:51] <ryowa> Nope. It disappears from the dock almost immediately…
#2321 [15:52] * CountCount [CountCount@notlogged] has joined ##MineCraftHelp
#2322 [15:52] <CountCount> what multiplayer server should i connect to? first time playing the game, heard it's great :)
#2323 [15:53] <CountCount> any ideas?
#2324 [15:53] <Kealper> first time playing the game...you should probably familiarize yourself with it a bit in single player before jumping on a multiplayer server
#2325 [15:53] <Mjiig> CountCount: try playing single player a bit
#2326 [15:53] <Kealper> !tutorial
#2327 [15:53] <Kealper> and watch that
#2328 [15:54] <ryowa> I just double click it. It appears in the dock and its gone. No errors.. nothing..
#2329 [15:54] <Kealper> ryowa: do you know how to run programs through a terminal window?
#2330 [15:54] <CountCount> uh... i hate tutorials for games, learned wurm and dwarf fortress the hard way too, this'll be fun as well :D
#2331 [15:55] <Kealper> well if you insist on going commando..lol
#2332 [15:56] <Kealper> atleast remember to use http://minecraftwiki.net as a reference guide, it has loads of useful info in it if you get stuck between a rock and a hard place
#2333 [15:56] <ryowa> Kealper .. yeah.. give me a sec
#2334 [15:56] <Kealper> any relation to Count in here, CountCount?
#2335 [15:58] <ryowa> LSOpenURLsWithRole() failed with error -10810 for the file /Applications/Minecraft.app.
#2336 [15:58] <Kealper> o.o
#2337 [15:59] <CountCount> WOW
#2338 [15:59] <CountCount> download it again probably
#2339 [15:59] <ryowa> I downloaded it countless time…:/
#2340 [15:59] <Mjiig> ryowa: was it working on your last mac osx system?
#2341 [16:00] <ryowa> yes.. It was 10.6.5 .. reinstalled and updated to 10.6.6.
#2342 [16:01] <Mjiig> any other major difference between the two installs that you can think of?
#2343 [16:01] * megzorus [megzorus@notlogged] has joined ##MineCraftHelp
#2344 [16:01] <Kealper> ok so...i found out what that error was, and it was what i though
#2345 [16:01] <Kealper> thought*
#2346 [16:01] <ryowa> Hmmm.. No not really. just the update..
#2347 [16:02] <Kealper> minecraft is not being run with the correct privleges, it can't create a gui window
#2348 [16:02] <ryowa> Alright, what should I do?
#2349 [16:03] <Kealper> well, that's the problem...i'm not a mac person, i don't know :/
#2350 [16:03] <Kealper> does mac have chmod?
#2351 [16:03] <Mjiig> Kealper: should do
#2352 [16:03] <Mjiig> it's unix like
#2353 [16:03] <Mjiig> mac terminal syntax is about the same as bash i think
#2354 [16:04] <Kealper> ok then, chmod 777 minecraft's entire folder i guess...
#2355 [16:04] * Cial [Cial@notlogged] has joined ##MineCraftHelp
#2356 [16:05] <Mjiig> surely mod of the files will not effect the perms of the process?
#2357 [16:05] <Mjiig> but could be wrong
#2358 [16:05] <Mjiig> and it's worth a try
#2359 [16:06] <Kealper> well that error happens when a file tries to interact with the gui (i assume it tries to create one) and the os denies it due to lack of permission
#2360 [16:06] <ryowa> I did this? http://goo.gl/RPUWO
#2361 [16:06] <Kealper> hmm....
#2362 [16:06] <Kealper> still no go?
#2363 [16:07] <Mjiig> sudo minecraft maybe? not good practise but might help as a diagnostic step?
#2364 [16:07] <ryowa> unfortunately no..:/
#2365 [16:07] <Mjiig> maybe in a term "chmod -R 777 *minecrafts folder*"
#2366 [16:08] <Mjiig> without quotes and replacing *minecrafts folder* obviously
#2367 [16:08] * xmasta [xmasta@notlogged] has joined ##MineCraftHelp
#2368 [16:08] <ryowa> Yeah I know..
#2369 [16:09] <ryowa> Wohoooo… thanks! :)
#2370 [16:09] <ryowa> I owe you a cookie!
#2371 [16:10] <Mjiig> so chmod worked?
#2372 [16:11] <ryowa> yeah :)
#2373 [16:11] <Mjiig> awesome
#2374 [16:11] <ryowa> Once again. Thanks! :) Now I am addicted again..
#2375 [16:11] <Kealper> i'm totally bookmarking this site.... lol http://developer.apple.com/library/mac/navigation/
#2376 [16:12] * Odysimus [Odysimus@notlogged] has joined ##MineCraftHelp
#2377 [16:12] <Mjiig> just so you know
#2378 [16:13] * Commander476 [Commander476@notlogged] has joined ##MineCraftHelp
#2379 [16:13] <Mjiig> the reason changing the perms before didn't help
#2380 [16:13] <Mjiig> is that you changed the dir perms
#2381 [16:13] <Mjiig> not all the files in that dir
#2382 [16:14] <Commander476> hello
#2383 [16:14] <ryowa> Oh I see. I understand now. But its quite strange that it was not running "out of the box".
#2384 [16:14] <Mjiig> ryowa: i agree, that isn't a great fix
#2385 [16:14] <Mjiig> particularly since you know have a ton of files with 777 perms
#2386 [16:15] * slen [slen@notlogged] has joined ##MineCraftHelp
#2387 [16:15] <Commander476> can someone help me with a "[WARNING] **** FAILED TO BIND TO PORT!" error?
#2388 [16:15] <Kealper> Commander476: that means that you have either set the incorrect ip in the server.properties
#2389 [16:16] <Kealper> or there is a rogue instance of the server still running
#2390 [16:16] <ryowa> g2g now. But thanks guys!
#2391 [16:17] <Commander476> Kealper: oh okay
#2392 [16:17] * ryowa [ryowa@notlogged] has left #MineCraftHelp
#2393 [16:17] * Kass [Kass@notlogged] has joined ##MineCraftHelp
#2394 [16:18] <Kass> Hello guys
#2395 [16:18] <Kealper> if there is no rogue servers running, check server.properties and ensure that the line "server-ip" is blank, so it should say just server-ip=
#2396 [16:18] <Kealper> hi
#2397 [16:18] <Kass> needin' help again :/
#2398 [16:18] <Kealper> help with?
#2399 [16:18] <Commander476> Kealper: alright, maybe now it'll work
#2400 [16:18] <Kass> is there possible to make new groups on minecraft, so i can make three groups with special commands of a plugin? but still with the default commands?
#2401 [16:19] <GreyVulpine> Mods aren't supported here, but if you're running hey0, yes.
#2402 [16:19] <Kealper> normally i'd say go to #hey0 but since this is a question that can be answered with a simple url...1 sec
#2403 [16:19] <Kass> OH RIGHT.... forgot it was hey0's....
#2404 [16:19] <Kass> aah thanks
#2405 [16:20] <Commander476> Kealper: do i give people my ip address for them to join?
#2406 [16:20] <GreyVulpine> Yes Commander476
#2407 [16:20] <Kealper> Kass: http://wiki.hey0.net/index.php/Flatfile_Configuration#groups.txt
#2408 [16:20] <GreyVulpine> Your public IP address
#2409 [16:20] <Kass> aaaah, thank you kealper
#2410 [16:25] <Commander476> GreyVulpine: where do i find my public ip?
#2411 [16:25] <GreyVulpine> whatismyip.com
#2412 [16:25] <Kealper> http://whatismyip.com
#2413 [16:25] <Kealper> ninja'd :/
#2414 [16:26] <Kealper> grey did you see the draft of the rules for this channel?
#2415 [16:26] <Commander476> i gave that ip to a friend of mine and he said that the message "Connection refused: connect" came up and didn't let him join. the same happened to me
#2416 [16:27] <Commander476> when i tried it
#2417 [16:27] <Kealper> Commander476: did you forward port 25565 (TCP) to your server?
#2418 [16:27] <Mjiig> have you port forwarded your router?
#2419 [16:27] <Mjiig> so many ninjas...
#2420 [16:27] <Kealper> lol
#2421 [16:27] <Commander476> i don't think so
#2422 [16:27] <Kealper> do you know how?
#2423 [16:27] <Commander476> no, i don't
#2424 [16:28] <GreyVulpine> Kealper - No I didn't.
#2425 [16:28] <Kealper> what is your router model?
#2426 [16:28] <Kealper> GreyVulpine: http://mchelp.darksigns.net/rules.html
#2427 [16:28] <Kealper> formatting is ugly atm, blame xales for being lazy lol
#2428 [16:29] <GreyVulpine> Ooof.. I might need to insert a few suggestions
#2429 [16:29] <Kealper> yea, we had a piratepad thing open, 1 sec
#2430 [16:29] <xales> GreyVulpine: kealper has FTP access to that, if you want the password as well let me know
#2431 [16:29] <GreyVulpine> xales - Can I PM you?
#2432 [16:30] <xales> yeah
#2433 [16:30] <Kealper> GreyVulpine: http://piratepad.net/maz2G8j9Mw
#2434 [16:30] <GreyVulpine> actually, if you two have a second.. let's go to um..
#2435 [16:30] <GreyVulpine> #mhelp
#2436 [16:31] <BarryCarlyon> Kealper: should not allow anything illegal being discussed, not just what is illegal in the us.
#2437 [16:31] <Commander476> Westell A90-240050-04
#2438 [16:32] <Kealper> BarryCarlyon: that's why it's still a draft lol
#2439 [16:32] <BarryCarlyon> Just feeding back :-D
#2440 [16:32] <ArmEagle> Hi, anyone using MoveCraft?
#2441 [16:33] <Kealper> ArmEagle: try in #hey0
#2442 [16:33] <ArmEagle> oh, i will thanks
#2443 [16:33] <Mjiig> perhaps make the tone in which the rules are written less harsh
#2444 [16:34] <xales> Commander476: one second
#2445 [16:34] <Commander476> xales: alright
#2446 [16:34] * BarryCarlyon wanders off to go play minecraft
#2446 [16:34] <xales> Commander476: http://portforward.com/english/routers/port_forwarding/Westell/A90-220015-04/Minecraft_Server.htm
#2447 [16:36] * SteampunkDuck [SteampunkDuck@notlogged] has joined ##MineCraftHelp
#2448 [16:36] * Mushuukyou [Mushuukyou@notlogged] has joined ##MineCraftHelp
#2449 [16:36] <SteampunkDuck> Hey guys, I'm trying to get Minecraft to work on my linux computer, I have java installed but the in-browser game seems to be nonfunctional. Any ideas?
#2450 [16:37] * Miclee [Miclee@notlogged] has joined ##MineCraftHelp
#2451 [16:38] <xales> SteampunkDuck: what distro
#2452 [16:38] <SteampunkDuck> gentoo
#2453 [16:39] <Cial> any errors ?
#2454 [16:39] <Cial> of just a blank scren
#2455 [16:39] <Cial> *screen'
#2456 [16:39] <Cial> adn which java are you using
#2457 [16:39] <Cial> *and
#2458 [16:40] <SteampunkDuck> just a blank screen
#2459 [16:40] <Mjiig> SteampunkDuck: are you using the sun jvm or OpenJDK?
#2460 [16:41] <SteampunkDuck> Openjdk
#2461 [16:41] <xales> SteampunkDuck: you need the sun JVM
#2462 [16:41] <Mjiig> mc doesn't work in openjkd
#2463 [16:41] <SteampunkDuck> I see...
#2464 [16:42] <SteampunkDuck> well fair enough
#2465 [16:42] <SteampunkDuck> thanks anyways!
#2466 [16:42] * SteampunkDuck [SteampunkDuck@notlogged] has left #MineCraftHelp
#2467 [16:42] <Cial> clockwork ducks how odd
#2468 [16:42] * PeteCavoy [PeteCavoy@notlogged] has joined ##MineCraftHelp
#2469 [16:42] <PeteCavoy> Iv been told that I need to update my video card driver or something
#2470 [16:42] <PeteCavoy> wondering if anyone knows what to do
#2471 [16:43] <Kealper> well, first
#2472 [16:43] <Cial> go to your computer manufacturers website ?
#2473 [16:43] <xales> Cial: nonono
#2474 [16:43] <PeteCavoy> Lenovo
#2475 [16:43] <xales> you get card drivers from the card manufacturer, not computer
#2476 [16:43] * jamesie1 [jamesie1@notlogged] has joined ##MineCraftHelp
#2477 [16:43] <Kealper> ugh....ninja'd only because i was talking to someone irl
#2478 [16:44] <xales> PeteCavoy: what is the model number of your computer
#2479 [16:44] <Cial> xales, blar i know that HP and Dell keep all their drivers there
#2480 [16:44] <PeteCavoy> 7733A34
#2481 [16:44] * Enzo259 [Enzo259@notlogged] has joined ##MineCraftHelp
#2482 [16:44] <PeteCavoy> is the product i
#2483 [16:44] <PeteCavoy> d
#2484 [16:44] <xales> Cial: the manufacturer has latest drivers, the computer manufacturer may not
#2485 [16:44] <xales> PeteCavoy: do you have a model number? not ID
#2486 [16:45] <Cial> ah
#2487 [16:45] <Enzo259> Err, I'm having some trouble with some of the minecraft classic servers
#2488 [16:45] <Kealper> what sort of issues?
#2489 [16:45] <xales> PeteCavoy: something along the lines of "ThinkPad T410"
#2490 [16:45] <PeteCavoy> yeah im looking
#2491 [16:46] <Enzo259> 2 secs, internets a nightmare at the moment
#2492 [16:47] <xales> PeteCavoy: it should be displayed somewhat prominently on the case
#2493 [16:47] <Enzo259> Okay well, for example I've been trying to join the Hawknet Freebuild server which I was using last night
#2494 [16:47] <Enzo259> But when I try to join it just gets stuck on the connecting screen
#2495 [16:47] <Enzo259> It's done this for a couple others as well
#2496 [16:48] <Enzo259> Most load up perfectly though
#2497 [16:48] <PeteCavoy> It a ThinkPad Rseries
#2498 [16:49] <xales> PeteCavoy: does it have a number after it?
#2499 [16:50] <xales> like R400 or R500?
#2500 [16:50] <PeteCavoy> not that i see
#2501 [16:51] * WoodWork [WoodWork@notlogged] has joined ##MineCraftHelp
#2502 [16:51] <WoodWork> Hi guys, anyway of creating a flatmap? I can't use automap, because it doesn't run on my computer.
#2503 [16:51] <PeteCavoy> im sorry im not being veyr helpful
#2504 [16:52] <xales> PeteCavoy: unfortunately...
#2505 [16:52] <xales> I doubt that computer can run minecraft
#2506 [16:52] <PeteCavoy> there is a sticker on the bottom
#2507 [16:52] <PeteCavoy> lol
#2508 [16:52] <PeteCavoy> well it can in browser
#2509 [16:52] <xales> its a low/mid-end laptop and its unlikely it will run very weii
#2510 [16:52] <PeteCavoy> yeah
#2511 [16:52] <PeteCavoy> i got it my freshman year from my school
#2512 [16:52] <PeteCavoy> the kids who got theirs a year after mine though run it just fine
#2513 [16:52] * BurnZeZ [BurnZeZ@notlogged] has joined ##MineCraftHelp
#2514 [16:53] <Mjiig> xales: i can run mc on a mid end laptop
#2515 [16:53] <xales> Mjiig: a mid end laptop with an Intel GMA?
#2516 [16:53] <Mjiig> think so
#2517 [16:53] <PeteCavoy> it runs ok i browser is the thing
#2518 [16:54] <Mjiig> PeteCavoy: the full version or the creative version?
#2519 [16:54] * Shayughul [Shayughul@notlogged] has joined ##MineCraftHelp
#2520 [16:54] <xales> PeteCavoy: you never told us what the issue actually was, just that you want to update drivers. what is the actual problem?
#2521 [16:54] <WoodWork> The flat map will be just for classic mode.
#2522 [16:54] <WoodWork> But I can't find a program to make one.
#2523 [16:55] <PeteCavoy> mjiig: the full version, i bought it when i was at home on my other computer
#2524 [16:55] <xales> WoodWork: we don't officially support modding or 3rd party programs, and I don't think any of us know of any. Tried google?
#2525 [16:55] <PeteCavoy> xales: when i downloaded the game to this laptop it said the drivers needed to be updated online
#2526 [16:55] <xales> PeteCavoy: what, specifically, did it say?
#2527 [16:55] <WoodWork> xales: I have. No luck.
#2528 [16:55] <WoodWork> I'll ask in #minecraft
#2529 [16:55] <xales> WoodWork: are you sure there is one?
#2530 [16:56] <WoodWork> I think so. There must be.
#2531 [16:56] * sinedeviance [sinedeviance@notlogged] has joined ##MineCraftHelp
#2532 [16:56] <PeteCavoy> idk
#2533 [16:56] <PeteCavoy> its not worth it i dont think
#2534 [16:56] <PeteCavoy> just wont get to play minecraft at school
#2535 [16:56] <PeteCavoy> D:
#2536 [16:56] * WoodWork [WoodWork@notlogged] has left #MineCraftHelp
#2537 [16:57] <PeteCavoy> thank you for trying to help though
#2538 [16:57] <PeteCavoy> i dont think its meant to be
#2539 [16:57] <PeteCavoy> :P
#2540 [16:57] <Shayughul> Any simple fixes for User not Premium error on an account that was created with Gift Code? Or should I be asking somewhere else?
#2541 [16:58] <GreyVulpine> Shayughul - What's the username?
#2542 [16:58] <Shayughul> Kelsie98
#2543 [16:58] <xales> !haspaid Kelsie98
#2544 [16:58] <xales> !paid Kelsie98
#2545 [16:59] <xales> the account isn't premium, Shayughul
#2546 [16:59] <BurnZeZ> !paid BurnZeZ
#2547 [16:59] <BurnZeZ> Woo!
#2548 [16:59] <xales> did you redeem the gift code?
#2549 [16:59] <Shayughul> If I log into the website with that account and try to redeem a code it says it is.
#2550 [16:59] <Shayughul> I can't redeem the code...its says its already a full account.
#2551 [17:00] <xales> when you are logged in to the site
#2552 [17:00] <xales> do you see the "Buy Now" logo?
#2553 [17:00] <Kealper> might be a sync fail between the login stuff and the website? not entirely sure if those are separate or not
#2554 [17:00] <Shayughul> lemme check
#2555 [17:00] <GreyVulpine> I don't know.
#2556 [17:01] <Shayughul> Hmmm...it does show the Buy now.
#2557 [17:01] <Shayughul> So how do I use the Gift Code now then?
#2558 [17:01] <xales> try redeeming it on another account
#2559 [17:01] <GreyVulpine> Hmm
#2560 [17:01] <xales> if you can contact the person who gave you the gift code, ask them to look at the status of the code to see if it says it is redeemed
#2561 [17:02] <Shayughul> I gave it to me. This is for an account for my daugther. It was a x-mas present.
#2562 [17:02] <Shayughul> It doesn't show redeemed.
#2563 [17:02] <Mjiig> and you redeemed on you daugters account?
#2564 [17:02] <Shayughul> yup
#2565 [17:03] <xales> log in to your account
#2566 [17:03] <xales> and go to "Profile"
#2567 [17:03] <BurnZeZ> !paid Meat_Boy
#2568 [17:03] <xales> at the very bottom it will list gift codes that you own, and if someone has redeemed them
#2569 [17:03] <xales> !disable
#2570 [17:03] <BurnZeZ> lol
#2571 [17:03] <GreyVulpine> And you had your daughter redeem it at http://www.minecraft.net/redeem.jsp ?
#2572 [17:05] <Shayughul> lol...I swear every time I have gone to that page it has said it was a full account...now I have a place for the code. Hopefully this will fix it then.
#2573 [17:06] <Mjiig> Shayughul: maybe you were logged into the wrong account before?
#2574 [17:07] <Shayughul> I am pretty sure I wasn't....been trying to fix/wait for this to work for a couple days now. If it works thou I will definitely take that blame...lol
#2575 [17:07] <Shayughul> So now that I used the code. Will that !paid command update right away?
#2576 [17:08] <Mjiig> i don't think so
#2577 [17:08] <GreyVulpine> Actually.
#2578 [17:08] <GreyVulpine> !enable
#2579 [17:08] <GreyVulpine> !paid Kelsie98
#2580 [17:08] * GreyVulpine stabs aubot
#2580 [17:09] <GreyVulpine> Well, at least, it shows up as paid now
#2581 [17:09] <GreyVulpine> http://www.minecraft.net/haspaid.jsp?user=Kelsie98
#2582 [17:09] <GreyVulpine> "true"
#2583 [17:09] <xales> !paid Kelsie98
#2584 [17:09] <xales> Kealper: dumbbot is broken
#2585 [17:09] <GreyVulpine> Wait, what?
#2586 [17:09] <Shayughul> Yup...she just logged in with no issues.
#2587 [17:09] <xales> !paid xale
#2588 [17:09] <xales> !paid xales
#2589 [17:09] <xales> >.>
#2590 [17:10] <GreyVulpine> Kealper! Your bot's broken... again!
#2591 [17:10] <Mjiig> flood control
#2592 [17:10] <Kealper> eh?
#2593 [17:10] <GreyVulpine> http://www.minecraft.net/haspaid.jsp?user=Kelsie98 == true
#2594 [17:10] <Kealper> !paid noob
#2595 [17:10] <Mjiig> is xales the proper name?
#2596 [17:10] <Kealper> really? no one?
#2597 [17:10] <Kealper> !paid Kealper
#2598 [17:10] <Kealper> works fine
#2599 [17:10] <GreyVulpine> !paid Kelsie98
#2600 [17:10] <GreyVulpine> check the URL for it
#2601 [17:11] <GreyVulpine> Is it cached?
#2602 [17:11] <Mjiig> Kealper: does it just ask haspaid.jsp?
#2603 [17:11] <BarryCarlyon> I think minecraft.net has been getting overloaded with http requests recently. I got some gateway times outs earlier today.
#2604 [17:11] <xales> Mjiig: yes
#2605 [17:11] <Mjiig> yeah it didn't process it when you ran
#2606 [17:11] <Mjiig> it with xales
#2607 [17:12] <Mjiig> because the flood control stopped it
#2608 [17:12] <xales> I don't think it has flood control
#2609 [17:12] <xales> !paid xales
#2610 [17:12] <GreyVulpine> Wasn't talking about the flood control, http://www.minecraft.net/haspaid.jsp?user=Kelsie98 and !paid Kelsie98 differ in results
#2611 [17:12] <xales> !paid kelsie98
#2612 [17:12] <GreyVulpine> Never mind.
#2613 [17:12] <BarryCarlyon> I assumed that minecraft.net was taking linger to respond hence the delay
#2614 [17:12] * Kaito [Kaito@notlogged] has joined ##MineCraftHelp
#2615 [17:12] <Mjiig> GreyVulpine: i know, was just saying why it failed when xales tested it with himself
#2616 [17:12] * BarryCarlyon shrugs
#2616 [17:13] * GreyVulpine kicks AuBot.
#2616 [17:13] * xales watches GreyVulpine !slap AuBot
#2616 [17:13] <Shayughul> Thanks you guys for helping me out. I appreciate it.
#2617 [17:13] <xales> Shayughul: no problem
#2618 [17:13] <GreyVulpine> Glad you got it working Shayughul.
#2619 [17:14] <Shayughul> So is my daugther. She can stop bugging me now.
#2620 [17:17] <Mjiig> where do you guys think minecraft comes on http://xkcd.com/844?
#2621 [17:18] <GreyVulpine> Haven't looked at the de-obfuscated source code
#2622 [17:20] <Mjiig> GreyVulpine: has someone decompiled it? i was just trying to guess based on notchs blog and twitter :)
#2623 [17:20] <GreyVulpine> Yes
#2624 [17:21] <GreyVulpine> See #hey0 and now, #bukkit
#2625 [17:21] <GreyVulpine> People decompile the sourcecode, and try to add in API hooks to enhance the server/client
#2626 [17:21] <GreyVulpine> From what I hear.. all the grumbling and silent curses.. they don't think too highly of the code.
#2627 [17:22] <Mjiig> i meant deobfuscate it
#2628 [17:22] * GreyVulpine nods
#2628 [17:22] <Mjiig> i assumed that someone had decompiled it to some level because of the mods
#2629 [17:23] <GreyVulpine> Doesn't help that Notch obfuscastes it with a compiler that changes names to things like "aa" "bb"...
#2630 [17:23] <Mjiig> how can they know what notchs copy of the code looks like?decompilers usually produce totally different code to the original
#2631 [17:24] <GreyVulpine> Not totally different code. Same concept, different names for objects.
#2632 [17:24] <GreyVulpine> Still works the same way, just takes time to understand it.
#2633 [17:24] <Mjiig> it does the same job
#2634 [17:24] <GreyVulpine> Right.
#2635 [17:24] <Kealper> and that Notch has stated that his code is fugly, as well lol
#2636 [17:25] <Mjiig> but often the byte code is optimized so that it uses lower level functions than the original (for example while loops rather than iterators)
#2637 [17:25] <Mjiig> Kealper: fair enough :)
#2638 [17:25] <GreyVulpine> Ah, sure, didn't think of it that way.
#2639 [17:26] <Mjiig> bye everyone
#2640 [17:28] * sj0nez [sj0nez@notlogged] has joined ##MineCraftHelp
#2641 [17:28] <sj0nez> hello I'm trying to setup a sever but it keeps saying failed to bind to port 25565?
#2642 [17:29] <GreyVulpine> Could you pastebin.com the error?
#2643 [17:29] <sj0nez> sure...
#2644 [17:29] <sj0nez> http://pastebin.com/z9rpfd8p
#2645 [17:29] <clone1018> How many people can 1GB of ram handle?
#2646 [17:30] * aetherian [aetherian@notlogged] has joined ##MineCraftHelp
#2647 [17:30] <aetherian> good mor- err, good afternoon guys.
#2648 [17:30] <GreyVulpine> clone1018 - Depends on how big you want your map to be, how far apart your players get, how much exploring they do
#2649 [17:31] <GreyVulpine> Rough guess, 5-10
#2650 [17:31] <clone1018> Ohh
#2651 [17:31] <GreyVulpine> Other factors also come into play, your connection speed, your CPU.
#2652 [17:32] <GreyVulpine> What else is running at the time.
#2653 [17:32] <clone1018> Nothing
#2654 [17:32] <clone1018> :P
#2655 [17:32] <clone1018> 100Mbit connection
#2656 [17:32] <GreyVulpine> sj0nez - What OS are you on?
#2657 [17:32] <clone1018> Xeon Quad Core
#2658 [17:32] * sinedeviance-two [sinedeviance-two@notlogged] has joined ##MineCraftHelp
#2659 [17:33] <GreyVulpine> Well, since minecraft isn't optimized for multi-threaded support..
#2660 [17:33] <clone1018> lol
#2661 [17:33] <sj0nez> My server is Debian
#2662 [17:33] <GreyVulpine> sj0nez - Can you "ps", see if any other java processes are running?
#2663 [17:33] <GreyVulpine> Make sure you're only running one instance of the server.
#2664 [17:34] <sj0nez> no other java processes running (did ps and top) and yeah only one instance of the server is running :/
#2665 [17:34] <GreyVulpine> Oh wait.. debian
#2666 [17:34] <xales> sj0nez: what does the ip line in server.properties have in it
#2667 [17:35] <GreyVulpine> xales - check the error, there wasn't a server.properties before it was launched
#2668 [17:35] <xales> oh, I didn't look >.>
#2669 [17:35] <GreyVulpine> It's not the minecraft server, it's debian
#2670 [17:35] <GreyVulpine> damn thing always defaults to the ipv6 stack.
#2671 [17:36] <GreyVulpine> launch the server with this added into the arguments.
#2672 [17:36] <GreyVulpine> -Djava.net.preferIPv4Stack=true
#2673 [17:36] <sj0nez> really sorry but, how do I do that :/
#2674 [17:36] <GreyVulpine> How did you launch the server?
#2675 [17:37] <GreyVulpine> What command?
#2676 [17:37] <sj0nez> java -Xmx1024M -Xms1024M -jar minecraft_server.jar?v=1294524644912 nogui
#2677 [17:37] <GreyVulpine> minecraft_server.jar?v=1294524644912 ?
#2678 [17:37] <xales> GreyVulpine: wget fail
#2679 [17:37] <GreyVulpine> Ah, the filename is actually that?
#2680 [17:37] <sj0nez> Yeahh
#2681 [17:38] <GreyVulpine> Heh, okay then.
#2682 [17:38] <GreyVulpine> java -Xmx1024M -Xms1024M -Djava.net.preferIPv4Stack=true -jar minecraft_server.jar?v=1294524644912 nogui
#2683 [17:38] <sj0nez> Lol
#2684 [17:38] <GreyVulpine> You can rename it with "mv minecraft_server.jar?v=1294524644912 minecraft_server.jar"
#2685 [17:38] <GreyVulpine> if you wanted to
#2686 [17:39] <sj0nez> ahh cheers but i tried that other command and it said the exact same thing.
#2687 [17:40] <GreyVulpine> Huh, really..
#2688 [17:40] <sj0nez> Is it something to do with port 25565 on my server?
#2689 [17:40] <xales> sj0nez: pastebin the output of `ps ax'
#2690 [17:40] <GreyVulpine> Unless you've got some other service running on 25565..
#2691 [17:40] <GreyVulpine> I'm pretty sure it's debian and the ipv6 stack.
#2692 [17:41] <sj0nez> http://pastebin.com/USRJ1Aph
#2693 [17:42] <sj0nez> I shouldnt have anything on 25565
#2694 [17:42] <xales> sj0nez: is that the entire process list? O_o
#2695 [17:42] * aetherian hums to tuesday afternoon
#2695 [17:42] <xales> VPS I'm assuming?
#2696 [17:42] <sj0nez> Yes it's a VPS
#2697 [17:42] <sj0nez> i did "ps ax"
#2698 [17:43] <clone1018> Which java for a CentOS server?
#2699 [17:44] <xales> sj0nez: run apt-get install lsof
#2700 [17:44] <xales> then run lsof -i :255654
#2701 [17:44] <xales> then run lsof -i :25565
#2702 [17:44] <xales> rather
#2703 [17:45] <sj0nez> Yes...?
#2704 [17:45] <sj0nez> psetbin the output?
#2705 [17:45] <xales> yes
#2706 [17:46] <sj0nez> http://pastebin.com/mTr842nB
#2707 [17:47] <xales> um ssh is listening on port 25565
#2708 [17:47] <xales> for some reason
#2709 [17:47] <sj0nez> that bad?
#2710 [17:48] <clone1018> lol
#2711 [17:49] <xales> well, it shouldn't be
#2712 [17:49] <xales> lol
#2713 [17:49] * helpz [helpz@notlogged] has joined ##MineCraftHelp
#2714 [17:49] <helpz> Why does it keep saying i'm not a premium user?
#2715 [17:50] <xales> helpz: did you buy the game?
#2716 [17:50] <helpz> lol absolutely not
#2717 [17:50] <xales> ...then why are you asking
#2718 [17:51] <helpz> I wasn't sure if it was some sort of a online thing or what
#2719 [17:51] <xales> premium = bought the game
#2720 [17:51] <helpz> Hoskay, thank you good sir
#2721 [17:51] <sj0nez> so anyway of fixing my problem?
#2722 [17:51] * aic92 [aic92@notlogged] has joined ##MineCraftHelp
#2723 [17:51] <xales> sj0nez: make ssh stop listening on that port
#2724 [17:52] <lemon-rev> did you recive an email back from buying minecraft
#2725 [17:52] <lemon-rev> and how long ago
#2726 [17:52] <lemon-rev> whats the user name you brought it under
#2727 [17:52] <lemon-rev> helpz
#2728 [17:52] <helpz> ?
#2729 [17:52] <sj0nez> I don't know how to lmao. I toook a line out of /etc/ssh/sshd_config that said "Port 25565" but it's still listening
#2730 [17:52] <GreyVulpine> Did you restart the sshd service?
#2731 [17:53] <sj0nez> i restarted my VPS lol dunno how to restart the sshd service?
#2732 [17:53] <lemon-rev> helpz wtf , what ussername did you put into minecraft.net when you brought the game, or signed up with ?
#2733 [17:53] <xales> sj0nez: /etc/init.d/sshd restart
#2734 [17:53] <aic92> hey I just got this game and I was wondering how are you supposed to know how to make stuff? would it be considered cheating to use websites to find out the recipes used to make stuff?
#2735 [17:54] <xales> aic92: you can't cheat in a game you own
#2736 [17:54] <lemon-rev> aic92 watch youtube underminecraft
#2737 [17:54] <sj0nez> jheez i need to remember these commands >:( :P
#2738 [17:54] <xales> what is cheating is up to you
#2739 [17:54] <GreyVulpine> Pfft, remember? That's what google is for.
#2740 [17:54] <xales> if you are playing multiplayer, that is a bit different. but single player is all yours
#2741 [17:54] <lemon-rev> lol
#2742 [17:54] * jedahan [jedahan@notlogged] has joined ##MineCraftHelp
#2743 [17:54] <lemon-rev> greyvulpine google is just search someone might need a place to start looking lol :P
#2744 [17:55] * GreyVulpine eyerolls
#2744 [17:55] <lemon-rev> hahaha
#2745 [17:55] <xales> sj0nez: library.linode.com
#2746 [17:55] <aic92> but do most people try to find out how to make stuff by themselves or do most people just use google to find out?
#2747 [17:55] <xales> applies to linux in general
#2748 [17:55] <xales> aic92: most people use the wiki
#2749 [17:55] <xales> http://minecraftwiki.net/wiki/Tools
#2750 [17:55] <aic92> ok thanks for the help
#2751 [17:55] <lemon-rev> why dont you use both alc92
#2752 [17:56] <xales> sj0nez: that applies to server administration in general, not just linode VPSes
#2753 [17:56] <Diablothein> Biggest mistake ever...
#2754 [17:56] <Diablothein> building pyramid, out of sand...
#2755 [17:56] <GreyVulpine> Oroo?
#2756 [17:56] <Diablothein> No disasters, yet.
#2757 [17:56] <xales> yet...
#2758 [17:56] * jedahan [jedahan@notlogged] has joined ##MineCraftHelp
#2759 [17:57] <Diablothein> Though, hard to create the entrance. I might just nuke the idea for an above-ground entrance and create a tunnel into it.
#2760 [17:57] <sj0nez> guys i did it "lsof -i :25565" returns nothing, but when I start the MC server it says the same error!
#2761 [17:57] <GreyVulpine> Mrah.
#2762 [17:57] <GreyVulpine> java -Xmx1024M -Xms1024M -Djava.net.preferIPv4Stack=true -Djava.net.preferIPv6Addresses=false -jar minecraft_server.jar?v=1294524644912 nogui
#2763 [17:58] <sj0nez> Nope.. :(
#2764 [17:58] <Diablothein> oh fuck, idea change, and now I have to tear down a side of it :|
#2765 [17:59] <xales> sj0nez: delete server.properties
#2766 [17:59] <xales> and run it again
#2767 [18:01] * dragontech90 [dragontech90@notlogged] has joined ##MineCraftHelp
#2768 [18:01] <sj0nez> Oh jheez you guys are good! New problem though...http://pastebin.com/thp6WNqH
#2769 [18:01] <sj0nez> stops it straight away
#2770 [18:02] <xales> run it again now
#2771 [18:02] <sj0nez> same thing
#2772 [18:03] <xales> rename the .jar
#2773 [18:03] <xales> to minecraft_server.jar
#2774 [18:03] <xales> it may not like the funny filename
#2775 [18:03] <sj0nez> i did that earlier..
#2776 [18:03] <xales> oh, ok.
#2777 [18:03] <xales> can you pastebin the server.properties?
#2778 [18:04] <xales> also, what directory and as what user are you running it
#2779 [18:04] <sj0nez> shall i edit that now to my VPS ip?
#2780 [18:04] * Lulleh [Lulleh@notlogged] has joined ##MineCraftHelp
#2781 [18:04] <sj0nez> as root in /home/sam/minecraft
#2782 [18:04] * Cial [Cial@notlogged] has joined ##MineCraftHelp
#2783 [18:05] <xales> no
#2784 [18:05] <xales> don't run it as root
#2785 [18:05] <xales> but thats not the issue
#2786 [18:05] <xales> running anything as root = you will get rooted
#2787 [18:05] <xales> have you tried to install any mods into the .jar?
#2788 [18:05] <sj0nez> which means? (sorry)
#2789 [18:06] <sj0nez> and no mods
#2790 [18:06] <xales> rooted = 'hacked'
#2791 [18:06] <Diablothein> xales, wrong
#2792 [18:06] <xales> diablo, in very simple terms
#2793 [18:06] <xales> :P
#2794 [18:06] <Diablothein> using anything as root means giving admin access.
#2795 [18:07] * CorneliousJD [CorneliousJD@notlogged] has joined ##MineCraftHelp
#2796 [18:07] <Diablothein> If you give a minecraft server admin access, anyone who wants to mess with it that has the know-how, will rape your computer.
#2797 [18:08] * aaronbabaronn [aaronbabaronn@notlogged] has joined ##MineCraftHelp
#2798 [18:08] <aaronbabaronn> hello guys
#2799 [18:08] <aaronbabaronn> do you guys know how i can change my external ip into something more private
#2800 [18:08] <aaronbabaronn> like
#2801 [18:08] <Diablothein> use a dns
#2802 [18:08] <aaronbabaronn> arent those pay to use
#2803 [18:08] <Diablothein> some are free
#2804 [18:08] <Diablothein> no-ip.org
#2805 [18:08] <aaronbabaronn> ahh
#2806 [18:08] <aaronbabaronn> ooh
#2807 [18:08] <aaronbabaronn> why thank you
#2808 [18:09] <Diablothein> Yeah, I knew you were about to ask for any that are free.
#2809 [18:09] <aaronbabaronn> LOL
#2810 [18:09] <Diablothein> Hmm, what to build in here...
#2811 [18:09] * GreyVulpine uses dyndns.org himself, has had it for a LONG time.
#2811 [18:10] <Diablothein> Giant creeper made of wood? ...
#2812 [18:10] <xales> giant creeper made of gravel
#2813 [18:10] <Diablothein> Obsidian creeper + lava
#2814 [18:10] <xales> as gravel is the only thing worse than creeprs
#2815 [18:10] <Diablothein> xales, it's bad enough I built the pyramid out of sand...
#2816 [18:10] <GreyVulpine> Obsidan saferoom, surrounded by TNT, hooked up to a red button.
#2817 [18:10] <GreyVulpine> encased in a normal looking house
#2818 [18:11] <Diablothein> grey, I'm looking to fill the pyramid with something interesting, like an obsidian creeper, not a new project, oh, speaking of project, the tree is nearly finished.
#2819 [18:11] <GreyVulpine> water/torch/sand traps?
#2820 [18:11] <lemon-rev> question for greyvulpine why do you think it is people like building real life things in minecraft when they could build just about anything ?
#2821 [18:12] <GreyVulpine> Gotta start somewhere. What do you start with, when you have absolute freedom to build
#2822 [18:12] <Diablothein> lemon, everything is real life, even the guy who built the Vader portrait (who is god), shit exists.
#2823 [18:13] <lemon-rev> hm
#2824 [18:13] <GreyVulpine> You fall back into what you can imitate, what you can port over, images from your memory.
#2825 [18:13] <Diablothein> ^
#2826 [18:13] <lemon-rev> well i tryed not to build something that looks like a house for starteres
#2827 [18:13] <Diablothein> lol
#2828 [18:14] <lemon-rev> i have a field of trees above a room which leads to a cave in that cave a i more caves and im getting more caves just by exploreing,
#2829 [18:14] <Diablothein> uhm, guy who built el castillo at chichen-itza (sp) built a microscope...
#2830 [18:14] <sj0nez> right..http://pastebin.com/8yg4XN3v
#2831 [18:14] <lemon-rev> but im not one who wants to build things on surface cause no one else is going to see it
#2832 [18:14] <GreyVulpine> What in the...
#2833 [18:15] <Diablothein> Lol, I hid my quarry so nobody could see it, except the suckers who decide to dig on the veeerryyy thin layer of dirt I used as a cover XD
#2834 [18:15] <xales> sj0nez: where ever the .jar is, you don't have write permission to
#2835 [18:20] <sj0nez> "-rw-r--r--" is that not right?
#2836 [18:20] <xales> depends on the owner
#2837 [18:20] <xales> who are you running the server as?
#2838 [18:20] <sj0nez> sam
#2839 [18:21] <GreyVulpine> and who has ownership of the folder that minecraftserver is in?
#2840 [18:22] <sj0nez> most likely not sam lol how do I set it chown?
#2841 [18:22] <sj0nez> "chown sam /home/sam/minecraft" ??
#2842 [18:23] <GreyVulpine> Probably. Might need root though
#2843 [18:24] <xales> you need to be root to use chown
#2844 [18:24] <xales> but yes, that command will do
#2845 [18:28] <sj0nez> getting this guys http://pastebin.com/YSwHF8Sg i take it i still need to chmod something?
#2846 [18:28] <Diablothein> need... dimensions...
#2847 [18:29] <xales> sj0nez: you didn't chmod it correctly then
#2848 [18:29] <sj0nez> how do i do it pleasE?
#2849 [18:29] <xales> I don't know
#2850 [18:29] <xales> who are you running it as
#2851 [18:29] <xales> and wher
#2852 [18:29] <xales> e
#2853 [18:29] <Diablothein> ... need bigger pyramid...
#2854 [18:29] <sj0nez> i am running it as sam in /home/sam/minecraft
#2855 [18:29] <xales> chmod -R sam: /home/sam
#2856 [18:30] <sj0nez> invalid mode: `sam:'
#2857 [18:31] <xales> what did you type exactly?
#2858 [18:31] * oooogle [oooogle@notlogged] has joined ##MineCraftHelp
#2859 [18:31] <sj0nez> exactly what you put
#2860 [18:31] <xales> run this
#2861 [18:31] <xales> cat /etc/passwd | grep sam
#2862 [18:32] <sj0nez> http://pastebin.com/qmfvWks2
#2863 [18:33] <xales> you can't use chown if you arent root
#2864 [18:33] <xales> switch to root, do the chown, then go back to sam
#2865 [18:33] <sj0nez> I did chown now Im trying to chmod
#2866 [18:34] <GreyVulpine> Can you ls -a at /home/sam/ ?
#2867 [18:35] <xales> oh duh
#2868 [18:35] <xales> you need to do this
#2869 [18:35] <xales> chown -R sam: /home/sam
#2870 [18:35] <xales> (as root)
#2871 [18:35] * dund3rklumpn [dund3rklumpn@notlogged] has joined ##MineCraftHelp
#2872 [18:36] <sj0nez> ok done that, should work now right?
#2873 [18:36] <sj0nez> ohhh sweet nearly there got rid of that horrible error
#2874 [18:36] <aetherian> !ping
#2875 [18:36] <GreyBot> aetherian Your Ping time was 0.581 Seconds.
#2876 [18:36] <sj0nez> now.. it starts then stops the server just as before
#2877 [18:37] <xales> redownload the server
#2878 [18:37] <aetherian> wahaha
#2879 [18:37] <aetherian> oh, this is so funny it hurts
#2880 [18:38] <Diablothein> Obsidian Creeper, not possible, I lack obsidian, and, pyramid dimensions are off :|
#2881 [18:40] <sj0nez> i redownloaded it and its doing the same thing
#2882 [18:40] <xales> what are the specs on the VPS
#2883 [18:40] <xales> and what command are you using to launch it
#2884 [18:41] <sj0nez> ignore me one sec :P
#2885 [18:41] <Diablothein> one
#2886 [18:41] * fogwraith [fogwraith@notlogged] has joined ##MineCraftHelp
#2887 [18:41] * Miclee [Miclee@notlogged] has joined ##MineCraftHelp
#2888 [18:44] <sj0nez> still starting and stopping
#2889 [18:44] * Rustywolf [Rustywolf@notlogged] has joined ##MineCraftHelp
#2890 [18:44] <sj0nez> -_-
#2891 [18:44] <xales> ._.
#2892 [18:45] <xales> answer last 2 questions please
#2893 [18:45] <sj0nez> i am using "java -Xmx1024M -Xms1024M -Djava.net.preferIPv4Stack=true -jar minecraft_server.jar nogui"
#2894 [18:45] <sj0nez> and the specs are...
#2895 [18:45] <xales> take the -D thing off
#2896 [18:48] <sj0nez> take the -D thing off and I get this...http://pastebin.com/YpuBVdGy
#2897 [18:48] <xales> no I mean take the whole option off
#2898 [18:48] <xales> not literally just the -D
#2899 [18:48] <sj0nez> oh ¬_¬ lol
#2900 [18:48] <xales> I mean the -D and everything after it...lol
#2901 [18:49] <sj0nez> does start and stop server
#2902 [18:50] <xales> what are the specs of the VPS?
#2903 [18:50] <sj0nez> VPS: Memory 256 MB, Burst 2 GB, Disk Space, 20 GB, Bandwidth 200GB
#2904 [18:51] <clone1018> 256 wont cut it
#2905 [18:51] <clone1018> oh
#2906 [18:51] <clone1018> burst
#2907 [18:51] <clone1018> Well you're gonna hit that a lot
#2908 [18:51] <sj0nez> Lolz
#2909 [18:51] <sj0nez> I just wannna play with one of my mates...
#2910 [18:52] <xales> lol
#2911 [18:52] <xales> that won't do it, most likely
#2912 [18:52] <xales> who is the host?
#2913 [18:52] <sj0nez> me.. lolz
#2914 [18:52] <xales> no I mean who are you buying it from
#2915 [18:52] <xales> >.>
#2916 [18:53] * Cial [Cial@notlogged] has joined ##MineCraftHelp
#2917 [18:53] <sj0nez> ohh lolz 5ite.com
#2918 [18:54] <xales> umm
#2919 [18:54] <xales> 5ite doesn't offer VPSes
#2920 [18:55] <xales> oh wait never mind
#2921 [18:55] <xales> their site is horrible
#2922 [18:55] <sj0nez> Lol
#2923 [18:56] <xales> yeah, openvz won't let you allocate unused burt memory
#2924 [18:56] <xales> need guaranteed memory of at least 1gb to get minecraft to run
#2925 [18:56] <xales> properly, anyway
#2926 [18:56] <sj0nez> so I can't do it? aww mann :( lol
#2927 [18:56] <xales> I would say the issue is probably with the host
#2928 [18:56] <xales> almost 100%
#2929 [18:57] * Kealper just got his new server
#2929 [18:57] <xales> cool
#2930 [18:57] <sj0nez> ok well thanks for all the help guys
#2931 [18:57] <xales> sj0nez: you are welcome. good luck
#2932 [18:58] * BytesFree [BytesFree@notlogged] has joined ##MineCraftHelp
#2933 [18:58] * sj0nez [sj0nez@notlogged] has left #MineCraftHelp
#2934 [18:59] <xales> kealpy
#2935 [18:59] <xales> why did you order a new server
#2936 [18:59] <xales> and kealpy
#2937 [18:59] <xales> put linux on it
#2938 [19:00] <Kealper> oo....i jacked the keyboard off that new computer for my own lol
#2939 [19:00] <Kealper> types pretty good...quite responsive...
#2940 [19:00] <xales> lol
#2941 [19:01] <xales> put linux on the new server
#2942 [19:01] <xales> keep old server for windows
#2943 [19:01] <xales> dooooo it
#2944 [19:01] <GreyVulpine> Oh, xales, one more thing for rules. advertising server ips, no-no.
#2945 [19:01] <xales> ah, good idea
#2946 [19:01] <GreyVulpine> Or asking for the best.. anything
#2947 [19:01] <Kealper> psh....old server gets retired and new server gets super pimped, hardened windows 7
#2948 [19:02] <xales> Kealper: put linux on old server then
#2949 [19:02] <xales> >.>
#2950 [19:02] <xales> DEBIAN, of course
#2951 [19:03] * Dvonio [Dvonio@notlogged] has left #MineCraftHelp
#2952 [19:04] <aetherian> ugh
#2953 [19:04] <aetherian> I play minecraft too much
#2954 [19:04] <xales> no you don't
#2955 [19:04] <aetherian> recently, someone told me to quiet down, (sshh) and I practically jumped
#2956 [19:04] <aetherian> >.>
#2957 [19:09] <Diablothein> aetherian, you PRACTICALLY jumped, I walked up behind a guy who plays minecraft and did that, he ran. and I mean ran... knocked over 2 teachers and 30ish students
#2958 [19:09] <aetherian> ...
#2959 [19:10] <Diablothein> Mhm, he got own'd.
#2960 [19:15] * Pigman [Pigman@notlogged] has joined ##MineCraftHelp
#2961 [19:23] * LG_Legacy [LG_Legacy@notlogged] has joined ##MineCraftHelp
#2962 [19:24] <Diablothein> chop?
#2963 [19:33] * Sirrush [Sirrush@notlogged] has joined ##MineCraftHelp
#2964 [19:37] * NeoAngle_ [NeoAngle_@notlogged] has joined ##MineCraftHelp
#2965 [19:39] * Zidonuke [Zidonuke@notlogged] has joined ##MineCraftHelp
#2966 [19:47] <Diablothein> Sneezing 5 times, win? ... ouch.
#2967 [19:47] * Zidonuke_ [Zidonuke_@notlogged] has joined ##MineCraftHelp
#2968 [19:49] * Notch [Notch@notlogged] has joined ##MineCraftHelp
#2969 [19:49] <xales> lol
#2970 [19:49] <Diablothein> Good evening Notch
#2971 [19:49] <Diablothein> XD
#2972 [19:49] <Miclee> lol
#2973 [19:49] <Diablothein> Didn't think so XD
#2974 [19:49] * the_late_man [the_late_man@notlogged] has joined ##MineCraftHelp
#2975 [19:50] <xales> mibbit? in the US?
#2976 [19:50] <xales> yah right
#2977 [19:50] <Diablothein> My vision is a bit... blah, cause of the sneezing.
#2978 [19:50] * gerzel [gerzel@notlogged] has joined ##MineCraftHelp
#2979 [19:51] <BurnZeZ> !paid Notch
#2980 [19:51] <BurnZeZ> Lies.
#2981 [19:51] <Diablothein> Have YOU paid for it?
#2982 [19:51] <BurnZeZ> !paid BurnZeZ
#2983 [19:51] <BurnZeZ> :D
#2984 [19:51] <Diablothein> Lies.
#2985 [19:51] <BurnZeZ> But of course, now you can't trust the bot.
#2986 [19:52] <BurnZeZ> Actually, this leads me to believe that we can't trust any bots.
#2987 [19:52] * CruelNoise [CruelNoise@notlogged] has joined ##MineCraftHelp
#2988 [19:52] <BurnZeZ> I feel like Will Smith suddenly.
#2989 [19:52] <BurnZeZ> Stupid bot
#2990 [19:52] * GreyBot bonks BurnZeZ, "Be nice to your bot master!"
#2990 [19:52] <BurnZeZ> Never.
#2991 [19:53] <xales> stupid bot
#2992 [19:53] * GreyBot bonks xales, "Be nice to your bot master!"
#2992 [19:53] <Diablothein> bot stupid
#2993 [19:53] <Diablothein> :D
#2994 [19:53] <xales> dumbass bot
#2995 [19:54] <xales> I win
#2996 [19:54] <Diablothein> dumbass xales
#2997 [19:54] <Diablothein> I win
#2998 [19:54] <xales> :O
#2999 [19:56] <the_late_man> wait
#3000 [19:56] <the_late_man> when we say
#3001 [19:56] <the_late_man> stupid bot
#3002 [19:56] * GreyBot bonks the_late_man, "Be nice to your bot master!"
#3002 [19:56] * Visiiri [Visiiri@notlogged] has joined ##MineCraftHelp
#3003 [19:56] <the_late_man> why does it think only of itself?
#3004 [19:56] <the_late_man> what about the other bots?
#3005 [19:56] <Diablothein> regardless, you can say that in any sentence.
#3006 [19:57] <aetherian> darn windows
#3007 [19:57] <aetherian> never listens to what I tell it to do
#3008 [19:58] <aetherian> "end process? are you sure? hmm?" yes. I am sure. "okay." what the- end it you little bi-
#3009 [19:58] <aetherian> it lies.
#3010 [19:58] <aetherian> IT LIES.
#3011 [19:58] <aetherian> I need to restart. brb
#3012 [19:58] <lukegb> kill -9
#3013 [19:58] <lukegb> :D
#3014 [20:02] * dragontech90 [dragontech90@notlogged] has joined ##MineCraftHelp
#3015 [20:03] * aetherian [aetherian@notlogged] has joined ##MineCraftHelp
#3016 [20:05] <aetherian> dan't you hate it when you get stuck on the loading screen?
#3017 [20:05] <aetherian> I mean
#3018 [20:05] <aetherian> the logging in screen
#3019 [20:08] <xales> no
#3020 [20:08] <xales> I love it
#3021 [20:08] <xales> it is why I play minecraft
#3022 [20:10] * mib_af37i1 [mib_af37i1@notlogged] has joined ##MineCraftHelp
#3023 [20:14] * Cial [Cial@notlogged] has joined ##MineCraftHelp
#3024 [20:14] * peru [peru@notlogged] has joined ##MineCraftHelp
#3025 [20:21] * Bio_Hazzard [Bio_Hazzard@notlogged] has joined ##MineCraftHelp
#3026 [20:22] <aetherian> hmm
#3027 [20:22] <aetherian> I play it for the bwod
#3028 [20:22] * Yossi [Yossi@notlogged] has joined ##MineCraftHelp
#3029 [20:22] <aetherian> heya yoss
#3030 [20:22] <Yossi> why howdy!
#3031 [20:22] <Yossi> The boyfriend is hosting a server on his desktop, to which I connected easily before.  Now, when I try to connect to him, it says, Connection Lost, Failed to login: User not premium.  I bought the game for him and me long ago.
#3032 [20:23] <xales> what is your username
#3033 [20:23] <peru> use command !paid username
#3034 [20:24] <Yossi> !paid username
#3035 [20:24] <Yossi> !paid styossarian
#3036 [20:24] <peru> omg
#3037 [20:24] <Yossi> guys i am artarded ok
#3038 [20:24] <peru> !paid peru
#3039 [20:24] <xales> !paid styossarian
#3040 [20:24] <xales> !disable
#3041 [20:24] <xales> !enable
#3042 [20:24] <xales> !paid styossarian
#3043 [20:24] <Yossi> WAT
#3044 [20:25] <Yossi> Dear internets: I am confused.
#3045 [20:25] <peru> !paid peru
#3046 [20:25] <Yossi> !paid StYossarian
#3047 [20:26] <aetherian> :D
#3048 [20:26] <aetherian> !paid me
#3049 [20:26] <aetherian> aww
#3050 [20:26] <Yossi> ok swell, so I are having a different problem.
#3051 [20:26] <aetherian> it needs a me script
#3052 [20:27] <xales> Yossi: have him disable firewall
#3053 [20:27] <aetherian> heh
#3054 [20:27] * Zidonuke [Zidonuke@notlogged] has joined ##MineCraftHelp
#3055 [20:27] <aetherian> heh heh
#3056 [20:27] <Yossi> already off.
#3057 [20:28] * \u03b5 [\u03b5@notlogged] has joined ##MineCraftHelp
#3058 [20:29] <xales> Yossi: tell him to browse to http://minecraft.net/haspaid.jsp?user=xales
#3059 [20:29] <xales> in internet explorer
#3060 [20:29] <Yossi> !paid cbrpunk
#3061 [20:32] <CruelNoise> QUATROKING HA FALLEN
#3062 [20:32] <xales> cruel
#3063 [20:32] <xales> we will has fun together
#3064 [20:33] <xales> being the poleece
#3065 [20:37] * sam [sam@notlogged] has joined ##MineCraftHelp
#3066 [20:43] * aetherian kills someone
#3066 [20:43] * xales banbanbans aetherian
#3066 [20:43] * aetherian laughs at xales' petty bon-bons
#3066 [20:44] * xales points at #minecraft
#3066 [20:44] * aetherian asks, "what about it?"
#3066 [20:44] <aetherian> aahhh
#3067 [20:44] <aetherian> minecraft is using two gigs of ram
#3068 [20:44] <aetherian> and my whole computer is slow now
#3069 [20:45] <aetherian> and it froze
#3070 [20:45] <aetherian> and I can't x out.
#3071 [20:45] <aetherian> and I can x out
#3072 [20:45] <aetherian> and the process lives on
#3073 [20:45] <xales> cool
#3074 [20:45] <aetherian> that's like its soul
#3075 [20:45] <aetherian> IT WON'T DIE
#3076 [20:46] <Cial> ghost in the machine
#3077 [20:46] <aetherian> aahhh
#3078 [20:46] <aetherian> windows sucks >:O
#3079 [20:46] * Cial calls the ghostbusters
#3079 [20:46] <aetherian> it's not closing down the process
#3080 [20:46] * Cial and geek squad
#3080 [20:46] <aetherian> is there any way to manually shut down a process?
#3081 [20:47] <Cial> you can kill it from the command prompt
#3082 [20:47] <aetherian> what command?
#3083 [20:48] * aetherian knocks on cial's head
#3083 [20:48] <Cial> uh
#3084 [20:48] <Cial> leme look
#3085 [20:48] <zz> taskkill /f /im minecraft.exe
#3086 [20:48] <zz> or java.exe
#3087 [20:48] <zz> or whatever
#3088 [20:48] <zz> But it's unlikely to work any better than task manager
#3089 [20:49] <aetherian> uh
#3090 [20:49] <aetherian> no worky
#3091 [20:49] <aetherian> reason: there is no running instance of the task
#3092 [20:49] <xales> task manager?
#3093 [20:49] <aetherian> cmd
#3094 [20:50] * SilverB1rd [SilverB1rd@notlogged] has joined ##MineCraftHelp
#3095 [20:51] <aetherian> ugh, my cpu usage is at 80-90, and memory at 3.25 gig.
#3096 [20:51] <aetherian> I'm restarting
#3097 [20:51] <aetherian> darn you minecraft
#3098 [20:51] <aetherian> and people say it's a simple game.
#3099 [20:51] <aetherian> virus!
#3100 [20:51] * Dvonio [Dvonio@notlogged] has joined ##MineCraftHelp
#3101 [20:51] <aetherian> I swear!
#3102 [20:51] <aetherian> kbrb
#3103 [20:52] <Kealper> i actually call it a "deceptively simple" game
#3104 [20:52] <aetherian> and windows explorer freezes on me
#3105 [20:52] <Kealper> virus?
#3106 [20:52] <aetherian> no.
#3107 [20:52] <Kealper> reinstall windows :/
#3108 [20:52] <aetherian> laggy
#3109 [20:52] <xales> Kealpy
#3110 [20:52] * xales points to #minecraft
#3110 [20:53] <Diablothein> aetherian's problem: Windows.
#3111 [20:53] <Kealper> xales: gg
#3112 [20:54] <Kealper> how'd he take it? or is/was afk?
#3113 [20:54] <Kealper> he afk*
#3114 [20:54] <xales> actually, surprisingly
#3115 [20:54] <xales> he didn't do much
#3116 [20:55] <Kealper> weird....i would have expected him to get angry
#3117 [20:56] <Diablothein> Tomb, in a Pyramid, inconspicuous, yep.
#3118 [20:56] <Diablothein> :D
#3119 [20:56] <Cial> wait till notch comes on
#3120 [20:57] <Cial> he will probably bitch then
#3121 [20:57] <xales> I'm sure
#3122 [20:58] <Diablothein> ... I missed something. what?
#3123 [20:58] <Kealper> Cial: oh probably lol
#3124 [20:59] <xales> Diablothein: #minecraft
#3125 [20:59] <xales> quatro got deopped
#3126 [20:59] * Miclee [Miclee@notlogged] has joined ##MineCraftHelp
#3127 [21:01] * aetherian [aetherian@notlogged] has joined ##MineCraftHelp
#3128 [21:01] <aetherian> hmm
#3129 [21:02] <aetherian> minecraft is so cpu/ram intensive =\
#3130 [21:02] <aetherian> heh
#3131 [21:02] <aetherian> minecraft - the new crysis?
#3132 [21:02] <xales> not quite
#3133 [21:02] <aetherian> I was being sarcasmatick.
#3134 [21:02] * acadis [acadis@notlogged] has joined ##MineCraftHelp
#3135 [21:04] <acadis> hello?
#3136 [21:04] <aetherian> hey acadis
#3137 [21:04] <xales> hello
#3138 [21:04] <acadis> yo can someone help me with something
#3139 [21:04] <aetherian> no.
#3140 [21:04] <aetherian> :D
#3141 [21:04] <xales> not in #minecrafthelp
#3142 [21:04] <acadis> lol
#3143 [21:04] <xales> what do you need help with?
#3144 [21:04] <acadis> well its always nice to ask :P
#3145 [21:04] <acadis> well
#3146 [21:04] <acadis> im hosting a server (trust me ive looked at FAQ's)
#3147 [21:05] <acadis> but i cant get my friends to connect to my ip
#3148 [21:05] <acadis> i can get into it fine
#3149 [21:05] <acadis> no problems on my end
#3150 [21:05] <xales> did you port forward?
#3151 [21:05] <acadis> yeah
#3152 [21:05] <xales> properly?
#3153 [21:05] <acadis> well thats my problem
#3154 [21:05] <acadis> i have FiOS
#3155 [21:05] <acadis> and its confusing as hell
#3156 [21:05] <acadis> and i think i did it right
#3157 [21:05] <GreyVulpine> You think?
#3158 [21:05] <xales> take a screenshot of the port forward rule
#3159 [21:05] <GreyVulpine> Can you give us a screenshot?
#3160 [21:06] <acadis> im on tunngle
#3161 [21:06] <GreyVulpine> bah, ninja'd
#3162 [21:06] <xales> ninja'd
#3163 [21:06] <xales> you ninja'd my ninja'd
#3164 [21:06] <xales> :P
#3165 [21:06] <acadis> of my ports?
#3166 [21:06] <GreyVulpine> Yes
#3167 [21:06] <xales> acadis: take a picture of the port forward in the list
#3168 [21:06] <acadis> anything else you need in the SS?
#3169 [21:07] <GreyVulpine> That's a good start
#3170 [21:07] <GreyVulpine> We'll work from there
#3171 [21:07] <acadis> im adding trungle too in there
#3172 [21:08] <acadis> since it has a port forward thing
#3173 [21:08] <GreyVulpine> What's trungle?
#3174 [21:08] <acadis> like hamachi
#3175 [21:08] <acadis> kinda the same thing
#3176 [21:08] <GreyVulpine> Oh.. ew.
#3177 [21:08] <acadis> its a port forwarinding thing
#3178 [21:08] <acadis> if you dont know how to do it via browser
#3179 [21:08] <Diablothein> I read: "anything else you need in the Schutzstaffel?" ...
#3180 [21:08] * KART35|iPod [KART35|iPod@notlogged] has joined ##MineCraftHelp
#3181 [21:08] * Pigman [Pigman@notlogged] has joined ##MineCraftHelp
#3182 [21:09] <acadis> uploading..
#3183 [21:09] <acadis> http://img42.imageshack.us/img42/3536/sfdsdfsdfs.png
#3184 [21:10] <xales> I don't see any for minecraft
#3185 [21:10] <xales> minecraft uses 25565
#3186 [21:11] * Visiiri [Visiiri@notlogged] has joined ##MineCraftHelp
#3187 [21:11] <acadis> so, im confused (i hate fios)
#3188 [21:12] <acadis> hold on
#3189 [21:12] <acadis> http://img839.imageshack.us/img839/9805/sdfsdfsdfsd.png
#3190 [21:12] <acadis> which do i pick
#3191 [21:13] <GreyVulpine> You're using windows 7.
#3192 [21:13] <acadis> yeah
#3193 [21:13] <GreyVulpine> Press windows+R key on your keyboard
#3194 [21:13] <GreyVulpine> brings up the run command
#3195 [21:13] <GreyVulpine> Type in "Cmd"
#3196 [21:13] <acadis> ipv4 is
#3197 [21:13] <GreyVulpine> no, "ipconfig /all"
#3198 [21:13] <acadis> ooo
#3199 [21:13] <GreyVulpine> what is your computer name
#3200 [21:13] <acadis> ok hold on
#3201 [21:14] <acadis> host name/
#3202 [21:14] <acadis> ?
#3203 [21:14] <GreyVulpine> Computer name
#3204 [21:14] <GreyVulpine> Should be the top entry
#3205 [21:14] <acadis> no comp name only host name
#3206 [21:14] <acadis> host name is Phillip-PC though
#3207 [21:14] <Yossi> What is the purpose of flint and steel, minecraftily speaking?
#3208 [21:14] <GreyVulpine> Bah, fine, ipv4 then
#3209 [21:14] <GreyVulpine> fire
#3210 [21:14] <GreyVulpine> to spark and ignite
#3211 [21:14] * KART35|iPod_ [KART35|iPod_@notlogged] has joined ##MineCraftHelp
#3212 [21:14] <acadis> ipv4 = 192.168.1.5
#3213 [21:14] <GreyVulpine> and use to ignite the nether portal
#3214 [21:15] <xales> it lights stuff on fire
#3215 [21:15] <GreyVulpine> Then yeah, 1.6
#3216 [21:15] <GreyVulpine> er
#3217 [21:15] <GreyVulpine> 1.5
#3218 [21:15] <Yossi> But torches burn themselves. What would I need to light up?
#3219 [21:15] <acadis> wood
#3220 [21:15] <acadis> or portal
#3221 [21:15] <GreyVulpine> nether portal
#3222 [21:15] <xales> Yossi: you can light any block on fire
#3223 [21:15] <xales> some burn long, some not. netherrack burns forever
#3224 [21:15] <Yossi> Portal is a long time in the future for me.
#3225 [21:15] <Yossi> ohrly
#3226 [21:15] <xales> you can light trees on fire and whatnot
#3227 [21:16] <Yossi> Even stone?
#3228 [21:16] <acadis> no
#3229 [21:16] <acadis> it goes out
#3230 [21:16] <acadis> ok next part
#3231 [21:16] <acadis> it asks for app to forward
#3232 [21:16] <acadis> but minecraft isnt on the list
#3233 [21:16] <GreyVulpine> Custom app
#3234 [21:16] <GreyVulpine> make a custom entry
#3235 [21:16] <GreyVulpine> 25565-25565/TCP
#3236 [21:16] <acadis> ok
#3237 [21:16] <aetherian> xales: you can not light any block on fire
#3238 [21:17] <xales> can
#3239 [21:17] <aetherian> glass
#3240 [21:17] <aetherian> try it
#3241 [21:17] <xales> ...
#3242 [21:17] <xales> I dont care
#3243 [21:17] * KART35|iPod [KART35|iPod@notlogged] has joined ##MineCraftHelp
#3244 [21:17] <acadis> i can make a custom port
#3245 [21:17] <aetherian> :D
#3246 [21:18] <aetherian> lol xaly
#3247 [21:18] <acadis> forward same port as incoming port?
#3248 [21:18] <xales> no
#3249 [21:18] <xales> incoming port is any
#3250 [21:18] <xales> destination port is 25565
#3251 [21:19] <GreyVulpine> Wait, what?
#3252 [21:19] <GreyVulpine> Lemme see that page
#3253 [21:19] <xales> GreyVulpine: I have the same router
#3254 [21:19] <GreyVulpine> Really?
#3255 [21:19] <xales> incoming means the port that the client has open
#3256 [21:19] <GreyVulpine> Huh, okay then
#3257 [21:19] <xales> not that the client is connecting to
#3258 [21:19] <xales> :)
#3259 [21:19] <acadis> the fios router?
#3260 [21:19] <GreyVulpine> Interesting
#3261 [21:20] <GreyVulpine> Backasswards from what normal routers do
#3262 [21:20] <acadis> yeah
#3263 [21:20] <acadis> so i have 3 options
#3264 [21:20] <acadis> of forwarding
#3265 [21:20] <xales> TCP
#3266 [21:20] <acadis> nah not that
#3267 [21:20] <acadis> sec
#3268 [21:20] <acadis> source, destination, and forward
#3269 [21:20] <acadis> any 3 i can configure to 25565
#3270 [21:20] <acadis> which ones do i need
#3271 [21:21] <xales> destination
#3272 [21:21] <xales> also
#3273 [21:21] <xales> http://portforward.com/english/routers/port_forwarding/Actiontec/MI-424-WRv2/Minecraft_Server.htm
#3274 [21:22] <acadis> forward and source set to any?
#3275 [21:22] <acadis> or specify to 25565
#3276 [21:22] <xales> umm
#3277 [21:22] <xales> follow the guide
#3278 [21:22] <xales> <.<
#3279 [21:22] <acadis> alright :p
#3280 [21:22] <acadis> ill let you know how it goes
#3281 [21:23] <acadis> the guide has 1 thing
#3282 [21:23] <acadis> i have different
#3283 [21:24] <xales> it should be the same or close enough
#3284 [21:24] <acadis> i keep TCP
#3285 [21:24] <acadis> correct?
#3286 [21:24] <acadis> and
#3287 [21:24] <Yossi> DopeFish!
#3288 [21:24] <acadis> forward to port
#3289 [21:24] <acadis> can either be any
#3290 [21:24] <acadis> or specified to 25565
#3291 [21:24] <acadis> which one
#3292 [21:25] <xales> 25565
#3293 [21:25] <xales> like the guide says
#3294 [21:25] <acadis> thats destination, the guide has 2 i have 3
#3295 [21:25] <acadis> idk why
#3296 [21:25] <GreyVulpine> Could you SS that page?
#3297 [21:26] <xales> leave forward alone
#3298 [21:26] * KART35|iPod [KART35|iPod@notlogged] has joined ##MineCraftHelp
#3299 [21:26] <xales> I think...
#3300 [21:26] <xales> screenshot the page, yes
#3301 [21:26] <acadis> http://img838.imageshack.us/img838/817/sdfsdfsv.png
#3302 [21:27] <acadis> source, forward to, and destination can be "any" or "specify"
#3303 [21:27] <GreyVulpine> xales, shouldn't the protocol be TCP?
#3304 [21:27] <acadis> oh yeah
#3305 [21:27] <acadis> sorry
#3306 [21:27] <xales> yes
#3307 [21:27] <acadis> forgot to change that
#3308 [21:27] <acadis> that was my bad
#3309 [21:28] * Jakob [Jakob@notlogged] has joined ##MineCraftHelp
#3310 [21:29] <acadis> whatcha thinking?
#3311 [21:29] <xales> thats good
#3312 [21:29] <xales> set protocol to TCP
#3313 [21:29] <xales> otherwise that should be correct
#3314 [21:30] <acadis> ok :)
#3315 [21:30] <acadis> and my friends, to connect
#3316 [21:30] <acadis> id go to whatismyip.org
#3317 [21:30] <acadis> and give them that number
#3318 [21:30] <acadis> followed by :25565
#3319 [21:30] <acadis> correct?
#3320 [21:30] <xales> no need for :25565
#3321 [21:31] <xales> just the number
#3322 [21:31] <acadis> lemme try
#3323 [21:31] <acadis> 1 second
#3324 [21:32] * Fluuux [Fluuux@notlogged] has joined ##MineCraftHelp
#3325 [21:32] <Fluuux> hye anyone here
#3326 [21:32] <Fluuux> hey*
#3327 [21:32] <xales> yes
#3328 [21:33] <Fluuux> hey xales
#3329 [21:33] <Fluuux> do you know whats the command for letting terminal run the start.command on mac?
#3330 [21:33] <Fluuux> chmod a+x i typed that in and then dragged the file inside terminal
#3331 [21:34] <Fluuux> but it said no suck file as blah blah
#3332 [21:34] <Fluuux> such
#3333 [21:34] <xales> I have no idea
#3334 [21:34] <xales> sorry
#3335 [21:34] <xales> try google
#3336 [21:34] <Fluuux> -.-
#3337 [21:34] <Fluuux> k
#3338 [21:34] <GreyVulpine> Didn't we get this working yesterday Fluuux?
#3339 [21:34] <acadis> yo
#3340 [21:34] <Fluuux> thanks for helping though
#3341 [21:34] <acadis> it worked :)
#3342 [21:34] <Fluuux> yea grey
#3343 [21:34] <acadis> thanks so much
#3344 [21:34] <Fluuux> but i am making a video
#3345 [21:34] <Fluuux> tto help people out on youtube
#3346 [21:34] <Fluuux> i forgot what you typed in
#3347 [21:34] <GreyVulpine> It was just chmod +x filename
#3348 [21:34] <Fluuux> chmod a+x it was that plus something else
#3349 [21:35] <GreyVulpine> I didn't use chmod a+x
#3350 [21:35] <Fluuux> k let me try it
#3351 [21:35] * CruelNoise [CruelNoise@notlogged] has joined ##MineCraftHelp
#3352 [21:37] * mib_dzli6k [mib_dzli6k@notlogged] has joined ##MineCraftHelp
#3353 [21:39] <Fluuux> ok grey yea
#3354 [21:39] <Fluuux> tthat was the command
#3355 [21:40] <Fluuux> thanks, know to go and make the video and help thousands of people on macs
#3356 [21:40] <Fluuux> MACS=FTW
#3357 [21:40] <Fluuux> lol
#3358 [21:40] <Fluuux> brb
#3359 [21:40] * GreyVulpine shudders
#3359 [21:40] * xales feels greyvulpine shudder from very far away
#3359 [21:41] <GreyVulpine> I'm not a mac person, never said I was...
#3360 [21:42] <GreyVulpine> But working on his system through teamviewer... made me feel dirty
#3361 [21:42] <aetherian> g2g
#3362 [21:45] <Kealper> afk for a few while i rewire one end of my house's internet
#3363 [21:45] <xales> GreyVulpine: whoes?
#3364 [22:17] * AuBot [AuBot@notlogged] has joined ##MineCraftHelp
#3365 [22:18] <xales> the logo
#3366 [22:18] <xales> I see dumbbot is back, Kealpy
#3367 [22:18] <Fluuux> is it for mac or windows?
#3368 [22:19] <xales> Pedobear isn't a program
#3369 [22:19] <xales> google it
#3370 [22:19] <Fluuux> ok
#3371 [22:20] <Fluuux> all i get is a photo and links about a bear?.... you want me to use pedobear as my logo?
#3372 [22:21] <GreyVulpine> Fluuux is a youngin'
#3373 [22:21] <xales> indeed
#3374 [22:22] <Fluuux> whats that?
#3375 [22:22] <Fluuux> im young?
#3376 [22:22] <GreyVulpine> Indeed
#3377 [22:22] <Fluuux> im 16
#3378 [22:22] <Fluuux> just nice guy
#3379 [22:22] <xales> GreyVulpine: does your bot do !ud?
#3380 [22:22] <Fluuux> never been in trouble
#3381 [22:22] <GreyVulpine> ud?
#3382 [22:22] <xales> urbandictionary
#3383 [22:22] <GreyVulpine> Used to
#3384 [22:22] * GreyVulpine wonders
#3384 [22:22] <xales> http://www.urbandictionary.com/define.php?term=pedobear
#3385 [22:23] <xales> !ud lol
#3386 [22:23] <xales> nope
#3387 [22:23] <Fluuux> omg
#3388 [22:24] <Fluuux> it says pedobear rapes children
#3389 [22:24] <Fluuux> thats so mean
#3390 [22:24] <Fluuux> D:
#3391 [22:27] <GreyVulpine> Ah
#3392 [22:27] <GreyVulpine> !slangload
#3393 [22:27] <GreyBot> udictionary loaded.
#3394 [22:28] <GreyVulpine> I knew I had an activation command for it somewhere
#3395 [22:28] <GreyVulpine> !slang moo
#3396 [22:28] <xales> !ud moo
#3397 [22:28] <GreyVulpine> Guess it's out of date
#3398 [22:28] <xales> !udict derp
#3399 [22:28] <xales> I guess so too
#3400 [22:28] <xales> !help
#3401 [22:29] <GreyVulpine> !slangunload
#3402 [22:29] <Fluuux> !check
#3403 [22:29] <GreyBot> udictionary unloaded.
#3404 [22:29] <AG_Elias> !paid
#3405 [22:29] <AG_Elias> !paid AG_Elias
#3406 [22:30] <Fluuux> !paid Fluuuc
#3407 [22:30] <Fluuux> !paid Fluuux
#3408 [22:30] <AG_Elias> !paid iWhiskey
#3409 [22:30] <Fluuux> !paid AppleReviewr
#3410 [22:30] <Fluuux> lol
#3411 [22:31] <Fluuux> !paid GreyVulpine
#3412 [22:32] <xales> !disable
#3413 [22:32] * Markayam [Markayam@notlogged] has joined ##MineCraftHelp
#3414 [22:33] <Markayam> all right, so, my question relates to setting up a MPS server
#3415 [22:33] <Markayam> is there anyone here? =\
#3416 [22:33] <Fluuux> MPS= multi player server?
#3417 [22:34] <Markayam> yes
#3418 [22:34] <Fluuux> on what op system?
#3419 [22:34] <xales> what is the question?
#3420 [22:34] <xales> !enable
#3421 [22:34] <Markayam> sorry, im running windows 7, and so far im having issues with the port forwarding
#3422 [22:34] <Fluuux> he wants to know how to setup a muti player server
#3423 [22:35] <xales> Markayam: what kind of router do you have
#3424 [22:35] <Fluuux> what kind of router do yuo have?
#3425 [22:36] <Markayam> Netgear N300
#3426 [22:36] <Fluuux> 192.168.1.1
#3427 [22:36] <Fluuux> type that in your browser
#3428 [22:37] <Markayam> welp, there's my problem
#3429 [22:37] <Markayam> a username and password are required
#3430 [22:37] <Fluuux> you will get a log in window, for the login it should be default, which is username: admin and Password : password
#3431 [22:37] <xales> username is admin, password is blank
#3432 [22:37] <xales> most likely
#3433 [22:37] <Markayam> ill try both passwords
#3434 [22:37] <xales> also, N300 isn't a netgear router model that I can find
#3435 [22:37] <Fluuux> i got a netgear too :D
#3436 [22:38] <Fluuux> after you log in go under advanced, then go to port forwarding or port triggering
#3437 [22:38] <Markayam> maybe that's just the wireless part then
#3438 [22:38] <Markayam> also i should mention this is a college network
#3439 [22:38] <Fluuux> you have to be connected by cable
#3440 [22:38] <Markayam> and the password didnt work
#3441 [22:38] <Fluuux> i believe
#3442 [22:38] <Fluuux> make sure they are no spaces
#3443 [22:38] <Fluuux> for username type admin no captials or spaces
#3444 [22:39] <Fluuux> and for password the same thing, no capitals and no spaces
#3445 [22:39] <Markayam> it still did not work
#3446 [22:39] <Markayam> i bet this isnt going to work out...
#3447 [22:39] <Fluuux> hmmm..... maybe your parents or someone changed the password?
#3448 [22:39] <Markayam> probably so
#3449 [22:39] <Fluuux> are you wireless or cable?
#3450 [22:39] <Markayam> wireless
#3451 [22:39] <Fluuux> thats your problem
#3452 [22:39] <Markayam> ah ha
#3453 [22:39] <xales> if its a college network it won't work
#3454 [22:40] <xales> can't host a server on that
#3455 [22:40] <xales> most likely
#3456 [22:40] <Markayam> i see
#3457 [22:40] <Fluuux> you need to be connected to the wireless router
#3458 [22:40] <Fluuux> with the cable, not wireless
#3459 [22:40] <Markayam> and i probably need the password and such too
#3460 [22:40] <Fluuux> no it should be default
#3461 [22:40] <Fluuux> and work once your wired
#3462 [22:40] <Fluuux> wired
#3463 [22:42] <Markayam> my apologies for taking your time
#3464 [22:42] <Fluuux> its cool :D
#3465 [22:43] <Jakob> █▄ ███ █▄ █▄█▄█ █▄█ ▀█▀
#3466 [22:44] <GreyVulpine> Did you really have to spam that in every channel?
#3467 [22:49] <Diablothein> ಠ_ಠ
#3468 [22:49] <xales> he did
#3469 [22:49] <GreyVulpine> I saw
#3470 [22:50] <xales> I mean he did have to do it
#3471 [22:50] <xales> >.>
#3472 [22:56] * smerft [smerft@notlogged] has joined ##MineCraftHelp
#3473 [22:56] <smerft> Hey uhh guys
#3474 [22:57] <Diablothein> Yo ಠ_ಠ
#3475 [22:57] <smerft> I have a problem with opengl
#3476 [22:57] <smerft> I just installed windows 7 ultimate
#3477 [22:57] <Diablothein> Well, there's your problem.
#3478 [22:57] <smerft> I tried downloading it, but where do I download it at?
#3479 [22:57] <Diablothein> Windows.
#3480 [22:57] <smerft> :|
#3481 [22:58] <Diablothein> As for OpenGL, No clue, I've also tried finding where to download that, but the OpenGL website is... idiotic.
#3482 [22:58] <Diablothein> GreyVulpine,
#3483 [22:58] <smerft> ;|
#3484 [22:58] <GreyVulpine> Hmm?
#3485 [22:58] <xales> smerft: try running minecraft
#3486 [22:58] <xales> if you get an error, pastebin it
#3487 [22:59] * CruelNoise [CruelNoise@notlogged] has joined ##MineCraftHelp
#3488 [23:03] <smerft> k
#3489 [23:03] * Yossi [Yossi@notlogged] has joined ##MineCraftHelp
#3490 [23:07] * AndrewPH [AndrewPH@notlogged] has joined ##MineCraftHelp
#3491 [23:07] <AndrewPH> pay me and I will help you ok
#3492 [23:07] <xales> how rude
#3493 [23:08] <AndrewPH> <3
#3494 [23:08] <xales> help is free, from the kindness of your hea...oh wait
#3495 [23:08] <xales> you
#3496 [23:08] <xales> never mind
#3497 [23:08] <xales> <3
#3498 [23:13] <Cial> AndrewPH has a heart?
#3499 [23:13] <AndrewPH> <3
#3500 [23:13] * xales steals AndrewPH's <3
#3500 [23:18] * Diablothein steals the stolen less than three from xales
#3500 [23:19] * xales is sad without his lessthan three
#3500 [23:19] * GreyVulpine helps fence said stolen item.
#3500 [23:19] * xales is away: I don't actually have an auto-away script
#3500 [23:20] * xales is back: Still don't
#3500 [23:23] <smerft> I tried classic, but something about pixel formet
#3501 [23:24] <smerft> Bad video card drivers! ----------------------- Minecraft was unable to start because it failed to find an accelerated OpenGL mode. This can usually be fixed by updating the video card drivers. --- BEGIN ERROR REPORT 7fe0271 -------- Generated 1/8/11 8:23 PM Minecraft: Minecraft Beta 1.1_02 OS: Windows 7 (x86) version 6.1 Java: 1
#3502 [23:24] <smerft> gah
#3503 [23:26] <xales> that just means you need to update graphics card drivers
#3504 [23:38] * Ellie [Ellie@notlogged] has joined ##MineCraftHelp
#3505 [23:38] * Fritenminded [Fritenminded@notlogged] has joined ##MineCraftHelp
#3506 [23:39] * Cory [Cory@notlogged] has joined ##MineCraftHelp
#3507 [23:42] * slen [slen@notlogged] has joined ##MineCraftHelp
#3508 [23:47] <xales> Kealper
#3509 [23:47] <xales> Kealper
#3510 [23:47] <xales> :(
#3511 [23:48] <Kealper> hmm?
#3512 [23:48] <xales> not much
#3513 [23:48] <xales> how is the new server?
#3514 [23:48] <Kealper> fucking. awesome.
#3515 [23:48] <xales> specs
#3516 [23:49] <Kealper> windows 7 is the most badass server software for windows OSes ever lol
#3517 [23:49] <xales> lol
#3518 [23:49] <Kealper> 2.9ghz dual core athlon and 3.5gb of ddr2
#3519 [23:49] <xales> what was the old one?
#3520 [23:49] <Kealper> 1.8ghz single core sempron with 1 gig of ddr lol
#3521 [23:49] <xales> ouch
#3522 [23:49] <xales> lol
#3523 [23:49] <xales> put Debian on it
#3524 [23:50] <xales> I have a use in mind...
#3525 [23:50] <Kealper> lol
#3526 [23:50] <Kealper> it's hdds are failing :/
#3527 [23:50] <xales> :(
#3528 [23:50] <xales> do it anyway
#3529 [23:50] <xales> ext3 bangs the HDD less than NTFS
#3530 [23:52] <xales> oh, that reminds me
#3531 [23:52] <xales> I have something for you to look at
#3532 [23:52] * lemon-rev [lemon-rev@notlogged] has joined ##MineCraftHelp
#3533 [23:53] <xales> AUBot parses a config file, right?
#3534 [23:53] <Kealper> yea
#3535 [23:53] <xales> custom format?
#3536 [23:54] <Kealper> no, i'm ghetto and the main config is just an ini
#3537 [23:54] <xales> haha
#3538 [23:54] <Kealper> the startup module list is custom though, it looks like apache's conf files
#3539 [23:55] <xales> I wrote this for my rewrite
#3540 [23:55] <xales> basic parser in the form (key = value)
#3541 [23:55] <xales> http://darksigns.net/kealperstuff/main.txt
#3542 [23:56] <xales> guess how much time it takes to run that
#3543 [23:56] <xales> O_o
#3544 [23:56] * aetherian [aetherian@notlogged] has joined ##MineCraftHelp
#3545 [23:56] * Dvonio [Dvonio@notlogged] has left #MineCraftHelp