Jump to content
SSForum.net is back!

CRe

★ VIP
  • Posts

    1699
  • Joined

  • Last visited

Everything posted by CRe

  1. Dude I had to use that one the other day.. It took over 12 tries.. God !@#$%^&* cat is hard to fine.
  2. Even more noob

    |

    v

  3. CRe

    3 things

    Updated code above
  4. CRe

    Pathetic

    |

    v

  5. CRe

    3 things

    First thing: I agree that we should add this extention. Second thing: I made a quick script to do this. It works like so: <resize>http://example.com/exampleimage.png|10px|90px</resize> http://example.com/exampleimage.png = Image Location 10px = width 90px = height For an admin who could install this just add this line to LocalSettings.php: require_once("$IP/extensions/Resize.php"); And save this following code as Resize.php and upload it to the extentions directory. <?php $wgExtensionFunctions[] = 'wfImageResizeSetup'; function wfImageResizeSetup() { global $wgParser; $wgParser->setHook("resize", "wfResizeImage"); } function wfResizeImage($input, $args, &$parser) { $input = explode("|", $input); $input[0] = htmlen!@#$%^&*ies($input[0]); $input[1] = htmlen!@#$%^&*ies($input[1]); $input[2] = htmlen!@#$%^&*ies($input[2]); $tag = "<a href='".$input[0]."'><img src='".$input[0]."' width='".$input[1]."' height='".$input[2]."' /></a>"; return $tag; } ?> I tested this code and it worked fine. It will only work with the wiki. 3rd thing I agree with aswell.
  6. CRe

    Word Association

    sexual
  7. CRe

    Word Association

    woman
  8. CRe

    Cant handle lines

    |

    |

    v

  9. =( I seriously thought it was real.
  10. Thats amazing.
  11. Yeh can you also upload your original?
  12. Easy. Just email me the MySQL Info and I'll make up a script.
  13. What withdrawal can do to a guy..
  14. Injections
  15. Have fun with a flash light.
  16. Go Cerium!
  17. Each climbed for a purpose. The first one climbed for Global Warming and the second one climbed for Malaria. I thought it was a pretty good way to gain attention. See: http://video.on.nytimes.com/?fr_story=f2b2...931763e671fbe77 Only shows first guy.
  18. Witnessed it. Yes, how does riistar qualify? TWDev leader doesn't really make sense.
  19. nipples
  20. CRe

    Losers

    |

    |

    \_/

×
×
  • Create New...