Search results

  1. callumacrae

    Stopping bots

    Basically, I am building a site that is very similar to lockerz - we post a thread in the forums, then the first ten or so people to reply get $10. One thing that concens me is that people can set up bots to post for them and we won't know about it. Obviously we do not want that. How would I...
  2. callumacrae

    Vim

    Does anyone here actually use Vim? I'm learning to use it at the moment, and I'm struggling a bit, but it definitely looks like it's going to be worth it. ~Callum
  3. callumacrae

    Help with OOP and globals

    cp.php: <?php error_reporting(E_ALL); ini_set("display_errors", 1); function callback($buffer) { global $page; if ($page->error) { $code = $page->header("Error"); $code .= $page->error; $code .= $page->footer(); return $code; } else return $buffer; }...
  4. callumacrae

    phpBB Mobile

    People ask me about this quite a lot so I thought I'd post it in a thread... I've just completed my first MOD for phpBB, phpBB Mobile. It allows phpBB to check the user agent of the person visiting the site, and display a different style if the user agent is, say, "iPhone". Currently there...
  5. callumacrae

    phpbbmobile.co.cc

    Hi, If anyone could have a look at my site then I would be really grateful :D http://phpbbmobile.co.cc/ ~Callum
  6. callumacrae

    I can't think of a name

    I need a name for my website, but can't think of anything. http://callum.x10hosting.com/ Basically it's a site for my MODs. If you can think of anything, thanks! :D ~Callum EDIT: Oops, wrong forum :/
  7. callumacrae

    Help with PHP - preg_replace()

    Hi, I'm trying to get my script to work. What I'm doing at the moment is I have a file (header.html): <html> <body> <title>%BOARD_NAME% &bull; %PAGE_TITLE%</title> </head> <body> <table border="1px" width="100%"> <tr> <td> <h1>%BOARD_NAME%</h1> <p>%BOARD_DESC%</p> <p><a...
  8. callumacrae

    MW2 free for a weekend

    I've never played games much, but this might get me gaming, I've always wanted CoD. http://store.steampowered.com/news/3674/ ~Callum
  9. callumacrae

    Google translate for animals!

    http://www.youtube.com/watch?v=3I24bSteJpw Impressive stuff, now if only it were true XD ~Callum
  10. callumacrae

    My first ever template :)

    I've just finished my first ever template: http://paperhub.x10hosting.com/siteone/notabs/ I personally am not very happy with it, but the people I have showed it to before have said it's okay. So what do you think? Feel free to be harsh :D ~Callum
  11. callumacrae

    Please spam my forum :D

    Hi, I've made a test board that I need some posts in, so if you fancy giving me a hand then please go here: http://paperhub.x10hosting.com/phpBB3/index.php and SPAM. Thanks :D ~Callum
  12. callumacrae

    Your uptime!

    Evening. What is your uptime? We could make a competition out of this :D On UNIX type "uptime", I don't know how to do it on Windoze. My uptime: ~Callum EDIT: To check uptime in Windoze:
  13. callumacrae

    Help with an app idea

    I want to make an app (for either iPhone or Mac OS X) using either Cocoa or Objective C or something (no, I know nothing about programming in Mac OS X), but I can't really think of anything. I was thinking maybe a widget or a web app to start with (because they use HTML + javascript with only...
  14. callumacrae

    [1000 credits] Banner for my website

    As I am changing the name of my website I think a new banner is in order. Currently is it at: http://paperhub.x10hosting.com/ although I prefer the one in /forum/ I would like it in a similar style and same colours, but I want it to say "Procrastigens". I'm running this in a competition...
  15. callumacrae

    Excessive data usage pay to disable?

    Hi, Would it be possible for you to introduce an addon so that we can pay and we won't get suspended when we use too much cpu? I really don't want to have to update PhpBB manually :laugh: ~Callum
  16. callumacrae

    SQL injection?

    Hi, http://paperhub.x10hosting.com/links.php I have been told that it would be quite easy to do an SQL injection on this page. Does anyone know if this is true, and if it is how would I fix it? ~Callum
  17. callumacrae

    Javascript/DHTML help

    Helloo, I'm working on a script ( http://paperhub.x10hosting.com/sigbar ) but I am having trouble with some DHTML. The code so far: <p><a class="colour" id="black" onMouseOver="createcolour('black')" style="font-weight:bold" onclick="bold('black')">Black</a> <a class="colour" id="red"...
  18. callumacrae

    Suspended while updating PhpBB

    I just got suspended while trying to update PhpBB. How am I meant to update if I get suspended when I try to? ~Callum
  19. callumacrae

    Account Panel random box

    Just a suggestion: In the ad free accounts there is a blank box at the bottom of the account options. I'm assuming this isn't blank on the accounts with ads? Would it be better to hide the whole box instead of hiding just the text? ~Callum
  20. callumacrae

    Account Addons

    Hi, Back when I used x10 I had the "Double Everything" upgrade, and I'm wondering if I could get it back? I had my account cancelled when I left. I'm not expecting the answer to be yes, but there's no harm in asking. ~Callum
Top