This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
ComputerCraftFan11's profile picture

[HTTP] Rednet Explorer 3.1 Beta - Share your programs with the world! (Now with more hacker protection!)

Started by ComputerCraftFan11, 05 August 2012 - 09:18 PM
ComputerCraftFan11 #1
Posted 05 August 2012 - 11:18 PM
With this program, you can go onto the internetRednet!


Rednet Explorer 3.1 will work differently then all the other versions, it will not only run Lua, but also Batch, HTML (text only), and .txt!

Another major thing is that we dropped made every site stored on a http server that can be accessed by every server and moderated by database admins, that means you can upload a program from one server, then go to another server and find the exact same program :P/>/>.

So, we dropped rednet, but why do we still have rednet in our name? Well, this has been asked before. We still have rednet in our name because our browser uses rdnt://. And we nevah evah leaving rdnt://

Download:
http://pastebin.com/1EAc6tFd

Whats new
Hey guys, I updated rednet explorer to use a new database (hosted by me, I added a way for me to ban the IP of anyone I feel like, we also can now block files)

In the new database, you can now browse the files (without getting a virus for visiting it) in a apache window. (Be careful on which site you click, if you find a bad site please report it to us, also don't try to upload these types of files:
.htcaccess
index.*

because your IP will be traced and we might ban you, so don't joke around)

If you want to see the database, just click here!

Other features that are not included in 2.4.1:
  1. Execution Settings
  2. Homepage Changer
  3. AutoUpdater
  4. Switch between http:// and rdnt://
  5. Database Settings
  6. Reasons for "Unable to connect." message
  7. Extension API
  8. Online Database
  9. Other things…
Database Admins:
  1. xXm0dzXx
  2. Gavsminecraft
  3. PaymentOption
THINGS YOU SHOULDN'T UPLOAD/DO:
  1. Use the database as a 'free website hosting' (So no .php)
  2. Upload real viruses

Credits:
  • djblocksaway for hosting the database during the first stage of rednet explorer
  • samrg472 for programming the database ;)/>/>
  • xXm0dzXx for making the client =D
  • justync7 for being a beta-tester (and a developer :(/>/>)
  • 1lann for beta-testing and letting me use his database when djblocksaway's database was down.
[right]Made by NeXuS 2012[/right]
justync7 #2
Posted 05 August 2012 - 11:26 PM
:P/>/> AWESOME!
Sammich Lord #3
Posted 06 August 2012 - 03:48 AM
So you made a web browser inside minecraft.
I would much rather have it be like the old versions.
I find it will just be like Firefox but inside minecraft meh.
ComputerCraftFan11 #4
Posted 06 August 2012 - 03:54 AM
So you made a web browser inside minecraft.
I would much rather have it be like the old versions.
I find it will just be like Firefox but inside minecraft meh.

They will have a compatibility mode to go to old rdnt:// servers incase you like it in 2.4.1-
ComputerCraftFan11 #5
Posted 06 August 2012 - 05:12 AM
SECURITY PLEASE
Any site that uses Remote Access 2.4.1 is defacable with two rednet messages. We're making our own server software to fix the problem but it'd but more convinent if it were more secure.
More settings too please ^-^ like these:

Server Blacklisting - Prevent your computer from even being redirected to those sites.
Simple Server protection - Don't you hate websites that only have "os.shutdown()" in them?
Ability to attach a firewall/antivirus - ;)/>/> before shell.running the website, you can choose to have a program run with the site as an argument!
A download function - A much easier way of downloading and get rid of that stupid "Connecting to pastebin" text. Example below:

function download ( code , file )
local response = http.get("http://pastebin.com/raw.php?i="..code)
if response then
pbfile = io.open(file, "w") -- Notice: HAS to be io, if fs it'll look like "table: XXXXXX" inside the file.
phfile:write(response.readAll())
phfile:close()
return true
else
return false
end
end
Wait for a site longer, instead of trying to get the sites signal in 0.1 seconds, try at least 1 second. :/ this was a problem with my servers (I have custom server software that allows me to host multiple websites simultaniously) and my servers lagged too much for any computer to connect to it.

PLEASE, open all sides of the computer for rednet operational use - this got annoying as when I travelled to certain sites my internet will commit suicide because I put at the start of the program

rednet.open("back")

Make the users actually set their website password xD, because of it being based on computer ID I could do this with my network command prompt:

openI
Opened all sides for rednet!
ping www.google.com
1210 @ 131.2981
tcp 1210 www.google.com/ EDITED COMPLED!
Signal sent!
tcpf 1210 deface
Sent file!
Then google would be defaced! :P/>/>

Also can you add a way to disable the /editor page on websites?

In 3.0, the newer servers will be moderated by database admins so a database admin can block the site to every user (IF reported.)

In 3.0, the /editor will be disabled (temporarily) but in a newer version like 3.1, we might have accounts so someone can register/login to their minecraft account or a rednet explorer server account to edit their sites.

For the ability to add a firewall/antivirus, 3.0 will have a extension API so you can download a firewall to protect your browsing.
cookingboy3 #6
Posted 08 August 2012 - 09:59 AM
Any release dates planned?
justync7 #7
Posted 09 August 2012 - 12:04 AM
Man I cant wait for this to be public. ;)/>/> Everyone will use it!
ComputerCraftFan11 #8
Posted 09 August 2012 - 02:00 AM
Looking for beta testers, post the application and i'll message you if you got accepted ;)/>/>
justync7 #9
Posted 09 August 2012 - 02:46 AM
CCFan11, Y U LEAK?… http://www.youtube.com/watch?v=J---aiyznGQ ;)/>/>
Trippy23 #10
Posted 15 August 2012 - 05:09 PM
bumpy:L
Sammich Lord #11
Posted 15 August 2012 - 11:11 PM
  1. IGN: Human0303
  2. Why you want to test: I thought that this was a pretty bad idea but lemme beta test and prove me wrong.
Noodle #12
Posted 16 August 2012 - 12:42 AM
He isn't leaking.. He was telling us all on the server -.-
cant_delete_account #13
Posted 16 August 2012 - 01:43 AM
Instead of just asking people to not upload php and html scripts, etc just edit the PHP upload script so if the file has that mime type or file extension, it cancels the upload.
ComputerCraftFan11 #14
Posted 16 August 2012 - 05:55 AM
Instead of just asking people to not upload php and html scripts, etc just edit the PHP upload script so if the file has that mime type or file extension, it cancels the upload.

That has been fixed.
You should have an option to disconnect from the Online Database and be able to freely browse the web.
That is already added.
ComputerCraftFan11 #15
Posted 26 August 2012 - 10:19 PM
A beta version has been released!
cant_delete_account #16
Posted 26 August 2012 - 10:47 PM
Cool! Is there a application to be a database admin or something?
ComputerCraftFan11 #17
Posted 26 August 2012 - 10:52 PM
Cool! Is there a application to be a database admin or something?

Nope, none yet.
Leo Verto #18
Posted 27 August 2012 - 06:29 PM
Um, maybe you should restrict index.html files as well.
I apologize for occidentally making one, please delete it so the users can see all the viruses in their real browsers.

The idea of the database is great, just there are a few *cough* security issues.
ComputerCraftFan11 #19
Posted 28 August 2012 - 02:53 AM
Um, maybe you should restrict index.html files as well.
I apologize for occidentally making one, please delete it so the users can see all the viruses in their real browsers.

The idea of the database is great, just there are a few *cough* security issues.

The database files aren't stored inside of the main part of the site ("/"), it it stored in /php/folder/* and nobody is supposed to go there. (There is no real-browser part yet)
Left4Cake #20
Posted 28 August 2012 - 04:23 PM
If we aren't supposed to go to "/php/folder/" Then some sort of search engine would be appreciated.

and also I think Leo Verto adding the index file broke the program.
Leo Verto #21
Posted 28 August 2012 - 09:30 PM
I think Leo Verto adding the index file broke the program.

As far as I can tell, the program doesn't use any .html files at all, but uploading one broke the webindex.
(Un)fortunately, we are currently not able to execute any code serverside (for search engines, etc.) the webinterface was the only way to keep track of all the infected sites.
cant_delete_account #22
Posted 29 August 2012 - 01:46 AM
Does anyone even monitor the database? There's tons of viruses in there. Could I become a database admin?
A friendly nobody #23
Posted 29 August 2012 - 03:56 PM
Oops!
It seems that someone made a little mess in your database, and that wasn't me…

Also, I can't connect to it anymore. Looks like databases don't like being spammed with ~200 megabytes of "HITLERHITLERHITLER" text files…
cant_delete_account #24
Posted 29 August 2012 - 06:32 PM
HOLY FUC*….. There's a REAL VIRUS on the website. I went to /php/folder and it says 'fuck you' then redirects you to a virus site which I fortunately didn't go to because Google Chrome told me it was malware. I advise you delete /php/folder NAO.
It redirects you to throwyourmoneyaway.on.nimp.org (DO NOT GO THERE), this is a Google Safe Browsing scan for it: http://safebrowsing....chrome&hl=en-US
VirusTotal URL scan:
https://www.virustotal.com/url/26e66e3bb119c9b1b4dc5aab75df7940250ddc567720b615b58799ae2a9fa455/analysis/1346261821/
Detection ratio: 3 / 28
Direct HTML code for the virus:
<!DOCTYPE html><html><head><meta http-equiv="Refresh" content="0.1;url=http://throwyourmoneyaway.on.nimp.org" /></head><body><p>fuck you</p></body></html>
You need to work on some security for your database. This could easily happen again.
Left4Cake #25
Posted 29 August 2012 - 08:22 PM
index.* need to be blocked. That not the only thing that need done but that is the biggest issue with the hole thing.
Leo Verto #26
Posted 29 August 2012 - 08:41 PM
You should generally disallow .html,.htm and .php file if not denying any file endings other than .lua, .com, .net, .org and maybe some country code endings for other viruses (eg. .de for German sites)
Leo Verto #27
Posted 29 August 2012 - 08:53 PM
Overwrote index.php with an empty file, should be safe for now.

(Sorry for doublepost, but I had accidentally created this post before)
cant_delete_account #28
Posted 29 August 2012 - 11:17 PM
Overwrote index.php with an empty file, should be safe for now.

(Sorry for doublepost, but I had accidentally created this post before)
Now it says 'shouldn't have fucked with the hackers' and redirects to the same place…
cant_delete_account #29
Posted 29 August 2012 - 11:24 PM
Great, now someone messed up /php and the config and stuff disappeared. So mcmain.php doesn't work and no one can even use Rednet Explorer! [sarcasm]YAY!
Anyone notice yet? You should REAAALLLY check the extension files so people can't upload .html and .php or any executables.
cant_delete_account #30
Posted 29 August 2012 - 11:27 PM
I hope you made backups.
ComputerCraftFan11 #31
Posted 30 August 2012 - 02:43 AM
I hope you made backups.

You can't execute .php (and your not supposed to use a real browser)
cant_delete_account #32
Posted 30 August 2012 - 03:07 AM
I hope you made backups.

You can't execute .php (and your not supposed to use a real browser)
Still, you can do HTML files which can redirect and the uploader is still broken. The config and other stuff are gone.
Leo Verto #33
Posted 30 August 2012 - 02:35 PM
Now it says 'shouldn't have fucked with the hackers' and redirects to the same place…
Correction: 'shouldn't have fucked with the script kiddie'
djblocksaway #34
Posted 30 August 2012 - 02:42 PM
Dun worry, I cleaned it up. Btw I will be making about 5 backup databases and adding extra security and block index.htm files from running :)/>/>
*i am also gunna block php files from running and being uploaded*

*at the moment you can not upload will have it ready in a few hours*

*the guy that did this fails… Your virus is Pathetic…*

I am also looking for some admins to help me manage the database

- Djblocksaway

*EDIT*

For someone reason the dickhead that did this didn't delete the rendet sites so don't worry about having to remake your sites B)/>/>
Leo Verto #35
Posted 30 August 2012 - 03:01 PM
Well, I think you should keep working on the authentication program, I could help managing the database if you need me to.
A friendly nobody #36
Posted 30 August 2012 - 06:01 PM
For someone reason the dickhead that did this didn't delete the rendet sites so don't worry about having to remake your sites :)/>/>
Oh, you're offending me! In my opinion, that's very rude.
Also, looks like my pr0 1337 "hacking" didn't work too well, shit.
Well, until I think of something better, I can still spam your site. Have you seen these "FUCK YOU" files? They were from me.
CoLDarkness #37
Posted 30 August 2012 - 07:41 PM
Lol. your script was hacked. Why ? I know why. You allowed php scripts. yeah. PHP and ASP is used by linux backdoors. that allow to gain root access on server.

A website is including a linux shell. If somebody give me root , I will help you guys with those. Personally i did hacked websites , only fixed 1 of them , but i can do this simply. Im still in rage of that noob act before me.. -.- I was looking for c99 shell then uploading… and found website blocked guest login.

As i said , i would like to help you guys get off that noob who act before me. -.-
cant_delete_account #38
Posted 30 August 2012 - 10:37 PM
Dun worry, I cleaned it up. Btw I will be making about 5 backup databases and adding extra security and block index.htm files from running :)/>/>
*i am also gunna block php files from running and being uploaded*

*at the moment you can not upload will have it ready in a few hours*

*the guy that did this fails… Your virus is Pathetic…*

I am also looking for some admins to help me manage the database

- Djblocksaway

*EDIT*

For someone reason the dickhead that did this didn't delete the rendet sites so don't worry about having to remake your sites B)/>/>
Could I be a database admin? I could also help with adding extra security because I know PHP.
djblocksaway #39
Posted 30 August 2012 - 11:18 PM
For someone reason the dickhead that did this didn't delete the rendet sites so don't worry about having to remake your sites :)/>/>
Oh, you're offending me! In my opinion, that's very rude.
Also, looks like my pr0 1337 "hacking" didn't work too well, shit.
Well, until I think of something better, I can still spam your site. Have you seen these "FUCK YOU" files? They were from me.
your "FUCK YOU" Files took about 20 seconds to delete…..
and no you can not still spam the site as anonymous access isn't allowed "temporary"
Left4Cake #40
Posted 31 August 2012 - 03:36 AM
The whole "Fuck you" thing make me mad for 2 reasons.
1) Well you are messing this up for everyone
2) Its not even well thought out.
If you are going to waste people time, at least put some time into it. Put some respect into your disrespecting people. (I am not joking)
A friendly nobody #41
Posted 31 August 2012 - 07:20 PM
your "FUCK YOU" Files took about 20 seconds to delete…..
and no you can not still spam the site as anonymous access isn't allowed "temporary"
Lol, maknig the admin disallow the access was my main mission. Thank you, good job.
Also, posting two thousands "FUCK YOU" files of 40 kilobytes each took me ~10 minutes, I can still increase the size to 20 megabytes and rape the shit out of your disk quota or bandwidth.
You may be interested in fact, that when I was spamming, your site went down two times! I guess the host thought that I'm DDoSing and locked it, and rightly so, lol.
You may also check my IP address and block it, but don't worry, I'm using Tor and I can change the IP whenever I want.

give up
Leo Verto #42
Posted 31 August 2012 - 07:40 PM
Ah well, the fact the local time you've hacked it first would have been 2am if you really were from sydney, was a sign you used tor, although hacking stuff at such times isn't very rare.

Edit: Just banning all IPs from the tor exit node list wouldn't be that hard.
cant_delete_account #43
Posted 31 August 2012 - 08:03 PM
your "FUCK YOU" Files took about 20 seconds to delete…..
and no you can not still spam the site as anonymous access isn't allowed "temporary"
Lol, maknig the admin disallow the access was my main mission. Thank you, good job.
Also, posting two thousands "FUCK YOU" files of 40 kilobytes each took me ~10 minutes, I can still increase the size to 20 megabytes and rape the shit out of your disk quota or bandwidth.
You may be interested in fact, that when I was spamming, your site went down two times! I guess the host thought that I'm DDoSing and locked it, and rightly so, lol.
You may also check my IP address and block it, but don't worry, I'm using Tor and I can change the IP whenever I want.

give up
I wish I had access to the website. 'Cause I could easily stop you from doing that by adding some stuff in the PHP script and banning all known proxy IPs and stuff. I would also add a special message for you :)/>/>
justync7 #44
Posted 31 August 2012 - 08:15 PM
woah woah woah. i cant believe i never noticed this.
A friendly nobody #45
Posted 31 August 2012 - 08:30 PM
The less rights I have, the less rights the others have. I guess your users won't be happy if you try to take their anonymity, lol.
I repeat, try :)/>/>.

But now, I'll just wait for your move. Meanwhile, ask yourselves a question: Is it really worth it to fight so hard, just to defend your shitty site, which is already dying? I don't think so, but do what you want. It's yours, for now.
Leo Verto #46
Posted 31 August 2012 - 09:41 PM
I think in this case, defending the site is a lot easier than attacking it, the last step would be to restrict the connections to whitelisted IPs (eg. of popular CC servers) only.
Cloudy #47
Posted 31 August 2012 - 10:47 PM
The less rights I have, the less rights the others have. I guess your users won't be happy if you try to take their anonymity, lol.
I repeat, try :)/>/>.

But now, I'll just wait for your move. Meanwhile, ask yourselves a question: Is it really worth it to fight so hard, just to defend your shitty site, which is already dying? I don't think so, but do what you want. It's yours, for now.

Please stop trying to ruin things for other people. You haven't broken any forum rules as of yet so I'm not going to do anything - and you rightfully so brought security issues to people's attention - but enough is enough. The community is nice natured and always try to help other people - but now you're just trying to provoke a reaction which makes you look like a dick.

To everyone else: I'd recommend ignoring anything else posted, and securing your site properly.
cant_delete_account #48
Posted 31 August 2012 - 11:02 PM
I think in this case, defending the site is a lot easier than attacking it, the last step would be to restrict the connections to whitelisted IPs (eg. of popular CC servers) only.
Exactly, like make an application to be able to post websites. You can still download, but not make them.
A friendly nobody #49
Posted 31 August 2012 - 11:23 PM
Sorry Cloudy,
but trolling these people who know shit about security and are trying to be 1337 programmers in ComputerCraft…
so funny…

Anyways, your site:


I'll be watching.
ComputerCraftFan11 #50
Posted 01 September 2012 - 09:07 AM
Samrg is currently working on updating the PHP files, so there won't be much hackers…

Anyways, the database won't be up for a while.
djblocksaway #51
Posted 01 September 2012 - 01:00 PM
ok the database is up i have blocked php files, html files, index files etc
cant_delete_account #52
Posted 02 September 2012 - 03:17 AM
Sorry Cloudy,
but trolling these people who know shit about security and are trying to be 1337 programmers in ComputerCraft…
so funny…

Anyways, your site:


I'll be watching.
We have blocked PHP, HTM, and HTML files. GL.
Cloudy #53
Posted 02 September 2012 - 10:00 AM
*sigh*.

If you guys don't get back and topic and stop trying to act big and clever I'll be forced to close this topic. Fix bugs, ignore trolls, move on - instead of trying to provoke further reactions.
djblocksaway #54
Posted 02 September 2012 - 01:06 PM
:D/>/> says the guy who closed a topic about defending a site about a mod hes a developer on.

I mean really, I don't just want to sit here and watch the site crumble due to various people just picking on it. -.- but I guess if I am told to just sit and watch I will. I really don't want to just watch the site get attacked.

"stop trying to act big and clever"
Heheh, You've done that too many times yourself, but I don't want to have you start arguing with me and someone ending up banned so I'll stop right there.

Ignore trolls? Hah, funny. -.- You're telling us to just ignore someone who is destroying data on servers randomly, and said he's gonna be watching your site and that eventually you won't own it. It's a potential threat that needs taken care of.

But I do agree about getting back on topic so I might as well post SOMETHING about this topic instead of making the topic something else..

In Rednet Explorer 3.0, theres going to be a database, an http database? So that means, whenever you create a site… you would have to plead to someone to get it on the database? Or how exactly is that gonna work?

It will automatically upload the site ^.^
A friendly nobody #55
Posted 02 September 2012 - 02:58 PM
Lol, I wanted to stop after Cloudy's post, but it seems that you guys want more…
Since I forgot about your lovely site for a moment, I decided just to spam it with 100 "FUCK YOU"-like files, as a warning.

Also,
We are anonymous.
We are legion.
We do not forget.
We do not forgive.
Expect us.
HOLY SHIT maru, you must be one of them:
Spoiler
srs bzns
Left4Cake #56
Posted 02 September 2012 - 03:12 PM
I can't connect to the Database to do anything?
ComputerCraftFan11 #57
Posted 02 September 2012 - 09:21 PM
Lol, I wanted to stop after Cloudy's post, but it seems that you guys want more…
Since I forgot about your lovely site for a moment, I decided just to spam it with 100 "FUCK YOU"-like files, as a warning.

Also,
We are anonymous.
We are legion.
We do not forget.
We do not forgive.
Expect us.
HOLY SHIT maru, you must be one of them:
Spoiler
srs bzns

Just for you, I might make a temporary change (until we get multiple account support) so that you are required to login to a minecraft premium account to upload. Then ban your account.
A friendly nobody #58
Posted 02 September 2012 - 10:14 PM
Your users won't be very happy if you do that, you know…
ComputerCraftFan11 #59
Posted 02 September 2012 - 10:22 PM
Your users won't be very happy if you do that, you know…

Don't worry, it won't send the password, just the session ID.
cant_delete_account #60
Posted 03 September 2012 - 12:50 AM
Your users won't be very happy if you do that, you know…
BTW, deleted your very nice spam files. :D/>/>
And your lolhax, you know, html5 isn't a valid file extension.
Cloudy #61
Posted 03 September 2012 - 02:01 AM
:D/>/> says the guy who closed a topic about defending a site about a mod hes a developer on.

I mean really, I don't just want to sit here and watch the site crumble due to various people just picking on it. -.- but I guess if I am told to just sit and watch I will. I really don't want to just watch the site get attacked.

Because he didn't threaten the ComputerCraft site, he threatened Rednet Explorer.

"stop trying to act big and clever"
Heheh, You've done that too many times yourself, but I don't want to have you start arguing with me and someone ending up banned so I'll stop right there.

Ignore trolls? Hah, funny. -.- You're telling us to just ignore someone who is destroying data on servers randomly, and said he's gonna be watching your site and that eventually you won't own it. It's a potential threat that needs taken care of.

What planet are you on? I am trying to stop you provoking more trolling - but if you don't want my advice and you want the thread to get closed when it escalates, fine, be my guest.

But I do agree about getting back on topic so I might as well post SOMETHING about this topic instead of making the topic something else..

Hurrah!
A friendly nobody #62
Posted 03 September 2012 - 10:40 AM
Hm, interesting..
I have discovered that you have a new, shitty protection on your site:
http://img28.imageshack.us/img28/3240/lolwutjf.png
I went on that site and looks like it allows me to spam you again after typing Captha, lol.


And your lolhax, you know, html5 isn't a valid file extension.

I didn't upload these files, but I saw them and I was amused…
Leo Verto #63
Posted 03 September 2012 - 03:36 PM
Well, I'm not gonna send my session ID to any site, only to the servers I trust.
Cloudy #64
Posted 03 September 2012 - 06:03 PM
Well, I'm not gonna send my session ID to any site, only to the servers I trust.

It is no more than what you send to any minecraft server really - I don't see the issue?

Post 1.3 better handshaking is done anyway eliminating a MITM attack.
Left4Cake #65
Posted 03 September 2012 - 06:40 PM
Well, I'm not gonna send my session ID to any site, only to the servers I trust.

That just like saying "I am not going to send my browser info to a website I visit" or "I am not going to send what version of Minecraft I am using to the server I join." It info that isn't really that personal and really isn't that big an issue.
cant_delete_account #66
Posted 03 September 2012 - 06:54 PM
Hm, interesting..
I have discovered that you have a new, shitty protection on your site:
http://img28.imagesh...40/lolwutjf.png
I went on that site and looks like it allows me to spam you again after typing Captha, lol.

And your lolhax, you know, html5 isn't a valid file extension.
I didn't upload these files, but I saw them and I was amused…
I didn't add that, and I never would.
cant_delete_account #67
Posted 03 September 2012 - 06:56 PM
Hm, interesting..
I have discovered that you have a new, shitty protection on your site:
http://img28.imagesh...40/lolwutjf.png
I went on that site and looks like it allows me to spam you again after typing Captha, lol.
I didn't add that, and I never would.
What do you even mean? I just looked through the PHP files and there's nothing with that. I think that's analytics from the website hoster or something.
Mmmmmmmm #68
Posted 04 September 2012 - 04:53 PM
Hm, interesting..
I have discovered that you have a new, shitty protection on your site:
http://img28.imagesh...40/lolwutjf.png
I went on that site and looks like it allows me to spam you again after typing Captha, lol.
Gotta love how you felt the need to add code to that screenshot. SO L33T LOL
Leo Verto #69
Posted 04 September 2012 - 05:16 PM
Post 1.3 better handshaking is done anyway eliminating a MITM attack.
And MITM attacks on web connections?
A friendly nobody #70
Posted 05 September 2012 - 01:04 PM
Gotta love how you felt the need to add code to that screenshot. SO L33T LOL
Yup, Computer Science III. And it's all copypasted from msdn.
smiba #71
Posted 08 September 2012 - 08:55 PM
Can't wait until its done :D/>/> (Does the rdnt://newsite suposted to not work?)
cant_delete_account #72
Posted 08 September 2012 - 09:45 PM
Can't wait until its done :D/>/> (Does the rdnt://newsite suposted to not work?)
It doesn't work? Umm….
smiba #73
Posted 09 September 2012 - 07:36 AM
Can't wait until its done :D/>/> (Does the rdnt://newsite suposted to not work?)
It doesn't work? Umm….

ERROR: Write_lock
A friendly nobody #74
Posted 09 September 2012 - 10:16 AM
He, he, he, he
I was waiting for you to find this out…
cant_delete_account #75
Posted 12 September 2012 - 02:15 AM
Fixed. Someone turned it on >:(
ComputerCraftFan11 #76
Posted 02 October 2012 - 10:12 AM
Hey guys, I updated rednet explorer to use a new database (hosted by me, I added a way for me to ban the IP of anyone I feel like, we also can now block files)

In the new database, you can now browse the files (without getting a virus for visiting it) in a apache window. (Be careful on which site you click, if you find a bad site please report it to us, also don't try to upload these types of files:
.htcaccess
index.*

because your IP will be traced and we might ban you, so don't joke around)

If you want to see the database, just click here!
A friendly nobody #77
Posted 02 October 2012 - 10:51 PM
First off, I'd like to say Thank you for yesterday's fun with index.shtml and http://pastebin.com/R604Uj2y, it was great!

But I'm here mainly to ask a question:
I now have more control over what happens, which means:
1) I can ban spammers
2) We have unlimited everything
3) It might be faster
4) I WILL BAN YOU SPAMMERS
5) SPAMMERS WILL BE BANNED!
6) F*#K OFF YOU F*%$(#&CKING SPAMMERS
7) IF YOU SPAM I WILL F**KING BAN THE F**K OUT OF YOU
Is this a challenge?
ComputerCraftFan11 #78
Posted 03 October 2012 - 01:21 AM
First off, I'd like to say Thank you for yesterday's fun with index.shtml and http://pastebin.com/R604Uj2y, it was great!

But I'm here mainly to ask a question:
I now have more control over what happens, which means:
1) I can ban spammers
2) We have unlimited everything
3) It might be faster
4) I WILL BAN YOU SPAMMERS
5) SPAMMERS WILL BE BANNED!
6) F*#K OFF YOU F*%$(#&amp;CKING SPAMMERS
7) IF YOU SPAM I WILL F**KING BAN THE F**K OUT OF YOU
Is this a challenge?

I really hate you…
Leo Verto #79
Posted 07 October 2012 - 10:33 PM
Ah our friend found out about other html file endings!
Notepad++ can be quite useful.
GeniusName3 #80
Posted 27 November 2012 - 03:11 PM
I think this is better than the other rednet explorer you made,the other one wasn't bad or anything it's just that you dont need to host things :)/> another great program computerfan
ComputerCraftFan11 #81
Posted 27 November 2012 - 07:03 PM
I think this is better than the other rednet explorer you made,the other one wasn't bad or anything it's just that you dont need to host things :)/> another great program computerfan

Use rednet explore renewed, its like this but recoded (again) and better :D/> I renamed this HTTP protocol to rnet://, which is available by going into the settings on the renewed version
BigJuicySteak #82
Posted 07 December 2012 - 08:29 AM
how do you enable http? I'm new to all of this so I really have no idea. Can anyone help?
Zudo #83
Posted 08 December 2012 - 09:39 AM
Fishosdemo.net put a virus on me :D/>
Zudo #84
Posted 08 December 2012 - 09:41 AM
how do you enable http? I'm new to all of this so I really have no idea. Can anyone help?

Quit MC, go to %appdata%\.minecraft\config then open Computercraft and change enableapi_http to true
TheOddByte #85
Posted 08 December 2012 - 11:10 AM
I really like this,
And if it can run batch files and html then just WOW!
Great work guys. :D/>
ComputerCraftFan11 #86
Posted 08 December 2012 - 02:05 PM
I really like this,
And if it can run batch files and html then just WOW!
Great work guys. :D/>

Use rednet explorer renewed instead, its the newest version.
xxxredportalxxx #87
Posted 16 January 2013 - 07:50 PM
By far one of my most favorited programs, thx :D/>
*Gave you an internet