• » 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  » printview


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

    register now
    login
    Author
    Message
    webSPELL friend
    713 Posts
    14.02.2013, 21:39 email offline quote 

    V5.2 Update, 7th release:

    This patch includes numerous updates and fixes and is a critical update to those on previous versions.

    Some additional features include...
    • JGrowl notifcation for private messages and availability of free agents
    • Ability to run Database tools without Query failed / Webspell
    • User can change (I.e. enable/disable) JGrowl notification
    • Enforce user timezone/email (optional)
    • New credibility statement for ladders
    • Hall of fame per ladder
    • Sort by attributes on ladder standings
    • Delete challenges or matches
    • Email notification for ladder challenges
    • Minimum required credits to challenge or report

    Some bug fixes include...
    • Add / edit ladder in admincenter can now be used on all browsers
    • Wildcard match display fix
    • Ladder signups until end now displays on JGrowl
    • Leagues signed up not showing on JGrowl fix
    • Hide ladder signups if signups are unavailable
    • Query failed fix at groups.php
    • Query failed fix at freeagents.php
    • "After-date Report" fix
    • Confirm match highlight-score fix
    • Tournament automatically setting to signup phase fix
    • Challenge down now alters on post
    • Auto wildcard winner 3rd place fix
    • Fixes to various functions
    • Credit manipulation no longer depends on max signups for ladders
    • Invitation email fix
    • Incorrect game icon / link fixes
    • Post comment returns blank - header fix

    Some improvement changes include...
    • Now shows prizes at cup details
    • Cup navigation width increase
    • Layout changes on various templates
    • Unable to determine skill if equal or lesser than X
    • Profile /myprofile changes with buddies and quick-navigate icons
    • Profile / myprofile timezone inclusion
    • Name and gender seperate
    • Earphones and storage fields now included
    • Logout immediately removes from tchat / whoisonline
    • Challenge error return echo instead of die()
    • Delete match if both clans do not exist
    • Various template changes and improvements
    • Display standing notifications to involved parties only
    • Set the string length for: signups, jgrowl, cupmatches, upcomingmatches, latest clans at config.php
    * Full changelog available via Admincenter -> Cup Update

    Download: http://teamx1.com/index.php?site=files&file=6
    Update & Changelog: Admincenter -> Cup Update

    Enjoy lächeln
    webSPELL friend
    713 Posts
    01.01.2013, 19:06 email offline quote 

    V5.2 Update, 6th release:


    Build 5206 has an updated ticket layout with TChat integration. Added flexibility for free agents and ladder registration until end option. Now includes Steam API for Steam-community and automatic check-in option. Database update required for updating.

    Download: http://teamx1.com/index.php?site=files&file=6
    Changelog: Admincenter -> Cup Update

    Update 5204/5205 to 5206:

    1) Upload/overwrite part 1 and go to index.php?site=db_v5_2
    (superadmin access only, so login as superadmin!)

    2) Select option "Update from Build 5204/5205 to 5206"

    3) After you receive "success" message, you are safe to upload/overwrite part 2.

    Happy new year all! lächeln
    webSPELL newbie
    15 Posts
    23.10.2012, 19:35 email offline quote 

    I'm using Webspell 4.2.3a and Cup Addon V5.2 (Build 5205).
    I'm running on localhost with xampp.

    After a succesfull installation, when i go to admin -> cups i get a blank page.
    I putted debug_mode to on, but get no error / warning displayed.

    Am I just stupid? unglücklich

    Thanks for you great work dude!


    //edit
    Nevermind, after remaking the file cups.php it works...
    webSPELL newbie
    96 Posts
    03.10.2012, 08:52 email offline quote 

    karimali831 wrote:

    plae wrote:

    sc_lastclans?


    Code:
    1.
    2.
    3.
    4.
    5.
    6.
    7.
    8.
    9.
    10.
    11.
    12.
    13.
    14.
    15.
    16.
    17.
    18.
    19.
    20.
    21.
    22.
    23.
    24.
    25.
    26.
    27.
    28.
    <?php

      $clans = safe_query("SELECT * FROM ".PREFIX."cup_all_clans ORDER BY reg DESC LIMIT 0,$sc_clans");
      
      if(mysql_num_rows($clans)) {
          echo '<table width="100%">';
      
        while($ds = mysql_fetch_array($clans)) {
         
            $clanlogo = ($ds['clanlogo'] && $ds['clanlogo']!='http://' ? '<img src="'.$ds['clanlogo'].'" height="16" width="16">' : '<img src="images/avatars/noavatar.gif" height="16" width="16">');
            $clanname = '<a href="?site=clans&action=show&clanID='.$ds['ID'].'">'.$ds['name'].'</a>';
         
            echo '<tr>
                     <td>
                       '.$clanlogo.' '.$clanname.' -
                       '.date('M dS Y', $ds['reg']).'
                     </td>
                  </tr>'; 

        }

        echo '</table>';

      }
      else{
            echo 'No clans found';
      }
    ?>

    Thank you!
    webSPELL friend
    713 Posts
    02.10.2012, 10:48 email offline quote 

    plae wrote:

    sc_lastclans?


    Code:
    1.
    2.
    3.
    4.
    5.
    6.
    7.
    8.
    9.
    10.
    11.
    12.
    13.
    14.
    15.
    16.
    17.
    18.
    19.
    20.
    21.
    22.
    23.
    24.
    25.
    26.
    27.
    28.
    <?php

      $clans = safe_query("SELECT * FROM ".PREFIX."cup_all_clans ORDER BY reg DESC LIMIT 0,$sc_clans");
      
      if(mysql_num_rows($clans)) {
          echo '<table width="100%">';
      
        while($ds = mysql_fetch_array($clans)) {
         
            $clanlogo = ($ds['clanlogo'] && $ds['clanlogo']!='http://' ? '<img src="'.$ds['clanlogo'].'" height="16" width="16">' : '<img src="images/avatars/noavatar.gif" height="16" width="16">');
            $clanname = '<a href="?site=clans&action=show&clanID='.$ds['ID'].'">'.$ds['name'].'</a>';
         
            echo '<tr>
                     <td>
                       '.$clanlogo.' '.$clanname.' -
                       '.date('M dS Y', $ds['reg']).'
                     </td>
                  </tr>'; 

        }

        echo '</table>';

      }
      else{
            echo 'No clans found';
      }
    ?>
    webSPELL newbie
    96 Posts
    01.10.2012, 09:58 email offline quote 

    sc_lastclans?
    webSPELL newbie
    56 Posts
    01.10.2012, 08:52 email offline quote 

    hey i have fixed myself... thanks...

    in the brackets i can see details > upload media> there i can upload/download in jpg.file format... i wanted in rec file format were to edit that... please let me know...

    and i wish to know weather we have any upload page? were we can upload file appart from match games
    webSPELL newbie
    56 Posts
    29.09.2012, 21:14 email offline quote 

    did u got to know wat the problem with the admin center
    webSPELL newbie
    3 Posts
    29.09.2012, 00:03 email offline quote 

    karimali831 wrote:

    Prigam wrote:

    Hi I have a problem, when I do a cup in my page,I can sign up, but after when I want do "check in" cannot see the botton:S, can anyone help?


    it will only show checkin if the current time reaches start-time minus how many minutes is set in "checkin" at admin.


    mmm so, the problem is when I enter to cup(no check in),after cannot see the botton "check in" and after cannot play the tour.
    webSPELL newbie
    56 Posts
    28.09.2012, 21:14 email offline quote 

    i dont required that back-up as well since i have took few back up wat i required so u can delete everything incase
    Sort:      1 2 3 4  » printview


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

    register now
    login
  • » Support

    » Topics
    22.05.2013 - 15:28 - 2 Replies
    » Slider Links Bitte um Hil...
    Slider Links Bitte um Hilfe
    Last post: LethalTrade2013
    Board: DE - Allgemein
    22.05.2013 - 15:28
    22.05.2013 - 14:54 - 2 Replies
    » adminlogin auf allypage f...
    adminlogin auf allypage funktioniert nicht mehr. bitte um hilfe
    Last post: blackmoonstah
    Board: DE - Technischer Support
    22.05.2013 - 14:54
    22.05.2013 - 14:41 - 4 Replies
    » Content laden
    Content laden
    Last post: bazic
    Board: DE - Anfragen
    22.05.2013 - 14:41
    22.05.2013 - 09:57 - 0 Replies
    » [4SALE] eSport Design/Tem...
    [4SALE] eSport Design/Template
    Last post: LeG3nDz
    Board: EN - Offers
    22.05.2013 - 09:57
    22.05.2013 - 09:24 - 1 Replies
    » Updatefunktion?
    Updatefunktion?
    Last post: Sysix
    Board: DE - Vorschläge
    22.05.2013 - 09:24
    22.05.2013 - 00:47 - 5 Replies
    » msql datenbank transfer
    msql datenbank transfer
    Last post: pgene
    Board: DE - Technischer Support
    22.05.2013 - 00:47
    22.05.2013 - 00:03 - 9 Replies
    » Mein Forum
    Mein Forum
    Last post: Lordy4007
    Board: DE - Fragen zur Seite
    22.05.2013 - 00:03
    21.05.2013 - 22:43 - 5 Replies
    » forum anzeige erweitern
    forum anzeige erweitern
    Last post: Swordfish3000
    Board: DE - Allgemeiner Support
    21.05.2013 - 22:43
    21.05.2013 - 20:12 - 3 Replies
    » When the update?
    When the update?
    Last post: Argu
    Board: EN - General
    21.05.2013 - 20:12
    21.05.2013 - 19:43 - 9 Replies
    » login startseite
    login startseite
    Last post: Argu
    Board: DE - Technischer Support
    21.05.2013 - 19:43
    21.05.2013 - 13:18 - 7 Replies
    » [Biete] Template Designs
    [Biete] Template Designs
    Last post: Marceld
    Board: DE - Biete
    21.05.2013 - 13:18
    21.05.2013 - 05:15 - 0 Replies
    » Need Designer for Logo/Te...
    Need Designer for Logo/Template
    Last post: Kody
    Board: EN - General
    21.05.2013 - 05:15
    21.05.2013 - 05:13 - 0 Replies
    » Looking for Designers/Cod...
    Looking for Designers/Coders (paid)
    Last post: Kody
    Board: EN - Requests
    21.05.2013 - 05:13
    20.05.2013 - 21:11 - 12 Replies
    » High Quality Website
    High Quality Website
    Last post: Dansjostedt
    Board: EN - Offers
    20.05.2013 - 21:11
    20.05.2013 - 18:27 - 4 Replies
    » [S] Tester für neuen Foru...
    [S] Tester für neuen ForumMod
    Last post: Argu
    Board: DE - Anfragen
    20.05.2013 - 18:27
    20.05.2013 - 11:47 - 5 Replies
    » Suche Designer GGL:Geld
    Suche Designer GGL:Geld
    Last post: Dynamic-Webmedia
    Board: DE - Suche
    20.05.2013 - 11:47
    20.05.2013 - 00:07 - 0 Replies
    » [S] Suche Programmierer
    [S] Suche Programmierer
    Last post: phoenix762
    Board: DE - Suche
    20.05.2013 - 00:07
    18.05.2013 - 19:58 - 36 Replies
    » Exklusiv Webseite zur Mie...
    Exklusiv Webseite zur Miete
    Last post: liQweb
    Board: DE - Biete
    18.05.2013 - 19:58
    18.05.2013 - 12:21 - 1 Replies
    » Query failed
    Query failed
    Last post: LoRd
    Board: DE - Allgemeiner Support
    18.05.2013 - 12:21
    18.05.2013 - 09:36 - 3 Replies
    » benötige hilfe bei paar k...
    benötige hilfe bei paar kleinigkeiten
    Last post: immostar
    Board: DE - Technischer Support
    18.05.2013 - 09:36
    » Partners
    Bilderkiste.org Image Hosting
    k3rmit.org
    PascalMh.de


    » Blog
    28.03.2013 - derchris
    » Those damn spammers