Everything posted by happybappy
-
Man comes fifth in local hedge trimming contest.
Why does everyone else posting on this topic have such a high post count :shock: . The large amount of news topics is starting to get annoying.
-
Combat Guide: Ancient Mace
That is because it has already been encoded as a jpg.
-
Why is tip.it behind Zybez on google?
I already said google does not let people pay for results, only sponsored links.
-
Why is tip.it behind Zybez on google?
Well you are obviously wrong as all the unbiased people before you have supported tip.it. lol
-
problem wiht runescape.
Open "C:\WINDOWS\SYSTEM32\DRIVERS\ETC\HOSTS" with notepad and copy and paste it's contents here.
-
Why is tip.it behind Zybez on google?
First page of results: You can't pay google to raise your rank. The most you can do is get a "sponsored link".
-
Why is tip.it behind Zybez on google?
If you searched for "runescape" on google tip.it used to be the second result, but now it is on the second page, behind zybez and a bunch of gold buying sites. I believe it is because Zybez promotes runescape add-ons while tip.it doesn't. What are your views?
-
Man sues God to stop terror threats.
Reminds me of the guy who patented the wheel: http://news.bbc.co.uk/2/hi/asia-pacific/1418165.stm
-
Bandos safespot?
There is a rumor of a safe spot for the GWD bandos general on the rsof.
-
I need to create a web form
:oops: I can't believe I let that slip. :wall:
-
Game creater
http://www.cplusplus.com/doc/tutorial/
-
Fat or Skinny?
I already am really skinny - <80lbs at 16 years old. I wouldn't like being fat.
-
IP Adress already in use... =[
Whether this will work depends on your ISP. To access your router it is usually 192.168.1.1 but if that doesn't work do this: Make sure you are connected to your network. Go to Start>All programs>Accessories>Command Prompt. Type "ipconfig" and press enter. It should give you a bunch of information including "gateway address". Type the gateway address into your browsers address bar.
-
Can someone direct me to a cheap webhosting service?
Give us some more information like what services you need (php, mysql, cgi, ...). How much space you need. How much bandwidth you need. Whether you mind forced adverts. etc...
-
I have a plethora of questions on making a forum.
1: How do I display an "active users viewing the forum" in a PHP forum, I can make a script to count, I want names also. Store each users username as a session variable. 2: How do I make a PM system? Store pms in a mysql database and allow users to send them. 3: How do I "make" BB tags? Have php parse them and convert them to html. 4: Which is better for cookies, PHP or JavaScript? php Why don't you just use a forum someone else has made? Like phpbb?
-
Mother has sex with her 2 kids.
Umm... Thanks for telling us that :uhh: . lol
-
New computer - comments?
hmph, my computer has been outdated. I just upgraded a few years ago to a 64mb video card :wall: . Are you going to get a physics card? :P
-
Dragon/Magic Crossbows
yer and dragon crossbow would have to mean dragon bolts? And possibly a new gem to tip the bolts with... Doubtful for the new gem, hardly any crafting space left for a new gem. Dragon bolts? Yea thats a given. Maybe a new special that hits super accurate with any bolts below dragon and super accurate with some damage up with dragon bolts. Eh, who knows until Jagex decides to release or not release it. i know what you mean about the bolts, but wouldn't it be a bit weird having every kind of bolts but dragon having gemtips? Maybe they would make dragon bolts be able to take all gems or increase their affectiveness by +10%. You never know with Jagex. hmm u got a good idea there Maybe the crossbow could fire dragon bolts with some sort of monster drop attached like "crystal tips" or something along those lines.
-
Tattoos And Getting A Job
I wonder what they say about birthmarks. :-k
-
I need to create a web form
Just sending an email is very easy. I wrote you a page. All you have to do is add your email address near the beginning. Don't you think that's a bit...overdone? I can write up a simple php email contact script that handles the post-data in like 15 lines; and you just use simple client-side validation within the form itself. No, it gives the user a message if they don't send the data. JavaScript validation is bad because it won't work on all browsers, it can easily be bypassed (potentially creating a security exploit), and is just generally bad form. I added a lot of whitespace and comments which is one of the reasons why it is so big. A basic outline of the script is: check input, send email, print out messages, print out form.
-
Religion does not lead to death, hate does..
Turn the other cheek? Religion is not inherently part of who you are as a human being like race, sex or sexuality is, thus, jokes about it are usually 'water off a ducks back' to any level-headed person. I can somewhat sympathise with you so if you want to take offence, sure, go for it, just don't do what some Muslims do when they feel offended. They can get scary. If someone makes a joke you consider inappropriate. Don't tell the joke yourself, and don't laugh at it. Anything else is going to far.
-
Error 104 - Unable to save to cache
If none of that worked you could try using the unsigned applet, although it will run slower.
-
I need to create a web form
<?php //Check if there are any messages. if(count($messages) >= 1) { ?> Messages <?php //Print out all messages. foreach($messages as $message) { echo($message.' '); } ?> <?php } //Check if there are any errors. if(count($errors) >= 1) { ?> Errors <?php //Print out all errors. foreach($errors as $error) { echo($error.' '); } ?> <?php } ?> Your email address: Subject: Message: <?php if(isset($emailtext)) echo($emailtext); ?>
-
Why can't atoms change shape?
You can't get all the information about an electron because in trying to get the information you change that information. For example: If you put a thermometer into a glass of water, the waters temperature is changed because of the thermometers temperature. The real reason is that atoms changing shape is blasphemy.
-
YouTube, You Tube (need help!)
That is very weird. It has "Content-Type: text/html; charset=utf-8 " so it should be rendered as html...