Be a Supporter!
Response to: Firespinning anybody? Posted March 23rd, 2007 in General

What do you mean Willi?

Response to: Firespinning anybody? Posted March 23rd, 2007 in General

Arggh now sorry for triple post...

>:-X

Home of poi doesn't let me link. It looks like this:
http://img137.imageshack.us/img137/2914/9701w irewool3sectionedswl8.jpg

Response to: Firespinning anybody? Posted March 23rd, 2007 in General

Sorry for double post. Wire wool looks like this:
http://www.homeofpoi.com/gallery/display.php?
image=/500/9701WireWool_3-Sectioned_staff.JPG

Response to: Firespinning anybody? Posted March 23rd, 2007 in General

Cool. Yeah there is something like that, where you strap wirewool to the end of your poi of staff or whatever, and spin it around. Creates giant circles of sparks and fire. Really amazing.

Response to: Firespinning anybody? Posted March 23rd, 2007 in General

Na na na na. Nah nah. Nah nah, Can' bump this...

Firespinning anybody? Posted March 20th, 2007 in General

Hello,
I was just wondering if anybody hear does any firespinning. For people who don't know, firespinning is basically what it sounds like, spinning fire. There are lots of different ways of doing it, but the most common is definatly poi.

Poi is basically 2 long metal chains with a "head" at the end. You light the heads, then hold one of the chains in each hand, and spin them around.

This is a set of fire poi:
http://www.primalfire.org/index/store/tubecor epoi.jpg

Then second most common type of firespinning is firestaff. This is very common, as many people do lots of firestaff moves/tricks without even knowing what they are doing. Ever picked up a stick, and started spinning it around? What you were doing were most probably firestaff moves. So yeah, a firestaff is a long metal pole (or a staff) with one firehead on each side
They look like this:
http://www.fireworksdance.com.au/Fireworks-fi re%20staff.jpg

There a lots of other firespinning things you can do, but the only other one which I do is fire nunchucks. Everyone knows what nunchucks are, and yes these are just nunchucks with one firehead on the end of each handel.
This is one of my pairs of firenunchucks, that I built my self:
http://img177.imageshack.us/img177/7484/dscf0 097hr8.jpg

And lastly, here is a video of me doing some firestaff and firenunchucks. Remember, that I have only been doing nunchucks for a couple of weeks, so cut me some slack.
:D

[b]http://youtube.com/watch?v=iXHMsATLJUY[/b]

So yeah? What do you think? Anyone do it?

Response to: Critique My Site Posted March 18th, 2007 in Programming

Nice layout. I havn't posted here for more than a year. Or even though of posting here. Funny that.

I don't think the layout is too blue, but maybe you could make the dots on the background a bit transparent. That would be nice.

Response to: NG html parser :@ Posted December 21st, 2006 in Programming

1.
---- Results ----
2.

3.
Overall: Afro-Ninja with 3 votes.
4.

5.
Most Helpful: Dfox and Elbekko both with 3 votes.
6.

7.
Friendliest: Jessii with 12 votes.
8.

9.
Most Improved: Jordan with 6 votes.
10.

11.
Rookie of the Year: Jordan with 5 votes.
12.

13.
Best all round: Craige and DFox both with 3 votes.
14.

15.
Best Tutorials: SpamBurger with 6 votes.
16.

17.
Php King: Pilot-Doofy with 7 votes.
18.

19.
C++ King: Jordan with 4 votes.
20.

21.
JavaScript King: Pilot-Doofy with 5 votes.

Response to: Html Argh! Posted December 9th, 2006 in Programming

Change every table that has a specific height to not have one.

Response to: plz name the program that you use Posted December 8th, 2006 in Programming

There is a reason that they are called FLASH movies.

Idiot.
Response to: My php editor! Posted December 1st, 2006 in Programming

Lookin' great. I wouldn't mind the download link either, please.

:p

Response to: Very Strange. Help please. Posted November 28th, 2006 in Programming

Try

$flashname = $flash['name'];
$ip = $_SERVER['REMOTE_ADDR'];
$checkq = mysql_query("SELECT * FROM `votelog` WHERE ip='$ip' AND flash=$flashname");
$checknum = mysql_num_rows($checkq);
if($checknum >= 1) {
die('You have already voted on this flash today!');
} else {
$update = mysql_query("UPDATE flashes SET avg = $flash[pros] + $flash[cons] / 2, cons = cons + 1 WHERE id='$flash[id]'");
}
?>

Response to: What Is Mysql? Posted November 26th, 2006 in Programming

At 11/26/06 12:27 PM, Jessii wrote:
At 11/26/06 12:14 PM, Smulse wrote: Doesn't ASP use msSQL?
Yup! I know a site that uses ASPX and I believe they use MySQL...

Errm. He said doesn't ASP use MsSQL. Not MySQL.

Response to: partners wanted Posted November 26th, 2006 in Programming

Well I guess I could:
AIM: Rellizate
MSN: meltdown10@hotmail.co.uk

But, not many people will do something for nothing.

Response to: I've decided to make my first game. Posted November 25th, 2006 in Programming

At 11/25/06 03:51 AM, Jordan wrote: Yes, get your arse in the FLASH forum and stop spamming.

Hey no need to be so harsh. At least he wasn't one of those people who talk in text language all the time, and expect people to make him a website/a game for free.

Response to: Word variations (capitlized or not) Posted November 19th, 2006 in Programming

Maybe he wants to output it again, and does not want it to be all lowercase then... I dunno.

Response to: PHP help Posted November 18th, 2006 in Programming

There is a good usersystem tutorial on techtuts.com

Response to: Kr3w.net for sale! Posted November 18th, 2006 in Programming

That was a bit random... Oh well.

No, this is the right forum.

Response to: Kr3w.net for sale! Posted November 17th, 2006 in Programming

Ok. It is now up on ebay!
http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewIt em&item=190052877991

Check it out.

Response to: Kr3w.net for sale! Posted November 17th, 2006 in Programming

I'm selling it for $7. Anyone at all?

Kr3w.net for sale! Posted November 15th, 2006 in Programming

Hey, I don't really know if this is the right forum, but this is the only one I go to, so I thought I would post this here.

Kr3w.net is for sale! If you are interested post here, or contact me:

AIM: Rellizate
MSN: meltdown10@hotmail.co.uk

NOTE: You can probably get to me faster by using MSN or AIM.

Response to: mysql queries Posted November 14th, 2006 in Programming

My mistake:

DELETE FROM `bob` WHERE `1` = '1' || `2` = '2';

Response to: mysql queries Posted November 14th, 2006 in Programming

DELETE FROM `bob` WHERE `1` = '1' | `2` = '2';

Response to: Php Unlink Problems Posted November 13th, 2006 in Programming

Fixed sorry. Don't worry.

:D

Response to: Php Unlink Problems Posted November 13th, 2006 in Programming

But it cannot have. You can see that right there in the code.

Response to: Php Unlink Problems Posted November 13th, 2006 in Programming

I'm operating from here:
http://www.landofflash.com/flash-portal/

And the swf folder is here:
http://www.landofflash.com/flash-portal/swfs/

Response to: Php Unlink Problems Posted November 13th, 2006 in Programming

Sorry, what it should say before the script is this:

Hey, i'll get straight to the point.

I made a script to delete everything (the SWF file, the avatar file, the entry in the DB) from a flashportal, where the score is less than 0.25, when it has got more than 5 votes, but when its rating is not 0. I am making. Here is the code:

Php Unlink Problems Posted November 13th, 2006 in Programming

Hey, i'll get straight to the point.

I made a script to delete everything (the SWF file, the avatar file, the entry in the DB) from a flashportal I am making. Here is the code:

<?php
$query = mysql_query("SELECT * FROM `portal` WHERE `rating` <= '0.25' AND `rating` > '0' AND `num_votes` > '5'") or die( mysql_error() );
$count = mysql_num_rows($query);

if($count != "0"){

while($r=mysql_fetch_array($query)){ // For every thing in the voting that has a score lowed than 0.25 delete it.

$id = stripslashes($r['id']);
$avatar = stripslashes($r['avatar']);
$swffile = stripslashes($r['file']);
unlink("swfs/".$swffile."");//Delete swf file
if($avatar == "movieavat.png"){
// Do nothing
} elseif($avatar == "gameavat.png"){
// Do nothing
} else {
unlink("avatars/".$avatar."");//Delete avatar
}

mysql_query("DELETE * FROM `portal` WHERE `id` = '$id' LIMIT 1"); // Delete from table

}//End while loop

}
?>

I get this error though:

Warning: unlink(swfs/1379hitler_Scene 1.swf) [function.unlink]: No such file or directory in /home/landoff/public_html/flash-portal/blam.p hp on line 12

I looked in FTP, and the file (1379hitler_Scene 1.swf) was not there. Why is it displaying this message if it deleted the file correctly?

Response to: Xbox 360 laptop Posted November 2nd, 2006 in Programming

Nice.

I read a thread on his forum, saying he charges $3000 for an XBox 360 laptop.
That's $982 labor.