php forum
php mysql forum
php mysql smarty
 
Page 2 of 15 < 1 2 3 4 ... 14 15 >
Topic Options
#256402 - 08/11/03 11:47 AM Re: Beta-[6.3] HiveMail - Integration 1.0 [Re: BlarC]
jluerken Offline
Member

Registered: 08/27/02
Posts: 233
[]ericgtr said:<br />If anyone get's this working under 6.2.3 let me know, looks like a great addition. [/]<br /><br />I gave it a try with UBBT 6.2.3 and HM 1.2SP1 and it worked with several changes.<br /><br />You must create a new table called alias which is included in HM 1.2.1 and change some parts within UBBT 6.2.3.<br /><br />Problem that I have at the moment is that I have so many hacks installed that I am running into trouble installing this hack.<br />It took 2 hours to modify all the instructions that they fit to my system but then it worked.<br /><br />The problem is that there is no option that if I delete a forum user the mailuser is also deleted and the way around.<br />This makes the hack unusable to me at the moment.<br /><br />Also HM 1.2SP1 makes a lot of trouble cause all the tables have different names (Prefixes are now allowed in this version and a lot of new tables were added).
_________________________
Ciao jluerken
--------------------
www.uce-clan.de www.clanforums.com

[]http://www.uce-clan.de/images/uce_banner2.gif[/]

Top
#256403 - 08/11/03 11:53 AM Re: Beta-[6.3] HiveMail - Integration 1.0 [Re: edr]
Charles Offline
Veteran

Registered: 10/22/00
Posts: 2637
Loc: London, UK
[] The problem is that there is no option that if I delete a forum user the mailuser is also deleted and the way around.<br />This makes the hack unusable to me at the moment. [/] It was a decision we made with Stefan. Once the user was approved we never delete the email account but now this can be added. just look at the bit in doapproveuser and apply it to the code which deletes a user <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Do you believe in love at first sight,
or should I walk by again?

Top
#256404 - 08/11/03 11:58 AM Re: Beta-[6.3] HiveMail - Integration 1.0 [Re: edr]
Charles Offline
Veteran

Registered: 10/22/00
Posts: 2637
Loc: London, UK
[]Also HM 1.2SP1 makes a lot of trouble cause all the tables have different names (Prefixes are now allowed in this version and a lot of new tables were added). [/] why not use the latest hivemail version?
_________________________
Do you believe in love at first sight,
or should I walk by again?

Top
#256405 - 08/11/03 11:05 PM Re: Beta-[6.3] HiveMail - Integration 1.0 [Re: MRLefferts]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
Oh thank God! You are so awesome for this mod! Thanks! <br />--EDIT-- <br />Will this work with Hivemail 1.3?


Edited by donJulio (08/11/03 11:18 PM)
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#256406 - 08/12/03 01:08 AM Re: Beta-[6.3] HiveMail - Integration 1.0 [Re: egor]
jluerken Offline
Member

Registered: 08/27/02
Posts: 233
[]Charles said:<br /> []Also HM 1.2SP1 makes a lot of trouble cause all the tables have different names (Prefixes are now allowed in this version and a lot of new tables were added). [/] why not use the latest hivemail version? [/]<br /><br />I modified the templates of Hivemail to gave it the same look as my board. A change to 1.2.1 will bring up a lot of work cause I have to do the changes again and that took hours.<br /><br />At the moment 1.2.1 isn't stable enough. Take a look at the buglist <img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />I will switch over sooner or later but at the moment the old rule counts: NEVER CHANGE A RUNNING SYSTEM <img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />@Rest: 1.3 is not out and if this hack will work with 1.3 is written in the starts cause no one knows which changes 1.3 will bring exactly.
_________________________
Ciao jluerken
--------------------
www.uce-clan.de www.clanforums.com

[]http://www.uce-clan.de/images/uce_banner2.gif[/]

Top
#256407 - 08/12/03 09:51 AM Re: Beta-[6.3] HiveMail - Integration 1.0 [Re: edr]
msula Offline
Addict

Registered: 02/18/02
Posts: 1969
Loc: Lansing, Michigan
Ok... for now I'm just trying to install the hack as per the instructions (I'll attempt my own groups modification later).<br /><br />And I'm running into problems even with a standard install. When I go to my main forum index (ubbthreads.php) I get this:<br /><br />[]Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /home/mypath/mail/includes/ubbthreads_plugin.php on line 24<br /><br />Fatal error: Call to undefined function: update_newmail() in /home/mypath/forums/ubbthreads.php on line 25[/]<br /><br />So, I commented out the function around line 24 of the plugin file.. then it was reporting the same error in that file at line 55. <br /><br />So I went ahead and replaced my original files... just wondering where to look to figure this out. <img src="/forum/images/graemlins/confused.gif" alt="" /> Also, says that one function is undefined... strange.

Top
#256408 - 08/12/03 10:14 AM Re: Beta-[6.3] HiveMail - Integration 1.0 [Re: palmen]
Charles Offline
Veteran

Registered: 10/22/00
Posts: 2637
Loc: London, UK
hard to say like that it should be this line correct?<br />
Code:
 $result=$dbh-&gt;do_query("SELECT * FROM $options['database'].hive_setting"); 
first is the table he is calling correct? if you are running both under the same database try removing $options['database']. and see what happens
_________________________
Do you believe in love at first sight,
or should I walk by again?

Top
#256409 - 08/12/03 10:38 AM Re: Beta-[6.3] HiveMail - Integration 1.0 [Re: egor]
msula Offline
Addict

Registered: 02/18/02
Posts: 1969
Loc: Lansing, Michigan
Correct, that is the line.<br /><br />I may try applying the hack again, I may have missed something, but this wasn't all that complicated, so not sure what I may have done <img src="/forum/images/graemlins/grin.gif" alt="" />

Top
#256410 - 08/12/03 10:55 AM Re: Beta-[6.3] HiveMail - Integration 1.0 [Re: palmen]
Charles Offline
Veteran

Registered: 10/22/00
Posts: 2637
Loc: London, UK
each section of the hack is pretty much independant so you can really hack file by file and see the result each time.<br /><br />just make sure to start by creating the new cells in the database. and having the options in hivemail and threads set up
_________________________
Do you believe in love at first sight,
or should I walk by again?

Top
#256411 - 08/12/03 11:47 AM Re: Beta-[6.3] HiveMail - Integration 1.0 [Re: egor]
BWilliams_dup1 Offline
Member

Registered: 03/09/03
Posts: 171
Loc: Southern California
I have tackled this one also and am getting the same error. <img src="/forum/images/graemlins/confused.gif" alt="" /><br /><br />Here is the error on the ubbthreads.php page:<br /><br />SQL ERROR: Tue, Aug 12 2003 09:41:48 -0700 Database error only visible to forum administrators<br /><br />Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/socaps/public_html/test/ubbthreads/mysql.inc.php on line 131<br /><br />Warning: Cannot modify header information - headers already sent by (output started at /home/socaps/public_html/test/ubbthreads/mysql.inc.php:217) in /home/socaps/public_html/test/ubbthreads/ubbt.inc.php on line 239<br /><br /><br /><br /><br />This is the error on the login.php page (my home link):<br /><br />SQL ERROR: Tue, Aug 12 2003 09:44:41 -0700 Database error only visible to forum administrators<br /><br />Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/socaps/public_html/test/ubbthreads/mysql.inc.php on line 131<br /><br /><br />Here is what the error log is showing:<br /><br />Unable to do_query: SELECT * FROM .hive_setting - Table 'socaps_test.hive_setting' doesn't exist <br />

Top
#256412 - 08/12/03 12:09 PM Re: Beta-[6.3] HiveMail - Integration 1.0 [Re: egor]
dimopoulos Offline
Kahuna

Registered: 08/18/02
Posts: 1271
Loc: Vienna, Austria
[]Charles said:<br />hard to say like that it should be this line correct?<br />
Code:
 $result=$dbh-&gt;do_query("SELECT * FROM $options['database'].hive_setting"); 
first is the table he is calling correct? if you are running both under the same database try removing $options['database']. and see what happens [/]<br /><br />I had the same problem. Change all the instances of <br /><br />$options['database'].<br /><br />to <br /><br />{$options['database']}.<br /><br />You will also see that there is also a $options['dbserver']<br /><br />A couple more variables also need to be treated this way.<br /><br />
_________________________
Nikos

Top
#256413 - 08/12/03 12:40 PM Re: Beta-[6.3] HiveMail - Integration 1.0 [Re: MRLefferts]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
I'm sorry, but which version of Hivemail do I need. Your instructions say 1.21, but I don't see that for downlad @ Hivemail.com. I'm currently running 1.2. You said that 1.2.1 is too buggy and that you would have to redo the templates for Hivemail. So when you say 1.21, do you mean 1.2 w/ SP1? One final thing, what about users who are already signed up for both the forums and the email on the same site? Will they also get the PM-style notifications? What if they have different usernames for the email and for the forums? Thanks!


Edited by donJulio (08/12/03 12:44 PM)
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#256414 - 08/12/03 12:52 PM Re: Beta-[6.3] HiveMail - Integration 1.0 [Re: luan]
dimopoulos Offline
Kahuna

Registered: 08/18/02
Posts: 1271
Loc: Vienna, Austria
I think based on the table names it should be 1.2.1 but I might be wrong.<br /><br />Another thing. There is a reference to a field called hm_emails on the ubbt.inc.php but that field is not in the database. When I did create it it still didn't show up the emails received.<br />
_________________________
Nikos

Top
#256415 - 08/12/03 01:25 PM Re: Beta-[6.3] HiveMail - Integration 1.0 [Re: Hal_dup2]
Charles Offline
Veteran

Registered: 10/22/00
Posts: 2637
Loc: London, UK
hm_emails needs to be added to the w3t_users table and is refeshed when you visit forum home or my home we did since in order to reduce the number of queries.
_________________________
Do you believe in love at first sight,
or should I walk by again?

Top
#256416 - 08/12/03 01:28 PM Re: Beta-[6.3] HiveMail - Integration 1.0 [Re: luan]
Charles Offline
Veteran

Registered: 10/22/00
Posts: 2637
Loc: London, UK
hivemail 1.2.1 is available from the member area.<br /><br />check http://forum.hivemail.com/showthread.php?threadid=1699 for more informations.<br /><br />and no users will not get the pm style notification since you need to link both accounts by entering the forum id in HM and the HMid id threads. You could do this by hand but by default users will be offered to create an account.
_________________________
Do you believe in love at first sight,
or should I walk by again?

Top
#256417 - 08/12/03 03:49 PM Re: Beta-[6.3] HiveMail - Integration 1.0 [Re: egor]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
So if I want to link forum accounts and mail accounts that are owned by the same user before integration, it would be done manually. I haven't downloaded this mod yet, but are instructions included on how to do that? I have no problem doing it manually for my existing users.
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#256418 - 08/12/03 03:58 PM Re: Beta-[6.3] HiveMail - Integration 1.0 [Re: luan]
Charles Offline
Veteran

Registered: 10/22/00
Posts: 2637
Loc: London, UK
no instructions but it is pretty straight foward add the HM id in the hm_userid field in w3t_users and the user number in hive_user in the VBid field
_________________________
Do you believe in love at first sight,
or should I walk by again?

Top
#256419 - 08/13/03 04:54 AM Re: Beta-[6.3] HiveMail - Integration 1.0 [Re: Hal_dup2]
Stefan_dup1 Offline
Power User

Registered: 02/12/02
Posts: 70
[]dimopoulos said:<br /><br />I had the same problem. Change all the instances of <br /><br />$options['database'].<br /><br />to <br /><br />{$options['database']}.<br /><br />[/]<br /><br />Zip updated for this.
_________________________
Gruß/Regards
Stefan
thinkfactory™

Top
#256420 - 08/13/03 04:58 AM Re: Beta-[6.3] HiveMail - Integration 1.0 [Re: vajraman]
Charles Offline
Veteran

Registered: 10/22/00
Posts: 2637
Loc: London, UK
just a note: If you are running Hivemail and UBB.threads on 2 differents databases they must be located on the same server and have the same login/password.
_________________________
Do you believe in love at first sight,
or should I walk by again?

Top
#256421 - 08/13/03 05:23 AM Re: Beta-[6.3] HiveMail - Integration 1.0 [Re: egor]
Astaran Offline
Addict

Registered: 12/21/00
Posts: 1545
Loc: Germany
Maybe a bit offtopic, but where can i find some technical details about Hivemail(<br />especially the backend)?<br />Does it parse all incoming mail from a catch all account and inserts the data into a MySQL table?
_________________________
Running a community? -> Keep informed and take it to the next level

Top
Page 2 of 15 < 1 2 3 4 ... 14 15 >


Moderator:  Ian_W 
Who's Online
0 registered (), 26 Guests and 12 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Wisdom needed
by Gizmo
Yesterday at 10:54 AM
How to hide sub forums from summary page
by blaaskaak
12/03/08 09:54 AM
Spell Check [beta]
by Bill B
12/01/08 09:16 PM
PhotoPost BB Code Popup
by AllenAyres
12/01/08 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
12/01/08 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
12/01/08 09:33 AM
Customization needed
by Gizmo
11/12/08 12:28 PM
New Mods
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
Truth, David DelMonte, nick1, Begbie, cenk
13364 Registered Users
Top Posters
AllenAyres 25452
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks