Results 1 to 7 of 7

"K2 Announcement" section

This is a discussion on "K2 Announcement" section within the General Chat forums, part of the Knight Online (ko4life.com) category; i now its should be posted in k4l section, but why not ask ppl opinions here ? as far no1 ...
Page: 1


  1. #1
    Mario
    Guest

    Default

    i now its should be posted in k4l section, but why not ask ppl opinions here ? as far no1 checkin k4l, maybe just to make a request...

    ...back to topic, what u think about makin "K2 Announcement" section (or section with similiar name), only for topic with news from ko website... coz as far u noticed, when new notice appeard on http://www.knightonlineworld.com/ ppl makin at least 3+ topics in general section... in "K2 Announcement" section u will accept only 1 of this, or u will move there from general section if needed, and delete multiple topics... also a guy makin topic there could be provided a link to main info, for egzample

    topic name:
    New 1.470 Patch has been released [01.09.2007]
    in topic:
    KOL Patch 1470 has now been released! With this patch, we have removed the Christmas events and decorations from the game and set everything back to normal. We have also added 7 new items to the Power Up Store, that we think will enhance your gaming experience:

    - Scroll of Armor
    - HP Scroll
    - Tears of Karivdis
    - NP increase Item
    - Merchant’s Concentration
    - Valkyrie Helmet Certificate
    - Valkyrie Armor Certificate

    We hope that you have had a wonderful time during the Holiday Events within our Knight Online World, and we look forward to see you online!

    -The Knight Online Team

    info: http://www.knightonlineworld.com/news.php?n=1&id=122

  2. #2
    gravedigga_bg
    Guest

    Default

    miau :P

  3. #3
    Senior Member :gyrgi's Avatar
    Join Date
    Aug 2006
    Location
    Poland
    Posts
    542

    Default

    miau :P[/b]
    rofl :lol:

  4. #4
    Da Mod Father Senior Member Felix's Avatar
    Join Date
    Mar 2006
    Location
    England
    Posts
    6,003

    Default

    Actually a nice idea and I can see it being fairly easy for an Admin to do.


  5. #5
    Banned for scamming.
    Join Date
    Apr 2006
    Posts
    198

    Default

    good idea

  6. #6
    Protoss Arbiter Senior Member
    Join Date
    Mar 2006
    Location
    California
    Posts
    2,296

    Default

    Code:
    <?php
    /*
    * Script Name: "Knightonlineworld Announcement Scraper"
    * Author: Allen Chen (alias: Lutz)
    * Q.Net Productions, copyright 2007
    * Created: January 10th, 2007
    */
    $contents = file_get_contents("http://forum.knightonlineworld.com/forum_en//index.php?showforum=1");
    preg_match_all("|(.*)|U", $contents, $out, PREG_PATTERN_ORDER);
    $count = 0;
    while ($count <= count($out))
    {
    ****preg_match_all("|href=\"(.*)\"|U", $out[1][$count], $temp_url_out, PREG_PATTERN_ORDER);
    ****preg_match_all("|\">(.*)</a>|U", $out[1][$count], $temp_name_out, PREG_PATTERN_ORDER);
    ****echo "<a href=\"" . $temp_url_out[1][0] . "\">" . $temp_name_out[1][0] . "</a>
    ";
    ****echo $out[1][$count];
    }
    
    // Scripted in Q.Net Notepad version 1.0.0
    // Q.Net Notepad is [c] 2007 Q.Net Productions, Allen Chen
    ?>
    I finished it, but I don&#39;t feel like uploading it
    Someone do it for me, I&#39;m too lazy =(

  7. #7
    Banned Senior Member
    Join Date
    Mar 2006
    Location
    Kanata eh?
    Posts
    7,163

    Default

    give me the ftp to do it -_-

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •