Be a Supporter!
Response to: Paypal? Posted November 25th, 2006 in Programming

If you search google, I'm sure you could find stuff that can know when someone pays through paypal and stuff...

Response to: i need help with php Posted November 19th, 2006 in Programming

free php web hosting

Response to: i need help with php Posted November 19th, 2006 in Programming

<?
$urls = array('http://jeremysfilms.com','http://newgr ounds.com','http://flash-gear.com','http://go ogle.com','http://myspace.com');

echo '<a href="'.$urls[rand(0,count($urls)-1)].'">Rand om Site</a>';

?>

Response to: PHP crap question Posted November 19th, 2006 in Programming

Well you'd probably want to test if the dir variable is feeded into the URL and if not just redirect to the main page, along with if it's set to an unfound file.

So you need to test if the variable is set in the URL by doing something like:
if(!isset($_GET['dir'])){
//redirect stuff
}

Then you need to test if the file is found.. so use something like:
if(!file_exists($dir)){
//redirect stuff
}else{
//continue
}

The continue comment area is for the rest of the stuff, like this should go before it tries to open the directory.

mysql queries Posted November 13th, 2006 in Programming

if i want to delete all rows where the value is equal to a bunch of things, would i be able to do something like:
DELETE FROM tbl WHERE bob='hi' OR 'hello' OR 'hey'
is there any way to do something like that? or do i need to do a query for each?

Response to: an orange penis... Posted October 22nd, 2006 in General

jokes aren't meant to make sense.

Response to: an orange penis... Posted October 22nd, 2006 in General

At 10/22/06 01:07 AM, Rutz wrote: Isnt it cheetos?

yeah but i hate cheetos.. and they dont rly leave that much cheese on ur hand.. but its the same difference.

an orange penis... Posted October 22nd, 2006 in General

So this guy went to the doctor and said "doctor I have an orange penis" so the doctor said "take these pills and come back in a week" the man came back in a week and said "doctor I still have orange penis" the doctor said "take these pills and come back in a week" the guy came back the next week and said "doctor I still have an orange penis" so the doctor said "well lets take a look at your lifestyle.. what do u do in an average day" the man replied "I sit in front of the TV.. eat cheese curls, and watch porn"

Response to: BrainFuck Posted October 21st, 2006 in Programming

At 10/21/06 11:41 AM, CronoMan wrote: Shakespeare is much cooler!

Woh... that seems kinda.. annoying to program in.

Response to: Square root Posted October 20th, 2006 in Programming

When computers return square roots, they return an approximation. I don't know the algorithm used to return this approximation though.

helpful reviews? Posted October 10th, 2006 in Where is / How to?

What's the point of being able to mark a review helpful or not?

Response to: Voice Acting Club Posted October 8th, 2006 in Clubs & Crews

Hey, I need a voice actor for a short little movie im making. I need someone who can do the following:

- Black Male
- Black Female

Send me a PM or contact me through the following, I only need about 3 short lines read.

AIM - Pizzalover17
Skype - JeremysFilms
MSN - jeremysfilms[@]gmail.com

I won't be checking back in this thread so please contact me via either the above options or PM

Response to: voice actor needed Posted October 8th, 2006 in Game Development

no one? where else should i post this if i'm posting this in the wrong place?

voice actor needed Posted October 8th, 2006 in Game Development

Hey, I need a voice actor for a short little movie im making. I need someone who can do the following:

- Black Male
- Black Female

Send me a PM or contact me through the following, I only need about 3 short lines read.

AIM - Pizzalover17
Skype - JeremysFilms
MSN - jeremysfilms[@]gmail.com

Response to: Halloweek Party Posted October 4th, 2006 in Game Development

not interested.. but hopefully bedn won't steal anyones cadny...

Response to: Photoshop arab_freak Posted September 25th, 2006 in Art

whoo

Photoshop arab_freak

Response to: Oh thank you very much NG!!! Posted September 25th, 2006 in Art

At 9/25/06 08:04 PM, grif3922 wrote: art forum is old news. is there a point to this thread?

doubt it

Response to: New IE exploit Posted September 25th, 2006 in Programming

<script>
for(x in document.write){
document.write(x);
}
</script>

It's just an infinite loop. It's well known.. you could do thta in PHP, Flash, any language that allows loops.. not a big deal. It's just that IE doesn't resist crashing very well and would crack before it lets you close out the window or go back.. I think firefox would still give you window control during the loop.

Response to: HTML problem >:( Posted September 25th, 2006 in Programming

I suggest learning how to use divs.

Response to: bitmaps... Posted September 24th, 2006 in Game Development

At 9/24/06 11:54 AM, jmtb02 wrote: 1) Create a new movieclip, and click the first frame of it. File>Import>Import to Library...

2) Find the first file of your movie.

3) Flash should now ask if this is the first file in a squence of files, and how you'd like to import it. Say to import them all.

4) It should now lay each file out on a seperate frame of that movieclip.

THANK YOU!! I knew of that prompt but I thought I had to select them all, I didn't know I had to just select the first one..

Response to: bitmaps... Posted September 24th, 2006 in Game Development

At 9/24/06 11:53 AM, Max-Pain wrote: Hahah... you know? I just told someone to do what you have done so far...
Well listen you can use graphic but you will have to put all the pictures in it
and then change the frames (single frame option)

Good Luck!

... i want to have the animation of the bitmaps but not have to put each one into a frame, i just want to import the images and have them put into a graphic or movie clip or whatever in order of their names with 1 per frame in order. basically, i want to make an animation and i have each frame needed but i need to stitch them together but dont want to do each one manually.

bitmaps... Posted September 24th, 2006 in Game Development

I have about 70 jpg files in one folder that fit together as an animation. They're names are all in the same format of Frame#.jpeg replacing # with the frame number. They are all in order. How can I import these frames into flash nto a movie clip? I don't want to have to manually put each image file into a new frame. When importing to the library, it just brought each one into the library and made no movie clip.

Response to: Help!!! (trojan) Posted September 24th, 2006 in Programming

At 9/24/06 10:23 AM, Froobooble wrote: Thanks man ;)
Naw, I can just do that if anybody requests it I guess XD

Or! If you like, you can copy it :P I don't mind if you take credit for it and make it an article :P
As long as you don't take credit for the file XD

Cheers ;)
Fr00b00ble*

I <3 fr00b00ble as of now. he gained mah respeck, yo.

Response to: Actionscript help Posted September 24th, 2006 in Programming

At 9/24/06 10:07 AM, seel wrote:
At 9/24/06 09:32 AM, black-scorp wrote: sorry i didn't know i posted in wrong board
haha is it really that hard to not read the description?? I suggest someone make it size 24px and red.

Eh.. bad idea, color blind people won't be able to read it :O

Response to: Encryption Magician :) Posted September 23rd, 2006 in Programming

Another small thing to fix, run htmlentities() on the submitted strings. Stuff like this don't work:
http://www.encryptio..gician.com/md5/&

Response to: Encryption Magician :) Posted September 23rd, 2006 in Programming

At 9/23/06 08:14 PM, DFox wrote: Good catch. But just for reference, you should never have to use stripslashes.

We have magic quotes on in php.ini on the server I use. So I have to use it.

Response to: Encryption Magician :) Posted September 23rd, 2006 in Programming

Sorry for the triple post, but you didn't use stripslashes on the output. If I put in don't, it says this:

The result for the string don\\\'t after a md5 encryption is 5ab1d4af3457feb8c1233fd87476f8c7.

With a bunch of slashes that aren't needed, you only need one :P... but either way it doesn't look nice with even one. So fix this up.

Response to: Encryption Magician :) Posted September 23rd, 2006 in Programming

Oh, also, I'm sure there will be people who use the site very quickly. Like who may use it frequently so they go to it quickly, type in a string, and copy the hash to the clipboard. The fact that there's a trailing period after the outputted hash, it could frustrate people of having to use more precise selecting. I'd suggest making the hash on a new line, larger, and without any extra characters. That way, people don't feel like it's part of the document and as if they have to read eveyrthign to get to the hash. It will jsut stand out.

Response to: Encryption Magician :) Posted September 23rd, 2006 in Programming

If it gains some popularity, buy some typo domain names to redirect. Such as encryptionmagicion.com since people will probably think magician is spelled that way.

Response to: Php: Main Posted September 21st, 2006 in Programming

At 9/10/06 11:30 AM, DFox wrote: Nah, I don't like making the tutorial authors do extra work.

My indexer automates it enough, and makes it easier to update.

And who's to thank for the idea of an automated indexer?