1,574 Forum Posts by "JeremysFilms"
If you search google, I'm sure you could find stuff that can know when someone pays through paypal and stuff...
<?
$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>';
?>
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.
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?
jokes aren't meant to make sense.
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.
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"
At 10/21/06 11:41 AM, CronoMan wrote: Shakespeare is much cooler!
Woh... that seems kinda.. annoying to program in.
When computers return square roots, they return an approximation. I don't know the algorithm used to return this approximation though.
What's the point of being able to mark a review helpful or not?
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
no one? where else should i post this if i'm posting this in the wrong place?
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
not interested.. but hopefully bedn won't steal anyones cadny...
At 9/25/06 08:04 PM, grif3922 wrote: art forum is old news. is there a point to this thread?
doubt it
<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.
I suggest learning how to use divs.
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..
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.
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.
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.
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 boardhaha 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
Another small thing to fix, run htmlentities() on the submitted strings. Stuff like this don't work:
http://www.encryptio..gician.com/md5/&
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.
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.
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.
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.
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?

