Everything posted by RSBDavid
-
CLEAN Funny Picture Thread ~new rules, read first post~
SHadow dont you have a screenie of your picture collection amount/file size? I want to compare it with my cousins *certain image* collection amount/size.
-
Lady Shahdie's Complete Guide to Mining Like a Pro (F2P) V.2
Very well written. I did not get a chance to view pictures since I am using dial-up. I will look at them at my school later. 9/10 for written part x/10 for pictures. Will edit later.
-
Black list of bad words
huh? what trouble? :twss: Ye read the report-academy-forum-thing on the Rs site, it says that you shouldnt report people when the censor has already stopped them, so really as long as the censor blocks what your saying you cant be reported. Unless you mindlessly spam i guess. And i think i prefered tip.it chat when the main spam topics were chuck norris and bacon :lol: nomnomnom bacon =P~ =P~ =P~ OT: The basic guideline for the censor is : Don't say anything that might offend your grandma.Unless she is gangsta' too -p.... jk
-
I need a help of a music artist. Please! Urgent!
Don't you need permission from the artists to combine music with others'? It is not very hard to do yourself.
-
CLEAN Funny Picture Thread ~new rules, read first post~
fixed
-
I got offered a pretty amazing job, i'm lost though.
If you are under 26 years of age,, then don't take it, if over, take it. You should go to college first then do stuff like that. Are you sure 450 a night is accurate, or a week?
-
CLEAN Funny Picture Thread ~new rules, read first post~
[hide=pic][/hide] I came across this while surfing the net.. Made me lol (Its from 4 chan lol)
-
Some webpage are zoomed out on firefox....
ctrl + or ctrl - should increase/decrease the size.
-
Disconnecting all the time!
Please put your seat in a upright position, your tray tables up and fasten your seat belts as we get ready to depart on the RS Fail plane. OT: It is not Runescape, it is YOU! Solution. 1. Get better internet 2. Get a new computer 3. Learn enough about computers to tweak your computer ps. I am having a bad day.
-
Forget about schimitar vs longsword...
Why in the WORLD do you care? It is a game. People do the stuff they want to do how they want to do it. Quit acting like your someone mum and let them play the damn game the way they want. [/thread]
-
Mass-Pming Update:3.0.3 includes all the features speculated
I wouldn't mine being able to PM 2 or 3 people at a time. Sharing issues with various people sending 1 pm instead of 3 is better, especially with 56k connection.
-
Reveal Confessions, Secrets & Regrets...
-I watch hentai a lot on my Ipod at school. - I am addicted to hentai in general -I hack the grade server and change random peoples grades. -I sell mountain dew 75 cents a can -My girlfriend was pregnant, moved, and got an abortion. -I cut myself. -My myspace song is clan cookout. -I listen and watch racist materials -I stare at cleavage and hot chick's [wagon] -I light school's trashcan on fire. -I crash all the computers at school -I frame kids all the time. -I put gasoline in the football teams shower gel bottles -I [bleep]e the punch at any school dance. -I put laxatives in school food. -I took a piss in a bottle and threw it out the window at a car. I do all of that without anyone raising an eyebrow towards me. Other than that, I am that quiet kid no one cares about.
-
Worst thing you got caught doing at school!
me and a few people who work for the auditorium know where the intercom is hooked up before it goes to all of the speakers. We ran it into my friend's laptops voice changer. Every time he made an announcement that day, he sounded like a girl , a robot, or the guy off of the saw movies .
-
9/11 7 years later
its also been about 225 years since the Treaty of Paris but no one really notices. I don't see the point in making a thread for every event. Yes, it was a tragedy, but get over it. Row Row Row Fight the Powah!
-
Your favorite website? and the one you find the most stupid
Hate: -4CHAN /b/ Love: -Tip.It Forums -Youtube -Runescape -Explosm
-
Do you like to doodle?
*remembers certain thing off McLovin movie of a guy who doodled certain things* I doodle all day. In my machine trades class when I am the tool master for 2 hours a day, I draw like crazy.
-
Stress Relief?
AK's are fun :evil: :evil: Since the new off-topic, I can't post a certain way to relieve stress, but w/e. I tend to swim or EXERCISE. It is a better way then eating.
-
4Chan
It is a better title the two before that >.<. RRFTP! jk Back to posting in /ot/ Oh crap I am using 4chan things here >.<
-
is this a figurative language?
Wait, are you talking about a line in "Inside the Fire" by Disturbed? And yes it is a metaphor. To the above poster. It is comparing her to a "lost soul", therefore I believe it is a metaphor.
-
Google releases Google Chrome
Based on the three new browser ( Chrome, FF3, IE8) Chrome kicks [wagon]. With Firefox, there are way too many add-ons available. The set-up is messy as well. I hate a lot of clutter. IE8 is still in beta stage and every 3 minutes I get a debug message. Chrome is just the basic thing I was looking for. It has a nice appearance. You can drag tabs and open in other windows or drag to a different window as well. Maybe they will release a control for vb.net for developers like IE. It still has a few kinks to be wokred out, but it is really good for a beta.
-
eMachines T6412 help
So I bought this eMachines T6412 off my friend for 5 dollars. I found two problems. [hide=specs]Here are the specs for this computer: [/hide] 1: There are no ram cards ( I am buying 4 (512mb ones for it) 2: A lot of the little pins on the Processor chip are bent. They look like "/" not "|". How would I fix that? Also, There is no post beeps. The computer turns on and both fans work, but the monitor has an amber light. The hard drive works just fine. I put it in with my older computer. Any Advice?
-
Runescape Scripting Language
Why not make a runescape markup language (RML) Syntax ideas ' you could use the number codes like #00000 as well, changes back color of skilltab 'changes order of skill icons My 2 cents ~bballer
-
Lame RC Minigame NOOBS
GOP isn't the only game like that. People do it in clan wars too. Just ignore them and hop worlds till you find less a--holes.
-
getting pictures off websites using vb.net
*points to title* vb.net (I am using visual studio 2005 for framework 2.0 support)
-
getting pictures off websites using vb.net
Lets say I wanted to get all the pics off a certain page of a website. How would i go about doing that. This is all I have so far: Public Class Form1 Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim getfile As System.Net.WebClient getfile = New System.Net.WebClient Dim src As String = getfile.DownloadString("http://img.4chan.org/b/imgboard.html") src = src.Substring(InStr(src, ("http://img.4chan.org/b/src/"))) txtItems.Text = (src.ToString) End Sub End Class Edit: I tried the code above and all it does is show the source code. At least I am getting somewhere. (and yes I used 4chan as an EXAMPLE!. It is not the actual site I plan to use it on. I am pretty much lost after that. Would I have to download the string of the website then parse the html based on the "< img src""> tag? *waits for Clare to help*