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

    8101
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Karl

  1. 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.
  2. 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.
  3. Karl

    TeamSpeak

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

    arp section died

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

    TeamSpeak

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

    arp section died

    Sorry, but it was causing ****. Anyway, spam forum is yours
  8. omggggggggggggggggggggggggg it's so huge!
  9. 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.
  10. 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.
  11. I agree. Hell no, misleading links aren't allowed. Staff can close the thread if they feel it's gone out of hand, flaming, racism, etc. Define ridiculing, it could just be ones personal opinion. No, I only know one language, which is English. The moderators would have a hard time translating what you say and it could be breaking the rules.
  12. Give people the ability to delete their own posts/topics. No. Give people the ability to lock (not unlock) their own topics. No. Give people the ability to not let someone post on their topic. No. Disable (or decrease) the flood control under the "spam" section. No. Make misleading links against the forum rules. Maybe.
  13. You just cause problems for yourself, I personally think you like the attention.
  14. First sig in a long time. Probably change it later.
  15. I might join in on this one :)
  16. Is there any reason why MM won't get involved?
  17. Online is indicated by this: Offline is: That was dealt with.
×
  • Create New...