• » webSPELL.org - Free Content Management System
  • Language switch: English German
  • login



    » lost password?   » register now
  • About webSPELL

    webSPELL is a free Content Management System which was especially developed for the needs of esport related communities. Since a short while we are also offering an optimized and enhanced webSPELL version for the special requirements of non-profit organisations. The purpose of both systems is to offer a professional and free opportunity to create and administrate your own website in an easy and optimized way.

    » Learn more about webSPELL     » Download webSPELL now!
  • Advertisement

    Follow us

  • Sort:      1 2 3 4 5  » printview
    Author
    Message
    webSPELL friend
    713 Posts
    05.07.2011, 22:35 email offline quote 

    I have lost the update features and fixes but there is a lot of them, it has update support from V5.0 and was only tested on latest webspell version.

    -> The installer/updater runs off ?site=db_v5_1
    -> To install JGrowl Instant Notification, place the following code in index.php in <body>

    Code:
    1.
    <?php isset($_GET['site']) && $_GET['site']=='sc_cupinstant' ? '' : include("sc_cupinstant.php"); ?>


    http://team-x1.co.uk/cup/images/standings.png
    http://team-x1.co.uk/cup/images/instant_notification.png

    Download V5.1 two paparts: http://team-x1.co.uk/i...php?site=files&cat=13
    webSPELL newbie
    25 Posts
    06.07.2011, 11:15 offline quote 

    Nice ;D But develop your own style and don't copy it from 4PL ;D

    WWW.PHILIP-WEBMEDIA.COM - References, Addons, Tutorials & more!
    webSPELL friend
    713 Posts
    07.07.2011, 03:52 email offline quote 

    I have noticed ladder cosmetic looks quite similar to 4PL, I have had germans work on this I don't do design part of the addon at all...
    webSPELL newbie
    12 Posts
    29.08.2011, 04:30 email offline quote 

    it says Array on the top of my tournament page...how do i remove that

    im new as well and was wondering how does the reporting results work and is there a way where it's mandatory to submit a file while reporting?

    My site is based around Starcraft 2 and would like it where members must submit their replays of their games.
    webSPELL friend
    713 Posts
    31.08.2011, 14:54 email offline quote 

    Provide link please, you can submit files before, while and after reporting.
    webSPELL newbie
    12 Posts
    02.09.2011, 04:04 email offline quote 

    karimali831 wrote:

    Provide link please, you can submit files before, while and after reporting.


    http://sc2combat.com/t...ction=details&cupID=1

    Also how do I go about adding that to my navigation. Like a tournament/ladder tab?

    also for the file submission, is there a way I can make it mandatory for players or at least the winner to submit?
    webSPELL friend
    713 Posts
    10.09.2011, 13:19 email offline quote 

    FlatLine wrote:

    karimali831 wrote:

    Provide link please, you can submit files before, while and after reporting.


    http://sc2combat.com/t...ction=details&cupID=1

    Also how do I go about adding that to my navigation. Like a tournament/ladder tab?

    also for the file submission, is there a way I can make it mandatory for players or at least the winner to submit?


    For each tournament you create there will be a title navigation.

    in what way do you want it mandatory? the confirm-er can't confirm result unless media is uploaded? (is example)
    webSPELL newbie
    12 Posts
    10.09.2011, 18:49 email offline quote 

    karimali831 wrote:

    FlatLine wrote:

    karimali831 wrote:

    Provide link please, you can submit files before, while and after reporting.


    http://sc2combat.com/t...ction=details&cupID=1

    Also how do I go about adding that to my navigation. Like a tournament/ladder tab?

    also for the file submission, is there a way I can make it mandatory for players or at least the winner to submit?


    For each tournament you create there will be a title navigation.

    in what way do you want it mandatory? the confirm-er can't confirm result unless media is uploaded? (is example)


    yes lächeln
    webSPELL friend
    713 Posts
    10.09.2011, 19:39 email offline quote 

    Okay make a function in src/func/cup.php (this is untested)

    Code:
    1.
    2.
    3.
    4.
    5.
    6.
    7.
    8.
    9.
    check_media($matchID) {
      if(mysql_num_rows(safe_query("SELECT screens FROM ".PREFIX."cup_matches WHERE matchID='$matchID'")) 
      {
          return true;
      }else
      {
          return false;
      }
    }


    and return function in if statement anywhere you like:

    if(check_media($_GET['matchID'])) {
    ==THERE IS MEDIA UPLOADED==
    }

    OR as you want it where confirm result... add it directly underneath at cupactions.php

    Code:
    1.
    }elseif(isset($_GET['action']) && $_GET['action'] == 'confirmscore'){


    and add...

    Code:
    1.
    2.
    3.
    if(!check_media($_GET['matchID'])) {
        echo 'Sorry, match media must be uploaded before confirming a result.';
    }
    webSPELL newbie
    73 Posts
    10.09.2011, 21:09 email offline quote 

    Nice work, ill update my v5.0 to the new version lächeln

    Thanks!
    Sort:      1 2 3 4 5  » printview


    To start or to reply to a topic you have to be registered and logged in!

    register now
    login
  • » Support

    » Topics
    20.06.2013 - 03:45 - 4 Replies
    » Event dates only go up to...
    Event dates only go up to 2009!
    Last post: janet1989
    Board: EN - General support
    20.06.2013 - 03:45
    20.06.2013 - 03:44 - 1 Replies
    » Biete Webprogrammierung /...
    Biete Webprogrammierung / Anpassungen etc. an
    Last post: janet1989
    Board: DE - Suche
    20.06.2013 - 03:44
    20.06.2013 - 03:42 - 5 Replies
    » Origin
    Origin
    Last post: janet1989
    Board: EN - Requests
    20.06.2013 - 03:42
    20.06.2013 - 03:42 - 3 Replies
    » After getting permissions...
    After getting permissions right I can't install
    Last post: janet1989
    Board: EN - General support
    20.06.2013 - 03:42
    20.06.2013 - 01:59 - 0 Replies
    » [4SALE] EXCLUSIVE WEBSITE
    [4SALE] EXCLUSIVE WEBSITE
    Last post: hornyst
    Board: EN - Offers
    20.06.2013 - 01:59
    20.06.2013 - 01:58 - 5 Replies
    » PHP Code wird als Text au...
    PHP Code wird als Text ausgegeben
    Last post: janfolio
    Board: DE - Allgemeiner Support
    20.06.2013 - 01:58
    19.06.2013 - 19:22 - 5 Replies
    » Bewertungs-CMS gesucht!
    Bewertungs-CMS gesucht!
    Last post: Schalla
    Board: DE - Suche
    19.06.2013 - 19:22
    19.06.2013 - 02:59 - 10 Replies
    » [SELL] Gaming Website - E...
    [SELL] Gaming Website - EXCLUSIVE WEBSITE
    Last post: hornyst
    Board: EN - Offers
    19.06.2013 - 02:59
    18.06.2013 - 23:10 - 1 Replies
    » [S] Aufträge Web- und Pri...
    [S] Aufträge Web- und Printdesign
    Last post: neiD-
    Board: DE - Suche
    18.06.2013 - 23:10
    18.06.2013 - 12:30 - 9 Replies
    » Querry Failed Error no 10...
    Querry Failed Error no 1054
    Last post: LoRd
    Board: EN - Technical support
    18.06.2013 - 12:30
    18.06.2013 - 09:43 - 13 Replies
    » webSPELL Bootstrap (respo...
    webSPELL Bootstrap (responsible)
    Last post: sKy-e.belst
    Board: EN - General
    18.06.2013 - 09:43
    18.06.2013 - 01:11 - 1 Replies
    » how can i transform back ...
    how can i transform back to old my website ?
    Last post: Schalla
    Board: EN - Technical support
    18.06.2013 - 01:11
    17.06.2013 - 20:50 - 3 Replies
    » Suche Coder !
    Suche Coder !
    Last post: naki
    Board: DE - Suche
    17.06.2013 - 20:50
    17.06.2013 - 12:48 - 0 Replies
    » [4SALE] Custom team websi...
    [4SALE] Custom team website
    Last post: element-
    Board: EN - Offers
    17.06.2013 - 12:48
    16.06.2013 - 21:21 - 3 Replies
    » update webspell problem
    update webspell problem
    Last post: RUSSHEL
    Board: EN - General support
    16.06.2013 - 21:21
    16.06.2013 - 20:42 - 0 Replies
    » "Make sure you have cooki...
    "Make sure you have cookies enabled" During Login
    Last post: Sasquatch
    Board: EN - General support
    16.06.2013 - 20:42
    16.06.2013 - 16:22 - 8 Replies
    » Farbe von "Dein Profil wu...
    Farbe von "Dein Profil wurde aktualisiert. Du wirst weitergeleitet" ändern!
    Last post: Cali-go
    Board: DE - Allgemeiner Support
    16.06.2013 - 16:22
    16.06.2013 - 16:19 - 2 Replies
    » Sehr erfahrener Programmi...
    Sehr erfahrener Programmierer gesucht (Community,Clanpage)
    Last post: StufF
    Board: DE - Suche
    16.06.2013 - 16:19
    15.06.2013 - 22:39 - 0 Replies
    » portfolio/agency for sale
    portfolio/agency for sale
    Last post: Thoomii
    Board: DE - Biete
    15.06.2013 - 22:39
    15.06.2013 - 16:39 - 2 Replies
    » [4SALE] eSport Design/Tem...
    [4SALE] eSport Design/Template
    Last post: LeG3nDz
    Board: EN - Offers
    15.06.2013 - 16:39
    » Partners
    Bilderkiste.org Image Hosting
    k3rmit.org
    PascalMh.de


    » Blog
    28.03.2013 - derchris
    » Those damn spammers