Jump to content

reportingsjr

Members
  • Posts

    1,183
  • Joined

  • Last visited

Posts posted by reportingsjr

  1. Ohh, so how would I split it up into an array? But yeah that would be alot better! So I just need how to split it into an array. Would I just do $map = explode('', $bitmap); ? I know how to pull the file.. But ok!

  2. Lite: Not very heavy, easy loading, doesn't take more than 2 seconds with a DSL modem, takes about 5 seconds with a 56K,Dynamic: Moderately heavy. About the same load time as MyBB.
    God! Thats alot of downloading time. Im going to estimate less than 1 second at least for page generation time. Right now for me (broadband) the time is between .115 and .122 seconds to create the page.I just started on a nicer layout, and there are alot more features. I am adding more to it every day! Be sure to check in.
  3. A bitmap type of thing? What do you mean?I dont have access to the php.ini file (well, its readonly). And I cant delete it. What would happen if I edited it, copied and made a new php.ini? I think I may just go with evens. Or make smaller map sizes.

  4. Well, turns out even the smallest file size is way too big :). Here is what I got:

    [Mon Dec 04 15:54:47 2006] [error] [client *.*.*.*] Allowed memory size of 8388608 bytes exhausted (tried to allocate 11796480 bytes)[Mon Dec 04 15:54:47 2006] [error] [client *.*.*.*] Premature end of script headers: php-script
    =[so.. either smaller maps, just even (probably that), Or database.
  5. Wow, you are trying wayyy too hard!

    function banned_letters($name){$pattern = "/(\!\@\#\$\%\^\&\*\(\))/is";$regex = ereg($pattern, "", $name);if($regex){  return false;}else{  return true;}

    That should work, untested though! So you may have to try it. Tell me if it doesnt work.

  6. Where do you live edward? Times zones are just sections of the world, you dont actually travel back in time, just everyone has their own clocks set differently from other people. This was created because trains in the US had some issues. Every 15 miles directly west you went the time changes by one minute, so the time when trains would get places and leave was really messing things up. So the made time zones!

  7. He'll probably keep asking until he reads this:
    And.. You were right! :), thanks.Actually, if you go to google and search images type, in human tail. Really creepy! Rea;ly really really creepy!
  8. 0.o, I knew about the "the faster you go the faster time is" from a nasa thing. They had two atomic clocks, and they put one in a plane and the other on the ground, plane flew really fast and the two clocks were different from each other (not exactly a huge difference though!). Pretty neat!

  9. Actually he did say exactly what he was doing, getting a team to create a forum. He is not paying as of now, so I guess you wont e interested. We do need several more people, and a good layout (I think chocolate is making one).

  10. Are you posting some pointless link? I looked at that forum, WOW, it looks so basic. Looks about like ours after 2 days. :), we intend to make it with loads of features and such. More features than any other forum at least!

  11. Ya, we all wish. I have never really known anything about Stephen hawking, other than he is in a wheel chair and really famous. :), maybe I should look into him X-D.

  12. So like $map[row][column]. Maybe I could make it true or false? I might make it xml. So I guess I will try and work on it today. But thats going to be a buttload of work! The first map is a 600X600 :), 3600 things to put in the array. Maybe I wil make it smaller, and do only even (you move by 2 start at 0,0 so you can go to odd numbered anyways). I think for skills I will just have it check if you are close enough, if you are then the ajax will update and you get a link over the area. Or something like that! I am going to have a little box at the bottom that is chat for a whole section of map PLUS you can see results of skills and such. Like for opening a chest you will see in italics "You open the chest and find blah blah". Or something. Thanks steve! Ill start it when I get home :).

  13. Yeah, I started and made it better. You arent going to need 10 people. Maybe 3 or 4 people. Anyways I hosted it at http://phpboard.excibius.com/forum, so thats where the live version is! Registering up, login bugged. Working on it though!! You can post and such. We need a way better layout. But going fine right now.

  14. Well, I knew almost everything up there. Except the spaghetti thing, which they cant prove. And the space and time is a funnel, also they cant prove, Ive never heard the matter spiraling creating electricity. But ok!

  15. <?phpif ($handle = opendir('.')) {while (false !== ($file = readdir($handle))) {if ($file != "." && $file != "..") {echo "<a href=\".\\$file\">$file</a>\n";}}closedir($handle);}?>

    It looks like the dot is the directory so thats what I used. That should work anyways!

  16. Single picels or what? Tahat may take a while to do single pixels! I wish I could do abstract shapes :). Good idea, I need to figure out xml parsing though. So like this:

    if(in_array($position->x,$nogo){ if(in_array($position->y,$nogo[$position->x)){	return false;	//do nothing, both x and y in $nogo }else{   return true;   //tell other if function its god to go, that area is fine! }}

    Or maybe another easier way? But $nogo would have all of the positions I need..

  17. there just haven't been any fish with legs walking around breathing air.If evolution were true wouldn't we find fossils of the "in-between" stages of species evolving? fish with legs?
    O rly? I have to disagree, there are actually 3 or 4 fish that can breathe on land and walk around. There are some fish that were imported to America fro China and they can walk around in bad conditions for quite a few hours, in good conditions they can live and walk around on dry land for up to 2 weeks at a time, no water at all. What might you call fins? They are pretty much like legs, except the are wider and allow fish to move around through water. The fish I was talking about above uses it fins to "walk", it drags its body around with them.Monkeys have only a few chromosomes different than us, I think its only one or two out of 46. Many of them look like small hairy humans and they eat the same stuff. (Some people eat bugs..) The closest looking monkey has no hair on its face... like us (except beard) and a very small stubby tail, only like 3-6 inches long.What might you have to say to that? And if humans are only 6k years old how come they have found skeletons of humans in the range of 90-100k years old?
×
×
  • Create New...