523 Forum Posts by "Fallin-Again"
Im having a problem getting a flash player that i made to load music files from my site but it works in Internt Explorer. Check out http://www.toon-workshop.net/portal/view.php?
type=music&id=1 and click listen to music.
nono, aconscript is drawing lines for the ragdoll. I need to know if you can make the line funcion substitute the lines for a graphic i made.
Is there a way to import external images in place for lines using the linedraw function? I have a ragdoll script which was made for lines, and only the lines will rotate.
lmao i know that i just need to know how to accomplish that, mabe someone could point me to a tutorial?
Im looking to make a game along the lines of this style.
Does anyone know how to make or have the script to make things like the webs in this game:
wrong....................try it........i dont think you'll get to far.
lol jee thanks......but theres a coupon you need to enter would you happen to have that?
Hey everyone. I have come accross a site that hosts your site for 30 days if you only pay 1 cent. I think you can cancel your account and then re-register again (dont know i just signed up myself) but if your interested pm me.
Can anyone tell me why this wont allow users to replace thier existing picture? They are automaticly given a default picture upon account creation, and it has the same name as thier user account. The folders CHMOD is set to 777 so i know thats not the problem. But it keeps telling them the file is to big and that the dimensions are to big.
if ($_FILES['ufile']['name']) {
$filename = basename($_FILES['ufile']['name']);
$ext = substr($filename, strrpos($filename, '.') + 1);
$ext = strtolower($ext);
if ($ext == "jpg") {
if ($_FILES['ufile']['size'] > 1024*100) {
echo("File size is too big to upload.<br />");
exit;
} else {
list($width, $height) = getimagesize("images/users/".$username.".jpg"
);
if ($width > 150 || $width < 150 || $height > 150 || $height < 150) {
echo ("Image is not 150px by 150px please change this.<br />");
exit;
} else {
unlink ("images/users/".$username.".jpg");
copy ($_FILES['ufile']['tmp_name'], "images/users/".$username.".jpg") or die ("Could not upload image. Try again.");
}
}
} else {
echo ("Image is not right file type please change this and reupload.<br />");
exit;
}
}
I know i mean me as in me and my family.
lmao financially stable is not the word.......im about to lose my house....i dont got a penny in my name.
well its more css there than in the actual site. I guess ill try a complete css version on monday then.
i tried out a css version it didnt turn out so good www.toon-workshop.net/template.php
well all the pages are like that so its going to take a long time.....but it will also require alot of css editing because i use a background tag on tables but the validator says those arent real tags (even though they work)
as much as i want to fix those errors its really hard........
I just signed up with an Ad company and they have this image that used to sit below the ads and throw off my whole layout.
So i added: style="display:inline" to it and that fixed it in IE. But it still hasnt fixed the problem in FF. There is not break tag in the code or anything.
Its in the main ad bar on the site on www.toon-workshop.net please tell me what i can do.
Im just wondering what framerate most people are comfortable using. I want to get back in to animating and dont know what framerate to start at. Its going to be an action animation.
I've tried converting it to css and it wasnt to pretty take a look: www.toon-workshop.net/template.php
lol well its not like moneys falling into my hands just yet :p but im getting dedicated servers once this site gets up and running smooth. Your buddy Tom Drake has been the one helping me.
alright. So just looking at it right now what do u think the site needs? Its not completely done theres still a few things needed to be done. But id still like to know.
Ok my bad guys i took it off. Sorry i just thought it would be better to let people know.
and jessi the pop-up is there because internet explorer 6 doesnt display transparent pixels. Alot of stuff on the site is made that way so it will look funky.
Just every once in a while the site will cut out for him and the sites not going down cuz the ftp server is still working.

