hey guys
Does anyone have any recommendations for the best resources for learning Flash and ActionScript? (Or conversely, anything to avoid a la w3schools for HTML.)
the builtin help is good
you should try it
thanks
sending urls with & in them to the UA is not part of the spec is it? the & is supposed to be collapsed to & before it gets sent to the server correct?
correct. URLs are governed by HTTP and URI specs not HTML. and & is a HTML escape
thought so
Hello everyone
I have a frame question. I have a frameset with two frames in it, one left one right. Is it possible to use one scrollbar to controll both frames? If so where would I find information on doing so?
no, it isn’t really possible. You’d be better off avoiding frames actually.
I was thinking about some javascript onscroll event then a frame call to framename.scrollTo(x,y) just not sure exactly what I am doing, still learning all this as I go.
anyone know where i can find a guide which will show me how to set up a page, where the person types in how much money they have to pay me and then click submit to send the mony to my […]
A_Jelly_Donut!!!!!
=P hi thanks for the help yesterday
Hello
Hi
Hi all, I’m curious how i can de-activate user registration (2.0.22)
http://www.phpbbhacks.com/searchresults.php?query=disable+registration&search_type=1
you can add an * to the disallowed names list which will prevent anyone else signing up, or the proper way would to install a mod such as registration stopper
hey
http://www.phpbb.com/community/viewtopic.php?f=15&t=313879
Thanks i think i’ll do the * method, mods scare me :p
I get some Error when I upload a image ?
move_uploaded_file(./images/avatars/137044390546efcaebe15f2.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in /usr/home/web/wse214717/includes/usercp_avatar.php on line 288
move_uploaded_file() [function.move-uploaded-file]: Unable to move ‘/var/tmp/php6vja6b’ to ‘./images/avatars/137044390546efcaebe15f2.jpg’ in /usr/home/web/wse214717/includes/usercp_avatar.php on line 288
Cannot modify header information - headers already sent by (output started at /usr/home/web/wse214717/includes/usercp_avatar.php:288) in /usr/home/web/wse214717/includes/page_header.php on line 483
Cannot modify header information - headers already sent by (output started at /usr/home/web/wse214717/includes/usercp_avatar.php:288) in /usr/home/web/wse214717/includes/page_header.php on line 485
Cannot modify header information - headers already sent by (output started at /usr/home/web/wse214717/includes/usercp_avatar.php:288) in /usr/home/web/wse214717/includes/page_header.php on line 486
installing mods from phpBB hacks is not advised as their mods are not validated by phpBB.coms mod team
Ye^: chmod the avatar directory to 777
Ye^: you’ve fogot to CHMOD the folder images/avatar/
hmpf…too slow
and how do I do that ?
Ye^: http://www.phpbb.com/kb/article/chmod-permissions/
Ok.
karlsemple wouldnt adding a * to the disallow names list ban everyone currently registed?
just one question
on what should I do […]