Jump to content

reportingsjr

Members
  • Posts

    1,183
  • Joined

  • Last visited

Everything posted by reportingsjr

  1. Oh quiet! Trying it out now .EDIT: I dont have php 5.. I will have to use explode('', $map)?
  2. Ok, thank you . Getting to work now!EDIT: Oh yeah, it wouldnt be the 1st row and 10th square, it would be the tenth row and first square .
  3. reportingsjr

    Teamup!

    Well, thats what I meant. I sometimes say wrong things. But thats what I mean, its alot of time for a web page to download. Nice computer *jealous*. But we are upgrading it alot. Looks better:).
  4. So chris, you are new? Be quiet , welcome night stalker! I love to stalk in the day <3. Nah, I dont stalk..
  5. 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!
  6. reportingsjr

    Teamup!

    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.
  7. 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.
  8. Well, turns out even the smallest file size is way too big . Here is what I got: =[so.. either smaller maps, just even (probably that), Or database.
  9. 1/2 a second. :)So Steve, where are you?!? Post some cool pictures or links X-D.
  10. 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.
  11. Feck, you cant be sure (yet). So that question isnt answerable, yet.Edward, try re-reading that.
  12. 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!
  13. Yeah, that is pretty cool! Look at this movie of the sun rotating:http://pcl.physics.uwo.ca/SunEarth/SEfig/photosp.mpgThat was taken over about an 8 month period. Pretty cool .You can see the suns solar wind here:http://pcl.physics.uwo.ca/SunEarth/SEfig/mk3.mpgI guess they put that in a position where they were pretty much exactly north and had a camera with a lens that had a black disk where the sun was.
  14. reportingsjr

    OT: Humans

    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!
  15. 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!
  16. reportingsjr

    Teamup!

    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).
  17. reportingsjr

    Teamup!

    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!
  18. 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.
  19. 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 .
  20. reportingsjr

    Teamup!

    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.
  21. 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!
  22. reportingsjr

    OT: Humans

    No no no! Those are types though. Its called the snakehead fish. http://en.wikipedia.org/wiki/Snakehead_fishSo Aspnetguy, whatchu got against that? Justsomeguy. Can I call you steve?
  23. I like speedtest.net much more . Gives me better results X-D.
  24. <?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!
  25. 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..
×
×
  • Create New...