Jump to content

Welcome to Pure Warfare - The #1 Community for Pures

Welcome to Pure Warfare - The #1 Community for Pures, like most online communities you must register to view or post in our community, but don't worry this is a simple free process that requires minimal information for you to signup. Be apart of Pure Warfare - The #1 Community for Pures by signing in or creating an account.
  • Start new topics and reply to others
  • Subscribe to topics and forums to get email updates
  • Get your own profile page and make new friends
  • Send personal messages to other members.

Karl

+Founder
  • Posts

    8162
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Karl

  1. "-SOTW 5-" Theme: Freestyle Vector Hope some good entries come through this theme, good luck! PM your entries to either Jay or myself. All entries must be in before: Friday 21st August 2009 Good luck to all those who choose to enter!
  2. We are now on a new server, enjoy.
  3. There will be downtime in around 7-8 hours, this will last approximately 30 minutes whilst we transfer over to a new server. After this we shouldn't experience any other problems as the new server will be more stable.
  4. Wow, that's so **** =\
  5. No one in Epidemic calls the shots, I call the shots and I am clanless. Enough said.
  6. Clear Cache and Cookies.
  7. Amazing job FF! You own. FIRST POST@@@@@@@@
  8. myBB isn't safe. On topic, if you want secure forums, set a good password (www.goodpassword.com), don't accept .exe files from people, don't allow HTML on the forums, and it's unlikely you'll get "hacked".
  9. Karl

    Slogan

    Think of a better one then, there was a thread and a poll.
  10. Karl

    Slogan

    It did win, and that's the one we're using atm. Just haven't had the other banners re-made yet, as I don't have the PSD's. That slogan is on the Deflection skin, however.
  11. PHP stands for PHP: Hypertext Preprocessor, it's a server side scripting language which supports many databases, the main one being MySQL. PHP is widely used as it can be used on many operating systems. PHP can start in various ways. For example: <?php?> Or: <script language="php"></script> However, I always used the first and it's recommended. Basic Syntax In order to make PHP display something, the easiest thing is the Hello World tutorial. To do this, it's quite simple. You open PHP with <?php, simple enough? Then you Echo something for the script to display echo "Hello World"; Next, closed PHP. ?> Put it all together. <?phpecho "Hello World";?> Save it as index.php, well done you've used your first syntax. In order to use PHP in dynamic web pages, you'll need to know a few basic things. You will need to include HTML for the correct formatting. To include HTML, there are two main ways. For example: <?phpecho "<b>Hello World</d>";?> That will simple make the Hello World bold. This next way is my favourite way, it's easier and you can include more: <?php echo <<<HTML<b>Hello World</b>HTML;?> The next thing you need to know is how to include files. It's easier to include the HTML in to the files, from a main file. For example, index.php could have an include from main.php, main.php will have the HTML inside of it, so that if a link changes, you only need to change the main.php rather than each file separately. To include a file you can either use this: include 'main.php'; Or: require 'main.php'; Both codes do the exact same thing, however, with an include the script will continue to run if the file is not found. With a require, the script will generate a fatal error and will fail to continue. To be continued.
  12. I've now changed it to only have one ladder, in response to feedback from the clan leaders. There's one ladder for F2P, one for P2P, you do not have to re-register as I've changed everything for you. If a high clan declares on a low clan, they will not be penalized for declining the war.
  13. Karl

    TeamSpeak

    Voice quality on TS is perfect for me
  14. He didn't flame, it was criticism, take it on the chin. However, you flamed him. I'd watch out what you post next.
  15. Karl

    arp section died

    I'll make up for it, I swear.
  16. Karl

    TeamSpeak

    We didn't get it long ago, also there was like 10 people on earlier, so smd Phillip.
  17. Karl

    arp section died

    Sorry, but it was causing ****. Anyway, spam forum is yours
  18. omggggggggggggggggggggggggg it's so huge!
  19. Karl

    Staff

    We give everyone a chance to speak, but if something is out of hand it will get closed. If the issue is resolved, it will get closed.
  20. Try reporting posts before contacting an Administrator. If nothing is done, then contact a few admins, sometimes one is busy, afk, etc. Failing that, even contact a moderator, they're on IRC quite often. As Hatton said, he stated he would deal with it. You have to be patient as people tend to have lives. On another note, Closed.
×
  • Create New...