• » 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 6  » printview
    Author
    Message
    webSPELL newbie
    1 Posts
    20.07.2010, 22:52 email offline quote 

    drawbacK wrote:

    Hi, this works but a couple issues. When the users are registered, they don't show up under the statistics, ie) it won't add to the "total number of users registered"


    Any update on the login sync or the issue in the above quote?

    Edit: I found a manual fix for the "total number of users registered". If you have PHPBB3.0.7PL1 just login to admin and run Resynchronise statistics. That will update it right for now, till derchris and code a real fix. lächeln

    Edit2: Just found a new issue when you go to delete members if you remove there main site account it will not remove them from the forums member table. The member table for phpbb3.0.7 is phpbb_users. All that is needed is to code a SQL statement to remove the wanted user name from this table.
    webSPELL newbie
    2 Posts
    21.07.2010, 16:40 email offline quote 

    Using latest MyBB release, or rather testing it.

    Got this when I tried registering:

    # Query failed: errorno=1062
    # error=Duplicate entry '1279666800' for key 1
    # query=INSERT INTO `mybb_stats` ( `dateline`, `numusers`, `numthreads`, `numposts` ) VALUES ('1279666800', '4', '2', '4')


    Edit: It creates a new account in the forum and on webspell, just reports back with an error though.
    webSPELL newbie
    27 Posts
    23.07.2010, 03:30 offline quote 

    Also waiting for the sync, I hope to have Webspell & SMF integration.

    Keep up the good work... if you manage to complete it I'll give you a drink zwinkern
    webSPELL newbie
    89 Posts
    25.07.2010, 03:03 email offline quote 

    Jonster wrote:

    Using latest MyBB release, or rather testing it.

    Got this when I tried registering:

    # Query failed: errorno=1062
    # error=Duplicate entry '1279666800' for key 1
    # query=INSERT INTO `mybb_stats` ( `dateline`, `numusers`, `numthreads`, `numposts` ) VALUES ('1279666800', '4', '2', '4')


    Edit: It creates a new account in the forum and on webspell, just reports back with an error though.


    mybb is a great forum.
    webSPELL newbie
    2 Posts
    29.10.2010, 15:26 email offline quote 

    When users register on the site and the it registers them forums, the user can't access the forum with the user name and password " says does not exsit" Also when I try to give the permission it says user name don't exsit?
    Can anyone help? Is there something I'm doing or not doing? Please help users are getting frustrated.
    webSPELL newbie
    1 Posts
    22.11.2010, 01:06 email offline quote 

    so does this add-on actually call your forum to take the place of the default one ? like my forum will load in the content area of where the default forum is now? if so is there a more specific way this has to be installed because i installed the forum bridge and did the setup with mybb database info i update the settings and nothing has changed it still looks the same as it did before and did not add the mybb forum in its place unglücklich does the mybb forum install itself have to be inside the webspell root folder or is it okay sitting on my root server ? other than that i follow the instructions to the letter and even hand typed and checked the data base info 3 times so i know its entered correctly. thank you in advance for any help lächeln
    webSPELL friend
    713 Posts
    06.02.2011, 03:14 email offline quote 

    very nice but I want to adapt this to include...

    1) Register on phpBB aswell as webspell (done)
    2) Replace phpBB users with only WebSPELL users.
    3) Keep phpBB users and add WebSPELL users.
    4) Session synchronization for login and logout

    update soon if that's ok to enhance your addon?
    webSPELL newbie
    79 Posts
    13.02.2011, 11:03 offline quote 

    its working great but there is some problems with it.
    first if of it does add you to phpbb too but it doesnt show on latest member that you have joined.
    and syncing the current users can be great amüsiert
    webSPELL newbie
    4 Posts
    10.03.2011, 09:41 email offline quote 

    i made (copy) some code for changing password in bow system just add this
    Code:
    1.
    2.
    3.
    4.
    5.
    6.
    7.
    8.
    9.
    10.
    11.
    12.
    13.
    14.
    15.
    16.
    17.
    18.
    19.
    20.
    21.
    22.
    23.
    //forum bridge
             $result = safe_query("SELECT * FROM `".PREFIX."forum`");
                   $ds=mysql_fetch_array($result);
                   $forum = $ds['forum'];
                   $forum_prefix = $ds['prefix'];
                   define(PREFIX_FORUM, $forum_prefix);
                   define(FORUMREG_DEBUG, 0);
                   if ($ds['enabled'] == '1') {
                        $con = mysql_connect($ds['host'], $ds['user'], $ds['password']) or system_error('ERROR: Can not connect to MySQL-Server');
                        $condb = mysql_select_db($ds['db'], $con) or system_error('ERROR: Can not connect to database "'.$ds['db'].'"');
                     include '_phpbb_func.php';
                        $phpbbpass = phpbb_hash($pwd1);
                                  
                                  safe_query("UPDATE `".PREFIX_FORUM."users` SET `user_password`='$phpbbpass', `user_pass_convert`='0' WHERE `username`='$username'");
                                  if (FORUMREG_DEBUG == '1') {
                                       echo "<p><b>-- DEBUG -- : User added: ".mysql_affected_rows($con)."<br />";
                                        echo "<br />-- DEBUG -- : Query used: ".end($_mysql_querys)."</b></p><br />";
                                   }
                    mysql_close($con);
            include '_mysql.php';
            mysql_connect($host, $user, $pwd) or system_error('ERROR: Can not connect to MySQL-Server');
                        mysql_select_db($db) or system_error('ERROR: Can not connect to database "'.$db.'"');
                        }

    to 299 line in myprofile.php (you can do similary email.


    also there is addon for phpbb to add users from another database with their password
    webSPELL newbie
    99 Posts
    15.03.2011, 08:38 email offline quote 

    Could somebody re-upload this?
    Sort:      «  1 2 3 4 5 6  » printview


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

    register now
    login
  • » Support

    » Topics
    18.05.2013 - 14:40 - 35 Replies
    » Exklusiv Webseite zur Mie...
    Exklusiv Webseite zur Miete
    Last post: Maidzen
    Board: DE - Biete
    18.05.2013 - 14:40
    18.05.2013 - 14:00 - 0 Replies
    » [S] Tester für neuen Foru...
    [S] Tester für neuen ForumMod
    Last post: Argu
    Board: DE - Anfragen
    18.05.2013 - 14:00
    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
    18.05.2013 - 03:33 - 4 Replies
    » [SELL] Gaming Website
    [SELL] Gaming Website
    Last post: hornyst
    Board: EN - Offers
    18.05.2013 - 03:33
    18.05.2013 - 00:32 - 6 Replies
    » Hide BBCODE Echo
    Hide BBCODE Echo
    Last post: dado2106
    Board: EN - Technical support
    18.05.2013 - 00:32
    17.05.2013 - 21:42 - 0 Replies
    » website help
    website help
    Last post: envy0024
    Board: EN - Technical support
    17.05.2013 - 21:42
    17.05.2013 - 21:03 - 1 Replies
    » Need Coder!
    Need Coder!
    Last post: iG.ShAdOw
    Board: EN - Requests
    17.05.2013 - 21:03
    17.05.2013 - 20:44 - 9 Replies
    » Query failed!
    Query failed!
    Last post: LoRd
    Board: DE - Allgemeiner Support
    17.05.2013 - 20:44
    17.05.2013 - 18:08 - 0 Replies
    » [4 SALE] Layouts (Gaming,...
    [4 SALE] Layouts (Gaming, Portfolio and more)
    Last post: Freestyler92
    Board: EN - Offers
    17.05.2013 - 18:08
    17.05.2013 - 18:06 - 0 Replies
    » Design Ausverkauf - alles...
    Design Ausverkauf - alles unter 70€
    Last post: Freestyler92
    Board: DE - Biete
    17.05.2013 - 18:06
    17.05.2013 - 10:56 - 6 Replies
    » [Biete] Template Designs
    [Biete] Template Designs
    Last post: Marceld
    Board: DE - Biete
    17.05.2013 - 10:56
    17.05.2013 - 10:41 - 7 Replies
    » register captcha
    register captcha
    Last post: nappel.ger
    Board: DE - Allgemeiner Support
    17.05.2013 - 10:41
    17.05.2013 - 09:56 - 3 Replies
    » Suche Designer GGL:Geld
    Suche Designer GGL:Geld
    Last post: Freestyler92
    Board: DE - Suche
    17.05.2013 - 09:56
    17.05.2013 - 00:13 - 0 Replies
    » News
    News
    Last post: dado2106
    Board: EN - Modifications
    17.05.2013 - 00:13
    16.05.2013 - 15:04 - 2 Replies
    » [V] mehrere Webspell Temp...
    [V] mehrere Webspell Templates und Designs
    Last post: Dynamic-Webmedia
    Board: DE - Biete
    16.05.2013 - 15:04
    16.05.2013 - 13:09 - 2 Replies
    » Content laden
    Content laden
    Last post: Helgon
    Board: DE - Anfragen
    16.05.2013 - 13:09
    16.05.2013 - 13:07 - 18 Replies
    » [B] Web, Print und Logode...
    [B] Web, Print und Logodesign
    Last post: Helgon
    Board: DE - Suche
    16.05.2013 - 13:07
    15.05.2013 - 22:50 - 2 Replies
    » Query failed: errorno=105...
    Query failed: errorno=1054
    Last post: Tw0Player
    Board: DE - Technischer Support
    15.05.2013 - 22:50
    15.05.2013 - 18:59 - 5 Replies
    » [S] Team/Clan Logos (Upda...
    [S] Team/Clan Logos (Update: 2 new Logos)
    Last post: neiD-
    Board: EN - Offers
    15.05.2013 - 18:59
    » Partners
    Bilderkiste.org Image Hosting
    k3rmit.org
    PascalMh.de


    » Blog
    28.03.2013 - derchris
    » Those damn spammers