Jump to content
SubSpace Forum Network

CRe

Member
  • Posts

    1699
  • Joined

  • Last visited

Everything posted by CRe

  1. Yeh olive oil owns.
  2. I doubt this is a problem with DCME.
  3. Dude I had to use that one the other day.. It took over 12 tries.. God !@#$%^&* cat is hard to fine.
  4. CRe

    3 things

    Updated code above
  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. =( I seriously thought it was real.
  9. Thats amazing.
  10. Yeh can you also upload your original?
  11. Easy. Just email me the MySQL Info and I'll make up a script.
  12. What withdrawal can do to a guy..
  13. Injections
  14. Have fun with a flash light.
  15. Go Cerium!
  16. 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.
  17. Witnessed it. Yes, how does riistar qualify? TWDev leader doesn't really make sense.
  18. nipples
  19. See http://www.ssforum.net/index.php?showtopic=20585
  20. Outline sucks Easy and simple.
  21. lol?
  22. Interesting..
  23. Hes gonna die.
×
×
  • Create New...