Results 1 to 8 of 8

Thread: Vbulletin

  1. #1
    Icehawk
    Guest

    Default Vbulletin

    I would like to know how I enable the aedating forum button to go to our vbulletin board.

    Second can the user logins for both packages been combined ie a member in one is recognised in the other

  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Hi,

    Well - there is a module in v3.3 (0), but I have not tried it.... in theory, the module should provide the functions you desire.

    However, I would assume it needs some tweaking to be really useful. Actually, I just looked at the module - and it looks like it does not import photos, or other information.

    Plus, I would also assume that vbulletin needs some code changes so that it works with aeDating more, instead of being a stand alone application....

    I don't have a registered copy of vbulletin, so I have not had a chance to try any of this.

    If someone wants to provide me with their copy - it is something I would be willing to look at.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  3. #3
    Icehawk
    Guest

    Default Vbulletin integration

    Thank you

    Which module are you referring to in aedating so I can look?

    We clearly have Vbulletin and we could let you see that I will look for the relevant modules in it.

    A first step would be to redirect the current aedating menu button to the forum index were is that href stored?

  4. #4
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    This is the one that comes with aeDating v3.3 - I think it was in v3.2 also, but I can't remember.

    It is in your /modules directory....

    or here:

    If you look at it, you will see much information is NOT being made available to the BBS... like photo, location, headline, and stuff like that.

    Code:
    INSERT INTO `Modules` VALUES (5, 'vbull', 'global $mods;\r\n\r\n# wide attributes\r\n\r\n# vbull specific attributes\r\n\r\n$mods[\'vbull\'][\'db_host\'] = \'localhost\';\r\n\r\n\r\n$mods[\'vbull\'][\'db_name\'] = \'vbulletin\';\r\n$mods[\'vbull\'][\'db_user\'] = \'root\';\r\n$mods[\'vbull\'][\'db_pwd\'] = \'\';\r\n\r\n', 'global $mods;\r\n\r\nif (chdir("/var/www/vitka/forum"))\r\nexec("/usr/local/bin/php -q vbregister.php $NickName $Password $Email");\r\n\r\n', 'global $mods;\r\n\r\n$my = mysql_connect ($mods[\'vbull\'][\'db_host\'], $mods[\'vbull\'][\'db_user\'], $mods[\'vbull\'][\'db_pwd\'] );\r\nif (!$my) modules_err("vbull_del connect error\\n\\n".mysql_error($my));\r\n\r\nmysql_select_db ($mods[\'vbull\'][\'db_name\'], $my)  or modules_err("vbull_del\\n\\n".mysql_error($my));\r\n\r\n$vb_id = mysql_query("SELECT userid FROM user WHERE\r\n`username` = \'$NickName\'", $my)  or modules_err("vbull_del\\n\\n".mysql_error($my));\r\n\r\nmysql_query("DELETE FROM user WHERE\r\n`userid` = \'$vb_id\'", $my)  or modules_err("vbull_del\\n\\n".mysql_error($my));\r\nmysql_query("DELETE FROM usertextfield WHERE\r\n`userid` = \'$vb_id\'", $my)  or modules_err("vbull_del\\n\\n".mysql_error($my));\r\nmysql_query("DELETE FROM userfield WHERE\r\n`userid` = \'$vb_id\'", $my)  or modules_err("vbull_del\\n\\n".mysql_error($my));\r\nmysql_query("DELETE FROM passwordhistory WHERE\r\n`userid` = \'$vb_id\'", $my)  or modules_err("vbull_del\\n\\n".mysql_error($my));\r\n\r\nmysql_close($my);', 'global $mods;\r\n\r\n$my = mysql_connect ($mods[\'vbull\'][\'db_host\'], $mods[\'vbull\'][\'db_user\'], $mods[\'vbull\'][\'db_pwd\'] );\r\nif (!$my) modules_err("vbull_upd connect error\\n\\n".mysql_error());\r\n\r\nmysql_select_db ($mods[\'vbull\'][\'db_name\'], $my)  or modules_err("vbull_upd\\n\\n".mysql_error($my));\r\n\r\n$salt = \'\';\r\nfor ($i = 0; $i < 3; $i++)\r\n{\r\n  $salt .= addslashes(chr(rand(32, 126)));\r\n}\r\n$timenow = time();\r\n$pass = addslashes(md5(md5(\'$Password\') . $salt));\r\n\r\n$sql="\r\nUPDATE user SET\r\n`username` = \'$NickName\',\r\n`user_email` = \'$Email\',\r\n`user_password` = MD5(\'$Password\')\r\nWHERE\r\n`userid`= $max_id,\r\n`username` = \'$NickName\',\r\n`salt` = \'$salt\',\r\n`password` = \'$pass\',\r\n`passworddate` = $timenow,\r\n`email` = \'$Email\',\r\n`parentemail` = \'\',             					\r\n`showvbcode` = 1,              \r\n`usertitle` = \'Junior Member\',\r\n`joindate` = $timenow,       \r\n`daysprune` = 0,              \r\n`lastvisit` = $timenow,       \r\n`lastactivity` = $timenow,       \r\n`usergroupid` = 2,              \r\n`timezoneoffset` = \'0\',            \r\n`options` = 3415,           \r\n`maxposts` = -1,             \r\n`threadedmode` = 0,              \r\n`startofweek` = 1,              \r\n`ipaddress` = \'127.0.0.1\',    \r\n`pmpopup` = 0,              \r\n`referrerid` = 0,              \r\n`reputationlevelid` = 5,              \r\n`reputation` =  10,             \r\n`autosubscribe` = -1,             \r\n`birthday` = \'\',             \r\n`birthday_search` = \'0000-00-00\'";\r\n\r\nmysql_query($sql, $my)  or modules_err("vbull_upd\\n\\n$sql\\n\\n".mysql_error($my));\r\n\r\nmysql_close($my);', '', 'reg', '', 'forum');
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  5. #5
    Nachtstern
    Guest

    Default

    aedating have not good vbull-modul... are very awful...

    have anyone vbull-modul that work fine with v4.001?

    and how can migrate from phpbb to vbull?

    many thanks guys for any ideas

    greetz

  6. #6
    Icehawk
    Guest

    Red face AEDating and Vbulletin integration

    Still not got this resolved

    We would like any member of the vb forum when logged in to be automatically logged in to the dating area (aedating)??

    The aedating module Vbull

    global $mods;

    # wide attributes

    # vbull specific attributes

    $mods['vbull']['db_host'] = 'localhost';


    $mods['vbull']['db_name'] = 'vbulletin';
    $mods['vbull']['db_user'] = 'root';
    $mods['vbull']['db_pwd'] = '';

    appears to do nothing


    Any thoughts
    Last edited by Icehawk; 09-17-2005 at 08:32 AM.

  7. #7
    Icehawk
    Guest

    Red face

    Smoge, we would appreciate a little more assistance in integrating aedating with our forum (vb) if you can.

    thanks

  8. #8
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Hi,

    I will be checking this module under the CLEAN project... when I do this - I will post some information here also.

    Or, if you have not already done so, you can consider joining CLEAN.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. 6.1.4 + vBulletin 3.8
    By silverado350 in forum BBS / Forum Applications (non-Orca)
    Replies: 0
    Last Post: 04-23-2009, 09:46 AM
  2. For vBulletin Integration
    By rezilient in forum BBS / Forum Applications (non-Orca)
    Replies: 10
    Last Post: 01-06-2009, 08:32 AM
  3. For vBulletin Integration
    By rezilient in forum General Troubleshooting
    Replies: 0
    Last Post: 03-18-2007, 06:58 PM
  4. vBulletin - phpBB
    By elusuario in forum BBS / Forum Applications (non-Orca)
    Replies: 2
    Last Post: 03-08-2007, 09:10 PM
  5. vBulletin 3.6.3
    By Smoge in forum BBS / Forum Applications (non-Orca)
    Replies: 0
    Last Post: 11-08-2006, 12:49 PM

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
  •