Search results

  1. C

    PHP Coding Game

    <?php ob_start(); function wjunction ($game, $litewarez) { define('DISABLE_GAME', true); if ($litewarez > 1) { die(); } else { echo "Mr. Happy and DeLeTeD random coding game since no one else has entered"...
  2. C

    PHP Coding Game

    <?php function wjunction ($game, $litewarez) { define('DISABLE_GAME', true); if ($litewarez > 1) { die(); } else { echo "Mr. Happy and DeLeTeD random coding game since no one else has entered"; $game = preg_match_all('#[\w+]#i', $game, $match)...
  3. C

    Trying to code my own template engine.

    Maybe, because he doesn't want to ;)
  4. C

    Trying to code my own template engine.

    You'd have to check if the file exists, if you wanted to do that possibly?
  5. C

    Trying to code my own template engine.

    What about: <?php str_replace('{header}', "<?php include('header.tpl'); ?>", $file_contents); // Or this ;) preg_replace('\{header}\\', "<?php include('header.tpl'); ?>", $file_contents);
  6. C

    Install my Blog

    If you want I can do it ;)
  7. C

    Whats Your Homepage?

    I don't have a homepage on Google Chrome, just the default top 8 used sites which are: Google, Warez-BB, phpBB, Securelist, Blog, Manga Stream, Fox, Command & Conquer :P
  8. C

    Auto Link Checker Bot

    Yes, on Warez-BB ;)
  9. C

    Need help placing buttons

    You don't need to if you just do what I said above ;)
  10. C

    Need help placing buttons

    Or you can turn on the setting in: ACP -> Load Settings -> Recompile stale style components -> Yes This means you won't have to refresh every time you modify the template files ;)
  11. C

    Need help placing buttons

    OPEN: styles/STYLENAME/template/overall_header.html FIND: <a name="start_here"></a> BEFORE ADD: The HTML for the katz button ;)
  12. C

    Post your YouTube Accounts :)

    How the heck did you get that? |0| You have no videos with 76K channel views :O
  13. C

    2 error

    Did you upload all the files inside the root folder in the MOD's RAR/ZIP?
  14. C

    2 error

    That won't fix it permanently ;) As soon as you purge the cache it will unfix itself, check on the styles/SoftWood/posting_poll_body.html, please post that and I'll give you the fix ;)
  15. C

    2 error

    Do you still have the same error after purging the cache?
  16. C

    2 error

    Try purging the cache ;)
  17. C

    How to make codded link clickable

    That won't work, phpBB does not parse anything inside code BBCodes unless it is direct HTML :P Which is what mine does ;) There is another way, modifying the php code ;) Here's :P OPEN: includes/message_parser.php FIND: return '[code:' . $this->bbcode_uid . ']' ...
  18. C

    The new MirrorMaker

    Nice work, and great job on it, and you added POST and GET good :D
  19. C

    Database Class

    PDO has multiple DB types built in, and it has automatic protection from SQL injection, also, not that advanced ;)
  20. C

    Selling Rapids for Rapidshare

    Sorry, someone has already bought it ;)
Back
Top