469 Forum Posts by "Rellizate"
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
Sorry for double post. Wire wool looks like this:
http://www.homeofpoi.com/gallery/display.php?
image=/500/9701WireWool_3-Sectioned_staff.JPG
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.
Na na na na. Nah nah. Nah nah, Can' bump this...
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?
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.
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.
Change every table that has a specific height to not have one.
There is a reason that they are called FLASH movies.
Idiot.
Lookin' great. I wouldn't mind the download link either, please.
:p
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]'");
}
?>
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.
Well I guess I could:
AIM: Rellizate
MSN: meltdown10@hotmail.co.uk
But, not many people will do something for nothing.
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.
Maybe he wants to output it again, and does not want it to be all lowercase then... I dunno.
There is a good usersystem tutorial on techtuts.com
That was a bit random... Oh well.
No, this is the right forum.
Ok. It is now up on ebay!
http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewIt em&item=190052877991
Check it out.
I'm selling it for $7. Anyone at all?
Google is your friend.
http://www.google.co.uk/search?hl=en&q=open+e xternal+files+in+java&btnG=Google+Search&meta =
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.
My mistake:
DELETE FROM `bob` WHERE `1` = '1' || `2` = '2';
DELETE FROM `bob` WHERE `1` = '1' | `2` = '2';
Fixed sorry. Don't worry.
:D
But it cannot have. You can see that right there in the code.
I'm operating from here:
http://www.landofflash.com/flash-portal/
And the swf folder is here:
http://www.landofflash.com/flash-portal/swfs/
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:
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?
Nice.
I read a thread on his forum, saying he charges $3000 for an XBox 360 laptop.
That's $982 labor.

