PDA

View Full Version : vB Journal for vBulletin 3.0.3(v1.0.1)


Pages : 1 2 3 4 [5] 6 7

Paul M
04-01-2005, 07:49 PM
To save repeating myself:
https://vborg.vbsupport.ru/showpost.php?p=634244&postcount=19

:)Erm, ok. Surely it would have been more sensible to convert them as they were imported, instead of editing the display code ?

zetetic
04-01-2005, 10:15 PM
Erm, ok. Surely it would have been more sensible to convert them as they were imported, instead of editing the display code ?
Good point. What the hell's wrong with you, OBK? :D



Oh, btw, I found these three phrases missing:

Under Control Panel Stop Messages:

journal_mood_deleted_successfully --> Mood deleted successfully.
journal_mood_updated_successfully --> Mood updated successfully.
journal_inserted_mood_successfully --> Inserted {1} successfully.

Oblivion Knight
04-02-2005, 06:55 AM
Erm, ok. Surely it would have been more sensible to convert them as they were imported, instead of editing the display code ?Due to the way that the query is run, it wasn't possible without running a second routine to grab the entries and comments once again, strip the slashes and unencode the HTML from them and re-insert them..

The script runs enough large queries as it is, and I felt that editing the display code would be better. I could always change this for v1.0 - but the majority of people will have already imported and started using vBJournal anyway.

FleaBag
04-02-2005, 03:26 PM
I've got this up and running now thanks to Oblivion_Knight's importer. Thanks to all involved in this project, great work!

Selene
04-03-2005, 09:46 PM
File Edits:
# of files to edit: 11
____________________________________________

*USE THE EDIT BELOW FOR /INCLUDES/FUNCTIONs.PHP IF YOUR USING vB 3.0.3*


shall i try with 3.07? and if i try on 3.07 shall i edit all 11 files as mentioned?

can anyone who have installed on 3.07 tell me, if i shud follow the exact modifications.

thx

Paul M
04-04-2005, 12:01 AM
File Edits:
# of files to edit: 11
____________________________________________

*USE THE EDIT BELOW FOR /INCLUDES/FUNCTIONs.PHP IF YOUR USING vB 3.0.3*


shall i try with 3.07? and if i try on 3.07 shall i edit all 11 files as mentioned?

can anyone who have installed on 3.07 tell me, if i shud follow the exact modifications.

thxYes, install it as per the instructions.

Zacharicus
04-04-2005, 01:51 AM
Thanks for a fantastic system. Been using it for a while and members love it.

But say, is it possible to display title and some stats from the journal on the forum home? I know about the addon, but I don't use vBindex.

She Unlimited
04-04-2005, 02:02 AM
I was so curious about this as well.

Ryan Ashbrook
04-06-2005, 12:33 PM
Right, I just installed this on vB 3.0.7 because I saw posts saying it would work. However I am having a few problems. When I go by the instructions I get and error in the functions.php on line 2017 which is this:

$debughtml = '<hr />';
//$debughtml .= "<ul><a href=php%20back%20ups//%22#/%22 onclick=\"set_cookie('vbulletin_collapse', ''); window.location=window.location\">vbulletin_collapse</a>:<br /><li>" . str_replace("\n", '</li><li>', $_COOKIE['vbulletin_collapse']) . "</li></ul>";
$debughtml .= "\n<form name=\"debugger\" action=php%20back%20ups//%22/%22>\n<div align=\"center\">\n<!--querycount-->Executed <b>$query_count</b> queries<!--/querycount-->" . iif($_TEMPLATEQUERIES, " (<b>" . sizeof($_TEMPLATEQUERIES) . "</b> queries for uncached templates)", '') . " . ";
$debughtml .= " (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')'?')'?')=== false, '?', '?','?','?','&amp;') . "tempusage=1\">Template Usage</a>) (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')'?')'?')=== false, '?', '?','?','?','&amp;') . "explain=1\">Explain</a>)<br />\n";
$debughtml .= "<select>\n\t<option>(Page Generated in $totaltime Seconds)</option>\n$messages</select>\n";

It just happens like that. Even though I didn't edit it.

So I deleted the new randomly generated section and the whole board works fine again but I cannot access the journals, it says I do not have the permisson to do so. Is this stemming from the abovementioned problem or is it something completely different?

AN-net
04-06-2005, 10:57 PM
Right, I just installed this on vB 3.0.7 because I saw posts saying it would work. However I am having a few problems. When I go by the instructions I get and error in the functions.php on line 2017 which is this:

$debughtml = '<hr />';
//$debughtml .= "<ul><a href=php%20back%20ups//%22#/%22 onclick=\"set_cookie('vbulletin_collapse', ''); window.location=window.location\">vbulletin_collapse</a>:<br /><li>" . str_replace("\n", '</li><li>', $_COOKIE['vbulletin_collapse']) . "</li></ul>";
$debughtml .= "\n<form name=\"debugger\" action=php%20back%20ups//%22/%22>\n<div align=\"center\">\n<!--querycount-->Executed <b>$query_count</b> queries<!--/querycount-->" . iif($_TEMPLATEQUERIES, " (<b>" . sizeof($_TEMPLATEQUERIES) . "</b> queries for uncached templates)", '') . " . ";
$debughtml .= " (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')'?')'?')=== false, '?', '?','?','?','&amp;') . "tempusage=1\">Template Usage</a>) (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')'?')'?')=== false, '?', '?','?','?','&amp;') . "explain=1\">Explain</a>)<br />\n";
$debughtml .= "<select>\n\t<option>(Page Generated in $totaltime Seconds)</option>\n$messages</select>\n";

It just happens like that. Even though I didn't edit it.

So I deleted the new randomly generated section and the whole board works fine again but I cannot access the journals, it says I do not have the permisson to do so. Is this stemming from the abovementioned problem or is it something completely different?
you should not have to remove other code. for your second problem, please set permissions before using;)

Ryan Ashbrook
04-07-2005, 03:11 AM
Sorry about that. I never realised I had to edit the permissions as well. Though it was kind of weird; there where lots of buttons but no text beside them, but I just put them all to yes till I can sort that out.

Also I still cannot get the functions php to work with causing an error.

YLP1
04-07-2005, 01:10 PM
I figured out how to fix the phrases issue (c/p the phrase fix code).

Thanks anyway.

TwinsForMe
04-07-2005, 05:13 PM
Can someone point me to a fix for a blank "Journal Index" please? I'm running 3.0.7

Oblivion Knight
04-07-2005, 05:28 PM
Can someone point me to a fix for a blank "Journal Index" please? I'm running 3.0.7Don't take this the wrong way, but you have added the templates - right? ;)

TwinsForMe
04-07-2005, 05:30 PM
Lol. Yes. :D

But you know, I labed "JOURNAL" as "Journal"

That's probably it.

* TwinsForMe goes to make a change

ETA: That was it. Thanks for the kick in the right direction.

TwinsForMe
04-07-2005, 08:40 PM
* TwinsForMe clicks install

:)

spaghie
04-09-2005, 05:48 AM
I'm installing and I get this error:

Database error in vBulletin 3.0.7:

Invalid SQL: ALTER TABLE user ADD canhavejournal tinyint(4) DEFAULT '1' NOT NULL mysql error: Duplicate column name 'canhavejournal'

mysql error number: 1060

What do I do to fix this?
Thanks.

Royalridge
04-09-2005, 05:54 AM
"Duplicate column name" would indicate that this part of the install procedure has already been done. Suggest doing an un-install and trying again.

Paul M
04-09-2005, 10:40 AM
"Duplicate column name" would indicate that this part of the install procedure has already been done. Suggest doing an un-install and trying again.or you have another journal system installed that happens to use the same column name.

spaghie
04-09-2005, 02:46 PM
What do I need to run to uninstall? Just click on the appropriate button above?

Oblivion Knight
04-10-2005, 07:18 AM
I just noticed that the queries in my showthread.php file had shot up to 26.! :speechless:

<fix available here> (https://vborg.vbsupport.ru/showpost.php?p=639083&postcount=1037)

scabbed
04-10-2005, 07:53 AM
thx for that, i have just do it :)

zetetic
04-10-2005, 12:38 PM
This is a temporary fix, but it's better than adding loads of queries!
Wow, that fix made my queries drop from 35 to 16!

Here's hoping there's a more efficient way to add that menu item...

YLP1
04-10-2005, 06:56 PM
When I grow up, I want to be just as smart as Oblivion Knight is with PHP and VB...;)

Lionel
04-10-2005, 09:04 PM
where does it take the journal id in postbit? it is showing all users with no journals because there are no id even for those who have a journal

Oblivion Knight
04-11-2005, 06:47 AM
where does it take the journal id in postbit? it is showing all users with no journals because there are no id even for those who have a journalWhoops! My bad.. :nervous:

I'll try and come up with a solution shortly.. There's got to be a better way than adding so many queries.

------------------------------------------------------------------

Ok, here it is.. The fix that will only show the menu item if the user has a journal, and grab the journal_id correctly with no additional queries added to your showthread.php page..

If you haven't already, remove this code from the includes/functions_showthread.php file:
$journal= $DB_site->query_first("SELECT journal_id,journaldesc FROM ".TABLE_PREFIX."journals
WHERE journalist_id='".$post[userid]."'
");
if(empty($journal[journal_id]))
{
$show[journal]="false";
}
else
{
$show[journal]="true";
if(strlen($journal[journaldesc])>150)
{
$journal[journaldesc]= "".substr($journal[journaldesc], 0, 150)."...";
}
}Now undo the changes that we made to the postbit(_legacy) and journal_journalpage templates earlier.. If you didn't use the previous fix, you obviously don't need to do this.


Now in the postbit(_legacy) template, find:
<if condition="$show[journal]=='true'">
<tr>
<td class="vbmenu_option"><a href="journal.php?do=showjournal&j=$journal[journal_id]" title="$journal[journaldesc]">Visit $post[musername]'s Journal</a></td>
</tr>
</if>Replace it with:
<if condition="$post['journal_id']">
<tr><td class="vbmenu_option"><a href="journal.php?$session[sessionurl]do=showjournal&j=$post[journal_id]" title="$journal[journaldesc]">Visit $post[musername]'s Journal</a></td></tr>
</if>
Now open the showthread.php file, find (1st instance of):
user.*, userfield.*, usertextfield.*,On the same line next to it, add:
journal.journal_id,Find (in the same query):
LEFT JOIN " . TABLE_PREFIX . "usertextfield AS usertextfield ON(usertextfield.userid = user.userid)Below it add:
LEFT JOIN " . TABLE_PREFIX . "journals AS journal ON(journal.journalist_id = user.userid)
You should be set to go.! Please note that this fix is for the linear display mode only.. :ninja:

Nordinho
04-11-2005, 10:45 AM
Jeek...that saves a whole lot of queries...thanks a lot for the fix!!

Lionel
04-11-2005, 10:48 AM
Thanks Oblivion

msimplay
04-11-2005, 11:07 AM
* msimplay joins the crew thanks Oblivion :D

zetetic
04-11-2005, 01:34 PM
Now undo the changes that we made to the postbit(_legacy) and journal_journalpage templates earlier.. If you didn't use the previous fix, you obviously don't need to do this.
Hmm... I don't remember exactly what the changes were and you've edited that post. :ermm:

Oblivion Knight
04-11-2005, 01:39 PM
Hmm... I don't remember exactly what the changes were and you've edited that post. :ermm:The journal_journalpage template edit added an if condition below $navbar, and closed it above $footer. The postbit(_legacy) template edit removed the if condition from the menu item.

zetetic
04-11-2005, 01:54 PM
The journal_journalpage template edit added an if condition below $navbar, and closed it above $footer. The postbit(_legacy) template edit removed the if condition from the menu item.
Okay thanks. And thanks for this fix. :)

YLP1
04-11-2005, 05:33 PM
I'm confused.....should the changes to the journal_jounalpage.php from yesterday stay the same with the new changes? If not, what changes are needed for this page?

Thanks in advance.

YLP1
04-11-2005, 06:32 PM
I have another issue with the journal entry dates....how would I cause the most recent entry of the journal to appear first (reverse the order of entries)?

Thanks in advance...this is driving me nuts.

Oblivion Knight
04-11-2005, 07:35 PM
I'm confused.....should the changes to the journal_jounalpage.php from yesterday stay the same with the new changes? If not, what changes are needed for this page?

Thanks in advance.Remove the changes that were made to the journal_journalpage template, they're no longer needed..


I have another issue with the journal entry dates....how would I cause the most recent entry of the journal to appear first (reverse the order of entries)?

Thanks in advance...this is driving me nuts.In the journal.php file, search for:
$fentries = $DB_site->query("
In this query, find:
ORDER BY entrydate ASCReplace it with:
ORDER BY entrydate DESCYou're done.. The entry # will be incorrect, but since there's a bug with this in vBJournal 1.0.0 anyway it's not worth reversing. AN-net has said that he's fixed it in 2.0.0 (and I've fixed it on my customised version).

YLP1
04-11-2005, 08:43 PM
You are a stinker Oblivion...... You removed the code that was originally used on the journal_jounalpage.php LOL

I thought I was going nuts and spent the last 30 minutes mowing through all the posts...

So, uh...what code do I need to remove???
;)

Edited: Nevermind....I found a copy in my Clipmate...I love that copy/paste archive program....

GrusPer
04-12-2005, 11:56 PM
This version is already updated?

Oblivion Knight
04-13-2005, 05:02 AM
This version is already updated?Yes, but isn't available for download at this time.

GrusPer
04-13-2005, 11:49 AM
thx
Last Update: 25. Mar 2005 :(

Lionel
04-13-2005, 06:54 PM
<if condition="$post['journal_id']">
<tr><td class="vbmenu_option"><a href="journal.php?$session[sessionurl]do=showjournal&j=$post[journal_id]" title="$journal[journaldesc]">Visit $post[musername]'s Journal</a></td></tr>
</if>
Oblivion, the title tag is not displaying. But it's ok. If you are fixing, instead of journaldesc, I'd rather have the journal name. So it looks like:

<a href="journal.php?$session[sessionurl]do=showjournal&j=$post[journal_id]" title="$journal[journaldesc]">My Blog: $post[journal]</a>

Oblivion Knight
04-13-2005, 09:28 PM
I completely ignored the title attribute of the tag.. :p

It's easy enough to fix it, just add journal.journaldesc, on the end of the line where you added journal.journal_id, in the showthread.php file and change title="$journal[journaldesc]" to title="$post[journaldesc]" in the posbit(_legacy) template.

PixelFx
04-13-2005, 11:17 PM
I was thinking of installing this on my production forum I have 6500+ members. Is there anything I should know before installing this and is it stable, or should I wait for a new release?

Paul M
04-14-2005, 12:02 AM
It's reasonably stable. :)

Oblivion Knight
04-14-2005, 06:12 AM
I was thinking of installing this on my production forum I have 6500+ members. Is there anything I should know before installing this and is it stable, or should I wait for a new release?There are a couple of bugs with the current version, but nothing major..

If you're users are wanting a journal system, install it now - if they know nothing about it and you've just come up with the idea to install it, i'd wait for the next version.

TRStealth
04-14-2005, 06:29 AM
Will this work for 3.0.7?

Lionel
04-14-2005, 06:35 AM
I completely ignored the title attribute of the tag.. :p

It's easy enough to fix it, just add journal.journaldesc, on the end of the line where you added journal.journal_id, in the showthread.php file and change title="$journal[journaldesc]" to title="$post[journaldesc]" in the posbit(_legacy) template.

Thank you, it's perfect.

Benj
04-14-2005, 08:21 AM
Will this work for 3.0.7?


took the words right outta my mouth

msimplay
04-14-2005, 09:55 AM
There are a couple of bugs with the current version, but nothing major..

If you're users are wanting a journal system, install it now - if they know nothing about it and you've just come up with the idea to install it, i'd wait for the next version.

Any ETA on a new version ?

Cloud-Warrior
04-14-2005, 10:44 AM
I've made some changes to the RSS 1.0 export. If you use this, I'd recommend you upgrade (fixed some problems with XML encoding).

https://vborg.vbsupport.ru/showpost.php?p=564200&postcount=384


Edit (2005-04-14): I've made quite a few changes to the code, namely adding UTF-8 encoding and using corresponding content-type, adding a check to make sure the journal title isn't empty, limiting the number of items to 15.

Oblivion Knight
04-14-2005, 12:02 PM
Any ETA on a new version ?I don't know, I'll have to talk to AN-net and see where things stand..

As it is, he's been working on the official 2.0.0 vBJournal release while I've been bugfixing, adding features to and re-designing his 1.0.0 release and badged it as vBlog (currently on 1.0.1b).

PixelFx
04-14-2005, 01:05 PM
any way to test it? I haven't talked about running it for my members yet, but the site is on the up swing with 11 million page hits in the last 33 days .. so its something I'd like to offer my contributing members ..

jungleb0y
04-14-2005, 10:06 PM
I'm looking to use this hack on an upcoming site of mine.. what I'm interested to know if is it will be possable for admins to set specific members as "featured" journal writers..

I'll go into a bit more detail.. my site is about the paranormal, and so the main forums are going to be used for posts on that topic, i'll be using one of the cool article hacks to post things like reviews on books (such as the da vinci code, for example), and this wonderful journal system for people to keep records of their own paranormal experiances.

Thing is, a few of the members, espiclaly the mods, are people who have dealings with the paranormal every day (such as member of a spiritulist church, a tatrot reader, etc..), and so, while all the other members journals are still worth something - these specific members journals will be far more, uumm, *interesting*, as well (i hope) updated far more often.

Due to this, what I'd be keen on doing is setting a couple of the members as "featured" journals, and somehow have their entries highlighted.. and maybe shown at the top of the list, etc... - you know?

I might even take this as far as having these specific members journals directly listed and linked to from the sites front page.. but that's more of an advanced feature... all I'm keen to know right now is if the idea of setting specific members as features is possable, and if it's currently not, how hard would it be to implament?

Here's what I did because I had the same need as you.. I also vB Journal as well as Geek Article System and only wanted select users to post in either the Journal the Article or both so I created 3 separate usergroups and gave each one write access to the area I wanted them to be able to post in.

Worked good for me and was the easiest solution in my eyes.

Pseudomizer
04-15-2005, 04:19 AM
Will this work for 3.0.7?

Hello,

i just tried this "old" hack with VBulletin 3.0.7.

Here is my feedback if anyone is interested:

The installation is not nice. It takes about 30 Minutes if you are experienced with VBulletin and Hack installations.

3 or 4 File edits/replacements will not work and you have know PHP, MySQL to do the appropriate changes and compare line by line to fix these issues. The same for the applet modifications.

After having done all this I still have one error on the member.php where it calls an undefined function. I will look into this later.

In the ACP the phrases in the usergroup manager do not work on a german board. They are just blank. Only the hardcoded text will be shown. I think some phrases are missing here. The good thing is that the variable names tell you what the option does.

But this hacks works despite of the issues above with 3.0.7.

Now I have some questions: This hack is very old and I have seen the list of future additions.

- Will there be any update to this hack?
- Why is the hack authors page down? ( suspended page: Bandwidth Limit Exceeded ???)
- Will the new version include an installer ( just for the templates would be enough in addition to the existing DB query installer )

And now the most important question for me:
Will the new version allow to moderate ( edit / delete ) specific comments/entries? Without this functionality this hack is useless for me. I do not want to delete all comments from a journal due to one bad entry. PMA is also not an option here. Admins and Journal Authors should have this option.

I hope that I get some answers to my questions because this hack is very powerful and should get updates.

Cheers,

CommunityZ
04-15-2005, 06:07 AM
I am having problem inside usergroup. When i click on Usergroup => Administrator => i got this (see attachment) Help me.

spence2
04-15-2005, 06:08 AM
Pseudomizer ... AN-net has moved his site (http://www.animationtalk.com/).

That's the only question you asked that I can answer.

Oblivion Knight
04-15-2005, 06:51 AM
With the broken phrases, you need to rebuild the language.

Edit any phrase through the Admin CP and click on "Save", this will fix the issue in the Usergroup Settings with the blank phrases. My importer mod can be used to automatically install the vBJournal 1.0.0 templates, simply enter this url in your browser: http://www.yoursite.com/forums/admincp/jimport?do=stepnine

The hack is being updated as we speak.. ;) - As for working on 3.0.7, it worked perfectly ok for me.

CommunityZ
04-15-2005, 07:07 AM
With the broken phrases, you need to rebuild the language.

Edit any phrase through the Admin CP and click on "Save", this will fix the issue in the Usergroup Settings with the blank phrases. My importer mod can be used to automatically install the vBJournal 1.0.0 templates, simply enter this url in your browser: http://www.yoursite.com/forums/admincp/jimport?do=stepnine

The hack is being updated as we speak.. ;) - As for working on 3.0.7, it worked perfectly ok for me.
Edit any phrase through the Admin CP and click on "Save" <= how? I search phrase by keyword : journal and i click edit and after that save I got (see attachment below) Still 1 missing. What is that?

Oblivion Knight
04-15-2005, 07:14 AM
Edit any phrase through the Admin CP and click on "Save" <= how? I search phrase by keyword : journal and i click edit and after that save I got (see attachment below) Still 1 missing. What is that?Ah yes, that's the one that got away and wasn't installed by AN-net's vBJournal installer..

Open the admincp/usergroup.php file, find:
print_yes_no_row($vbphrase['can_report_entries'], 'usergroup[canreportentries]', $ug_bitfield['canreportentries']);Replace it with:
print_yes_no_row("Can Report Journal Entries", 'usergroup[canreportentries]', $ug_bitfield['canreportentries']);That should fix it for you.. :)

Pseudomizer
04-15-2005, 07:26 AM
I am having problem inside usergroup. When i click on Usergroup => Administrator => i got this (see attachment) Help me.

I wouldn't say anything but just one thread above I mentioned exactly this problem. But again ... for you:


In the ACP the phrases in the usergroup manager do not work on a german board. They are just blank. Only the hardcoded text will be shown. I think some phrases are missing here. The good thing is that the variable names tell you what the option does.



Here is the code that fixes your problem with hardcoded menus before you ask what the expression hardcoded means.


print_table_header($vbphrase['journal_permissions']);
print_yes_no_row("Can View Journal", 'usergroup[canviewjournal]', $ug_bitfield['canviewjournal']);
print_yes_no_row("Can have Journal", 'usergroup[canhavejournal]', $ug_bitfield['canhavejournal']);
print_yes_no_row("Can View Comments", 'usergroup[canviewcomments]', $ug_bitfield['canviewcomments']);
print_yes_no_row("Can comment journals", 'usergroup[cancommentjournals]', $ug_bitfield['cancommentjournals']);
print_yes_no_row("Can rate journals", 'usergroup[canratejournals]', $ug_bitfield['canratejournals']);
print_yes_no_row("Can report entries", 'usergroup[canreportentries]', $ug_bitfield['canreportentries']);
print_yes_no_row("Can edit own journal", 'usergroup[caneditownjournal]', $ug_bitfield['caneditownjournal']);
print_yes_no_row("Can Edit Own Journal Entries", 'usergroup[caneditownentries]', $ug_bitfield['caneditownentries']);
print_yes_no_row("Can delete own journal", 'usergroup[candeleteownjournal]', $ug_bitfield['candeleteownjournal']);
print_yes_no_row("Can Delete Own Journal Entries", 'usergroup[candeleteownentries]', $ug_bitfield['candeleteownentries']);
print_yes_no_row("Can search journal", 'usergroup[cansearchjournal]', $ug_bitfield['cansearchjournal']);
print_table_break();


Cheers,

CommunityZ
04-15-2005, 08:01 AM
Ah yes, that's the one that got away and wasn't installed by AN-net's vBJournal installer..

Open the admincp/usergroup.php file, find:
print_yes_no_row($vbphrase['can_report_entries'], 'usergroup[canreportentries]', $ug_bitfield['canreportentries']);Replace it with:
print_yes_no_row("Can Report Journal Entries", 'usergroup[canreportentries]', $ug_bitfield['canreportentries']);That should fix it for you.. :)
Thank you. It works. What is the use of Can report entries?

Oblivion Knight
04-15-2005, 08:03 AM
Thank you. It works. What is the use of Can report entries?Nothing, as the feature isn't enabled with vBJournal 1.0.0 - it probably needs more development.

Pseudomizer
04-15-2005, 06:58 PM
Hi,

will there be any updates to this in the near future or not?

If not I will modify the code by my own to fit my needs. I do not want to spend time on this and then a new versions comes out. There is no need to redevelop the wheel. :ninja:

Cheers,

Paul M
04-15-2005, 09:18 PM
Hi,

will there be any updates to this in the near future or not?

If not I will modify the code by my own to fit my needs. I do not want to spend time on this and then a new versions comes out. There is no need to redevelop the wheel. :ninja:

Cheers,I would just go ahead - an update has been promised for months but never materialised.

AN-net
04-15-2005, 09:35 PM
i never promised an update for now, i said production would start sometime this summer if that... i am very busy working on private projects.

WhiteOx2
04-16-2005, 12:09 AM
Guys a user on my board had her boyfriend get into her account and delete a lot of her Journal entries, I've restored them from a db backup but can't figure out how to update the entries counter.

Any ideas???

aranthorn
04-16-2005, 04:37 AM
Excellent, purely excellent mod. Thank you very much for posting it.

Oblivion Knight
04-16-2005, 05:12 AM
Guys a user on my board had her boyfriend get into her account and delete a lot of her Journal entries, I've restored them from a db backup but can't figure out how to update the entries counter.

Any ideas???In the "journals" table, find her journal and edit the "entrycount" field.

WhiteOx2
04-16-2005, 09:00 AM
Thanks worked like a charm. :)

lifesbattles
04-16-2005, 02:58 PM
anyone know how to fix a broken Admin Panel?

TTG
04-16-2005, 03:38 PM
anyone know how to fix a broken Admin Panel?

Upload your backup .. you DID make a backup !?
If not .. upload your original from your Vbulletin package and then you'll have to add all the hack's which added to the admincp.

Nick0r
04-16-2005, 05:43 PM
I don't suppose anyone has made a mod to have at the bottom of forumhome, Posts, Threads, Blog entries, Members?

Nick0r
04-16-2005, 07:46 PM
Another great addition I've just thought of. You can add RSS feeds (of peoples blogs/journals), preferably ones that show the full post and add it into vbjournal which will add in their daily entry...

Kyderoy
04-16-2005, 08:15 PM
In the admin CP I cannot see all the options... I have attached an image so you can see what I am talking about. What do I need to do to fix that?http://www.nastech.net/rio9/Journal.JPG

Oblivion Knight
04-16-2005, 08:41 PM
Kyderoy, a fix for your problem was posted in the last page.. ;)

Kyderoy
04-16-2005, 08:46 PM
Thank you sir :)

Paul M
04-16-2005, 08:51 PM
Surely there should be a note of this fix in the install instructions - it crops up time and time again .....

Kyderoy
04-16-2005, 09:06 PM
One last question... How do I add the journal link to the navbar of my other skins? For some reason I can't seem to have my hack applied to the other skins automaticaly.

kellee88
04-17-2005, 11:05 PM
I noticed the install for VB Journal Version 1.0.0 has 43 pages of instructions. Am I to understand that I need to cut and past these 43 pages? I have vBulletin 3.07. Is there a version coming that is easier to install?

Pseudomizer
04-17-2005, 11:14 PM
I noticed the install for VB Journal Version 1.0.0 has 43 pages of instructions. Am I to understand that I need to cut and past these 43 pages? I have vBulletin 3.07. Is there a version coming that is easier to install?

I mentioned this earlier and I went through all 43 pages. It took me more then 30 minutes. Please read my post from above.

Cheers,

Oblivion Knight
04-18-2005, 06:47 AM
If you want a method for the vBJournal's templates to be automatically installed, you should be able to use my import script listed as an add-on at the top of this thread, and link to it via this url:

http://www.yoursite.com/forums/admincp/jimport?do=stepnine

Ghostsuit
04-19-2005, 07:05 PM
Ok I jsut converted Rygels version to this and alot of our users have loads of entrys.

The problem is if I click someone with over 500 entrys it takes about 2 minutes for the page to load. Something is obviously not right anyone got any ideas I've quoted the querie that seems to be causing the problem

User with 500 entrys...
105.45921612 seconds (0.26% PHP - 99.74% MySQL) with 17 queries

Query:

SELECT journal_entries.entry_id, journal_entries.entrytitle,
journal_entries.entrytext, journal_entries.mood, journal_entries.allowbuddies,journal_entries.entry date,
journal_entries.entry_totalvotes, journal_moods.mood_name, journal_entries.ipaddress,journal_moods.mood_image , journal_entries.entry_totalrating,
journal_entries.private, journal_entries.whocanview,
COUNT(journal_comments.comment_text) AS comments
FROM journal_entries AS journal_entries
LEFT JOIN journal_comments AS journal_comments ON (journal_entries.entry_id=journal_comments.entry_i d)
LEFT JOIN journal_moods AS journal_moods ON (journal_moods.mood_id=journal_entries.mood)
WHERE journal_entries.journal_id='62'
AND entry_active='1'
GROUP BY journal_entries.entry_id
ORDER BY entrydate ASC
LIMIT 0,10

Time before: 0.66441702842712
Time after: 93.359127044678
Time taken: 92.694710016251

table type possible_keys key key_len ref rows Extra
journal_entries ALL 16789 Using where; Using temporary; Using filesort
journal_comments ALL 13251
journal_moods eq_ref PRIMARY PRIMARY 4 journal_entries.mood 1

tnguy3n
04-19-2005, 09:35 PM
install on vb 3.0.7 and works fine.

Paul M
04-19-2005, 09:43 PM
Ok I jsut converted Rygels version to this and alot of our users have loads of entrys.

The problem is if I click someone with over 500 entrys it takes about 2 minutes for the page to load. Something is obviously not right anyone got any ideas I've quoted the querie that seems to be causing the problem

User with 500 entrys...
105.45921612 seconds (0.26% PHP - 99.74% MySQL) with 17 queriesWorking from memory as I don't have access atm, I don't think there are any indexes on any of the journal tables - I would guess from this that some are required.

Ghostsuit
04-20-2005, 12:10 AM
Yup looks like that was the problem.

I added an Index to journal_entries for journal_id
and
Two indexes to journal_comments one for journal_id and one for entry_id.

Same user
Page generated in 0.37919092 seconds (69.15% PHP - 30.85% MySQL) with 17 queries

Query:

SELECT journal_entries.entry_id, journal_entries.entrytitle,
journal_entries.entrytext, journal_entries.mood, journal_entries.allowbuddies,journal_entries.entry date,
journal_entries.entry_totalvotes, journal_moods.mood_name, journal_entries.ipaddress,journal_moods.mood_image , journal_entries.entry_totalrating,
journal_entries.private, journal_entries.whocanview,
COUNT(journal_comments.comment_text) AS comments
FROM journal_entries AS journal_entries
LEFT JOIN journal_comments AS journal_comments ON (journal_entries.entry_id=journal_comments.entry_i d)
LEFT JOIN journal_moods AS journal_moods ON (journal_moods.mood_id=journal_entries.mood)
WHERE journal_entries.journal_id='62'
AND entry_active='1'
GROUP BY journal_entries.entry_id
ORDER BY entrydate DESC
LIMIT 0,10

Time before: 0.11116099357605
Time after: 0.16626906394958
Time taken: 0.055108070373535

table type possible_keys key key_len ref rows Extra
journal_entries ref journal_id journal_id 4 const 417 Using where; Using temporary; Using filesort
journal_comments ref entry_id entry_id 4 journal_entries.entry_id 3
journal_moods eq_ref PRIMARY PRIMARY 4 journal_entries.mood 1


Cheers Paul

YLP1
04-22-2005, 11:55 PM
I am just about ready to dump my ISP...their mySQL server crashed...again,... and now I get this error when I click on My Journal.

I read through the posts here and can't find the fix...but then again I may have overlooked it but I did look twice.

PHP Parse error: syntax error, unexpected T_PRIVATE, expecting ']' in <myISPForum\journal.php(822) : eval()'d code on line 69

Can someone help me with this... I just got thru fixing the pm blinkie and the arcades...my eyes are crossed..

I am fairly new to PHP ... ....stupid ISP keeps crashing...I am getting my own server and soon.

Can someone help me out.

Thanks in advance.

Reeve of shinra
04-23-2005, 12:49 AM
Reupload the file you have on your home pc or redownload the journal file and upload that for starters.

hitokiri battou
04-23-2005, 05:10 PM
Ok I just like others have missing info in the usergroup area in the adminCP. I even came here to the link where it said to replace the code in the FTP admin/usergroup.php and im still having the same problem. Even after I chaged what was said in the link, nothing was fixed. I am currently runnin VB 3.0.7, if anybody has any other ideas on how I can fix problme id really appreciate it.

YLP1
04-24-2005, 06:08 AM
Reupload the file you have on your home pc or redownload the journal file and upload that for starters.

Been there did that...still the same issue. Any other ideas?

YLP1
04-24-2005, 06:09 AM
Ok I just like others have missing info in the usergroup area in the adminCP. I even came here to the link where it said to replace the code in the FTP admin/usergroup.php and im still having the same problem. Even after I chaged what was said in the link, nothing was fixed. I am currently runnin VB 3.0.7, if anybody has any other ideas on how I can fix problme id really appreciate it.

This is what I used to fix the phrases on my board:
https://vborg.vbsupport.ru/showpost.php?p=640944&postcount=1070

xellos16
04-24-2005, 04:31 PM
Hey, I have a question. I have just installed it and it seems like it works, though I can't do anything with the journal. When I got to the link it says that my account doesn't have permission even though I am the admin. Any thoughts. Also, I have three templates in stalled on my forum. How could i edit and move the templates without having to do it manually.

jungleb0y
04-24-2005, 09:01 PM
Quick question.. Anyone know how to get new posts in the journals to show up on the forum index page so the members and guests don't have to search the journals for new posts?

Cheers
Jared

justindwhite
04-24-2005, 11:27 PM
Hey, I have a question. I have just installed it and it seems like it works, though I can't do anything with the journal. When I got to the link it says that my account doesn't have permission even though I am the admin. Any thoughts. Also, I have three templates in stalled on my forum. How could i edit and move the templates without having to do it manually.

I am having the same problem, it is saying that I dont have permission to view the journal.php file. Please help

Guest190829
04-24-2005, 11:28 PM
Did you set the permissions via the admin cp?

KevinL
04-25-2005, 02:14 AM
Set this up and it works great!

Thanks for the great work! :)

xellos16
04-25-2005, 06:13 AM
All the ones that I should I have. I have set it to active and I have clicked yes that I should be able to use it. What else is there?

AndyA
04-25-2005, 06:22 PM
Will this mod work with vb 3.0.7 ?

twoseven
04-25-2005, 07:27 PM
yea it will

AndyA
04-25-2005, 07:37 PM
Nice one :smoke:

Polo
04-25-2005, 08:04 PM
Will this mod work with vb 3.0.7 ?
Yes. Got it working on my site. 3.0.7

edit: seems like someone already answer it... sorry about that

ramprage
04-26-2005, 07:11 PM
Installed and working well, had to fix the permissions issue but that was it. I also intergrated it with PhotoPost so users can select photos in their member gallery and post them in their journal :D

Request
How can I add the latest journal entries to a NON VB page and also on my forums home page?

Thank you

rookiyong
04-27-2005, 02:17 AM
1st thanks to AN-net for this great hack, I installed and its working fine but I have a question here,

I set default usergroup permissions for Registered Users "not to have journal", and than goes to the per user setting and set "can have journal", the user ends up not having a journal.

So this happen for me:

User permission / Usergroup permission : No / No = No
User permission / Usergroup permission : Yes / No = No
User permission / Usergroup permission : Yes / Yes = Yes

Basically what I want to provide is that registered users will not have a journal by default, but only when given the rights individually by the Admin.

How do you guys tackle this? Sorry if it has been answered before, but I cant find the answer :p

jungleb0y
04-27-2005, 07:59 PM
Can you explain what you did to integrate it with PhotoPost.. Maybe a link to your site?

Installed and working well, had to fix the permissions issue but that was it. I also intergrated it with PhotoPost so users can select photos in their member gallery and post them in their journal :D

ramprage
04-27-2005, 08:27 PM
Main site www.ramprage.com forums are at www.ramprage.com/forums
The change is based on the photopostvB3PopUp hack, which I modified to work with vbJournal as well.

Cheeers

YLP1
04-28-2005, 03:40 PM
Hi guys.....

I have tried everything to get rid of this error:

PHP Parse error: syntax error, unexpected T_PRIVATE, expecting ']' in dmyISP\lpsforum\journal.php(819) : eval()'d code on line 69

I have uninstalled and reinstalled after redownloaded a clean mod packet and I cannot get around the above error.

It appears to only occur when clicking Go to Journal.

I have searched on PHP site for how to hunt down this error but I don't know much about PHP and couldn't find the answer.

Can someone point me in the direction to fix this?

Any help is greatly appreciated.

Paul M
04-28-2005, 09:40 PM
What is line 819 in journal.php ?

womensden
04-30-2005, 02:55 PM
ok, I did all steps and it's not showing. I have it active and still nothing. When I type in the URL to get to it, I get a permission error. ? I'm running 3.007. Can anyone help?

womensden
04-30-2005, 04:14 PM
nevermind, I got it all figured out.

This doesn't add a link to the forums, does it?

Paul M
04-30-2005, 06:06 PM
This doesn't add a link to the forums, does it?
You add a link to it yourself on the navbar. There are also links in the usercp and user profile if you do the template changes.

T3MEDIA
04-30-2005, 08:06 PM
This is more a template thing... can some one be ever so kind to make my layout like this?
http://hanzismatter.com/
never mind the color scheme and all that. Just an area for the blog and on the side an area for the google ads?

Ever so thankful.

YLP1
05-01-2005, 10:47 AM
Hi Paul M

I attached my Journal page because what appears to be line 819 to me could be something else based on monitor rez.

I uninstalled and reinstalled for the third time and I am still getting this error...not to mention that the journal entries from members is now gone (I saved the old db before reinstalling, is there a way for me to copy over the journal entries from my backup db to the current one so my members can have their entries back?)
Thanks in advance for any help on the above...I am fairly new to PHP and vb.

AN-net
05-01-2005, 12:38 PM
ylp 819 is a free result which should not cause an error, have you modified the file?

Paul M
05-01-2005, 01:15 PM
Hi Paul M

I attached my Journal page because what appears to be line 819 to me could be something else based on monitor rez.Line 819 in that file is this ;

$jbuddies= explode(' ', $jpermissions['jbuddylist']);Which makes no sense as far as that error is concerned - are you sure this is the actual journal.php you are using ?

AN-net
05-01-2005, 01:19 PM
he most have added something cause that is not line 819 in my default file on my comp>_>

T3MEDIA
05-01-2005, 06:09 PM
he most have added something cause that is not line 819 in my default file on my comp>_>Ok... last request ignored... nevermind...
Hey AN-net or ANYONE that knows... is there a way or workaround to have at least admins be able to delete comments?
I have on user that posted into his own comments. I cant even delete it.

Thanks to anyone that helps.

Paul M
05-01-2005, 06:13 PM
Admins can delete comments on my system - do you have the correct permissions set ?

YLP1
05-01-2005, 08:40 PM
Line 819 in that file is this ;

$jbuddies= explode(' ', $jpermissions['jbuddylist']);Which makes no sense as far as that error is concerned - are you sure this is the actual journal.php you are using ?


This journal is the exact journal file from a fresh download of the mod. The only alteration was the delete user avatar fix.

Edited to add:

I just compared the journal.php from a current mod d/l against what I had on the server.

There are many differences between the two. I have no idea what version the the journal.php I was using but for some reason the fresh upload of the journal.php didn't take.

I have uploaded for sure the latest avialable journal.php and am checking to see if I get the same line errors.

I still have the problem of putting back the journal data from backup in to the current db.

I swear I have a thousand gray hairs over this error and now compounded by the uninstall and reinstall and losing the journal data from current db.

I can tell ya that we women don't like gray hair!!!! LOL LOL

I will test and see if the error occurs again. Any quick and easy way to put my journal data back into the db?

Thanks in advance.

PixelFx
05-01-2005, 10:55 PM
is it possible to get an update for the journal system for v3.0.7 or is it stable enough to install as is? I've been wanting to put this on my production forum but wonder how stable this is with the version number saying 3.0.3 ...

Polo
05-01-2005, 11:02 PM
I use this on vbulletin 3.0.7 and it works great.

T3MEDIA
05-02-2005, 03:13 PM
is it possible to get an update for the journal system for v3.0.7 or is it stable enough to install as is? I've been wanting to put this on my production forum but wonder how stable this is with the version number saying 3.0.3 ...It works but there is no way to delete comments.
In other words I can go on your blog and say you suck eggs for dinner and it will stay there forever.

Besides that... its cool.

Paul M
05-02-2005, 03:47 PM
It works but there is no way to delete comments.I'm curious, how many times do you need telling that an administrator can delete comments before it actually sinks in ?

T3MEDIA
05-02-2005, 04:23 PM
I guess when it actually works.

Paul M
05-02-2005, 05:01 PM
I guess when it actually works.It works fine as you have previously been told a number of times - are you actually an administrator on your site (as your primary usergroup) ?

PixelFx
05-02-2005, 07:43 PM
Thanks for Reply Paul ..

ok for the most part got this working on 3.0.7

question: I'm having a brain fart, what do I need to add to show whos online when someone is viewing the journal system on my site, rather than it giving an ugly url..?

YLP1
05-03-2005, 05:43 PM
I think I may have found what is causing this error. BUT I am not that familiar with PHP or VB so I have to rely on you php/vb gurus to help a girl out on this.

Here are the DB errors I receive from several vb pages:

Database error in vBulletin 3.0.7:

Invalid SQL:
SELECT user.avatarid, user.avatarrevision, avatarpath, NOT ISNULL(avatardata) AS hascustom, customavatar.dateline
FROM vb3_user AS user
LEFT JOIN vb3_avatar AS avatar ON avatar.avatarid = user.avatarid
LEFT JOIN vb3_customavatar AS customavatar ON customavatar.userid = user.userid
WHERE user.userid =
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5

mysql error number: 1064

Date: Sunday 01st of May 2005 09:39:30 PM
Script: http://www.yourlincolnpark.com/lpsforum/lpsforum.php
Referer: http://yourlincolnpark.com/lpsforum/index.php


Error occurs on these pages as well:

Date: Monday 02nd of May 2005 04:33:37 PM
Script: http://www.yourlincolnpark.com/lpsforum/lpsforum.php
Referer: http://www.yourlincolnpark.com/LPSForum/private.php?

mysql error number: 1064

Date: Sunday 01st of May 2005 09:37:57 PM
Script: http://www.yourlincolnpark.com/lpsforum/lpsforum.php
Referer:

mysql error number: 1064

Date: Friday 29th of April 2005 01:20:16 PM
Script: http://www.yourlincolnpark.com/LPSForum/lpsforum.php
Referer: http://www.yourlincolnpark.com/LPSForum/showthread.php?t=5206

mysql error number: 1064

Date: Friday 29th of April 2005 06:41:57 PM
Script: http://www.yourlincolnpark.com/LPSForum/lpsforum.php
Referer: http://www.yourlincolnpark.com/LPSForum/search.php?searchid=

mysql error number: 1064

Date: Saturday 30th of April 2005 01:05:47 AM
Script: http://www.yourlincolnpark.com/LPSForum/lpsforum.php
Referer: http://www.yourlincolnpark.com/LPSForum/forumdisplay.php?f=22



After many hours or researching the error code and all vb sites this is what I found:

In showthead.php the journal code looks like below. However, this is something that I did not add so I am thinking the install script installed this??? The journal instructions indicate that this:
should be added to the memberlist.php which I did do.

Notice the word "journal" that was added (again by the Install script as I did not add this to my showthread.php file)


LEFT JOIN " . TABLE_PREFIX . "journals AS journal ON(journal.journalist_id = user.userid)

The instructions for the Journal say to add the below code to the Memberlist.php file:

LEFT JOIN " . TABLE_PREFIX . "journals AS journals ON(journals.journalist_id=user.userid)

Notice that the word "journal" in this code is journals (plural).

Since I am very new to PHP and VB, is this plural word of journal causing the error as indicated above?

If it isn't that ...can someone help me fix this error as I have tried everything.

U have attached my showthread file (I hope this is ok to do) in hopes that someone can help me fix this issue.

Thanks in advance.
Robin

Paul M
05-03-2005, 07:08 PM
The install script does not (cannot) make file edits, you must have. I suggest you re-edit it to what the instructions say. :)

YLP1
05-04-2005, 02:06 PM
The install script does not (cannot) make file edits, you must have. I suggest you re-edit it to what the instructions say. :)


DOH! You are so right!! What was I thinking LOL LOL

Though I still don't know how that bugger got edited....I removed the coding from the php file and so far so good....no errors.

Now I just have to figure out how to move the journal records from my backup db to the current one because when I uninstalled an reinstalled it wiped out the journal entrys.

Ladybugs487
05-04-2005, 02:41 PM
Looks like a great hack, however, one question before i install it. Is it possible for only some people to do journals and not others. Like if i have a certain group of people who have access to the journals and then everyone else is just a normal member? Thanks

Paul M
05-04-2005, 02:43 PM
Looks like a great hack, however, one question before i install it. Is it possible for only some people to do journals and not others. Like if i have a certain group of people who have access to the journals and then everyone else is just a normal member? ThanksThe ability to have a journal is a usergroup permission, so yes.

Ladybugs487
05-04-2005, 02:49 PM
The ability to have a journal is a usergroup permission, so yes.
thank you for the quick reply :nervous:

kenwen
05-04-2005, 03:47 PM
Hi all,

the journal on my site is flying along so much thanks to all involved.

I had a request the other day to change the default display option to be:

last entry's date / descending

Any advice on how to do this?

Also, is there an RSS or Atom feed?

Paul M
05-04-2005, 04:20 PM
I had a request the other day to change the default display option to be:

last entry's date / descending

Any advice on how to do this?

You have to edit the journal.php file to do this.

Find ;

$sort= "journaldate";
and change it to ;

$sort= "lastentry_date";

Find ;

$order= "ASC";
and change it to ;

$order= "DESC";

There are two instances of each.

:)

kenwen
05-04-2005, 06:30 PM
Cheers mate, works perfectly

now have you got any advice on the RSS/atom feed? :)

I've done a search in this thread but the post on it didn't make any sense at all to me.

Cloud-Warrior
05-05-2005, 02:29 PM
Yep, for RSS 1 try this post:

https://vborg.vbsupport.ru/showpost.php?p=564200&postcount=384

Edit: Oh, it didn't make sense!

Basically, there's a chunk of code in the journal.php to create .txt and .xml feeds, which are pretty basic and/or not valid. You put in the code from the above post after the xml if block, and make the other changes mentioned to your navbar template. Not sure if this is any clearer but others have installed this so if you reply here hopefully someone (or I) can help.

jungleb0y
05-05-2005, 03:46 PM
Quick question.. Anyone know how to get new posts in the journals to show up on the forum index page (postbit) so the members and guests don't have to search the journals for new posts?

Any ideas??

kenwen
05-05-2005, 09:17 PM
Yep, for RSS 1 try this post:

https://vborg.vbsupport.ru/showpost.php?p=564200&postcount=384

Edit: Oh, it didn't make sense!

Basically, there's a chunk of code in the journal.php to create .txt and .xml feeds, which are pretty basic and/or not valid. You put in the code from the above post after the xml if block, and make the other changes mentioned to your navbar template. Not sure if this is any clearer but others have installed this so if you reply here hopefully someone (or I) can help.

Cheers mate,

Firstly I take full responsibility to it not making sense. Stopped following IT and coding a few years back and now the only thing that makes sense is the value of importing Playstation Portables from Japan (use Sharp LCD's apparently, much better quality!)

first q: Where is the XML if block? I can't find it.
second q: I'll try to muddle through the navbar changes but how do my end users get hold of the RSS feed?

midnightwalker
05-07-2005, 04:56 AM
how can I edit the date of journal??? It's integer type in my database, not a string type :)

kenwen
05-07-2005, 10:53 AM
One more amendment to make...

I'd like to change the display option in the top panel from Latest entries, latest journals, journal links to something else.

The two options right now would be to latest entries, latest comments, latest journals or latest entries, latest comments and journal links.

Any advice on how to do this?

Thanks

dsboyce8624
05-07-2005, 01:40 PM
Okay, I installed this yesterday and had the user permissions problem which I fixed, thanks for the hack and the patch.

Now I thought everything was running fine, until I got to this new problem, which I see no fix for.

If I go to Member list, then click on a member name, I get a parse error:

Parse error: parse error in c:\inetpub\wwwroot\forums\member.php on line 536

536 is $templatename = iif($quick, 'memberinfo_quick', 'MEMBERINFO');

This is stock, however I added "$journal= fetch_journal($userid)" above it. If I remove the addition it works.

Any help is appreciated.

Paul M
05-07-2005, 09:33 PM
Did you put a " ; " after your addition ?

dsboyce8624
05-08-2005, 12:50 AM
Bingo! Thanks!

restless
05-09-2005, 07:05 PM
any word on a new version?

anyone ever attempt to intergrate incoming rss feeds from other journals?

kevinrstruck
05-09-2005, 07:23 PM
First, this is one hell of a hack! Very nice job. I am having one problem...

When I go to the journal index (journal.php) all I get is a blank page. Any idea what I did wrong or what template I may have incorrectly modified?

http://thephotostation.net/forums/journal.php


I did a search in this thread, but could not find a similar problem.

kevinrstruck
05-09-2005, 08:26 PM
First, this is one hell of a hack! Very nice job. I am having one problem...

When I go to the journal index (journal.php) all I get is a blank page. Any idea what I did wrong or what template I may have incorrectly modified?

http://thephotostation.net/forums/journal.php


I did a search in this thread, but could not find a similar problem.


***Update*** - Found my problem. I renamed the template "JOURNAL" (All uppercase) instead of "Journal" like I originally had and that did the trick.

scabbed
05-12-2005, 01:58 PM
i hope the author will made an update for the 3.5 because its the only hack i have installed on my forum :D

AN-net
05-12-2005, 04:39 PM
i hope the author will made an update for the 3.5 because its the only hack i have installed on my forum :D
actually i wont be updating for 3.5 because there is no point since i will be designing version 2 and version will then be designed for 3.5's plug-in system. anyways the release in june will only be beta at most.

scabbed
05-14-2005, 10:46 AM
do i understand that all our precedent journal entries will be lost if we update to the second version ?

(sorry i'm french lol)

AN-net
05-14-2005, 01:55 PM
when the second version is released no information should be lost at all as it will mostly contain added features, optimized code, and use of vB 3.5's plug-in system.

T3MEDIA
05-14-2005, 10:00 PM
actually i wont be updating for 3.5 because there is no point since i will be designing version 2 and version will then be designed for 3.5's plug-in system. anyways the release in june will only be beta at most.What about users that do not want to upgrade? I dont know WHY but some just dont want to upgrade.
Well I guess I know why but its silly.

ambrosious
05-15-2005, 01:10 AM
Can someone tell me how to get rid of the 5 character minimum in subject line and 10 character limit in body of journal entries?

Thanks!

LOVE THIS!

AN-net
05-15-2005, 02:16 AM
What about users that do not want to upgrade? I dont know WHY but some just dont want to upgrade.
Well I guess I know why but its silly.
well maybe ill code for both, but i wont be starting anyways till im comfortable with 3.5 anyways

scabbed
05-15-2005, 09:54 AM
when the second version is released no information should be lost at all as it will mostly contain added features, optimized code, and use of vB 3.5's plug-in system.


great :)

Nick0r
05-16-2005, 08:37 PM
To uninstall this modification, what needs to be done apart from reversing the template/file edits?

Flow Fusion
05-16-2005, 08:39 PM
To uninstall this modification, what needs to be done apart from reversing the template/file edits?

Remove anything that says "journal" from your database.

Stachel
05-17-2005, 10:03 AM
In the animationtalk.com forum,

what software tool is facilitating the

"Animation News" section on: http://www.animationtalk.com/

I thought at first it was vB Journal, but I guess not...


I'm asking because I'd like to have a "News Feed" section like that, 1 column, running down the left hand column of my main forum page, of news topics that I create.

Thanks for your thought and consideration.

Stachel

AN-net
05-17-2005, 04:29 PM
In the animationtalk.com forum,

what software tool is facilitating the

"Animation News" section on: http://www.animationtalk.com/

I thought at first it was vB Journal, but I guess not...


I'm asking because I'd like to have a "News Feed" section like that, 1 column, running down the left hand column of my main forum page, of news topics that I create.

Thanks for your thought and consideration.

Stachel
its a custom portal that grabs news from the custom news section located at http://news.animationtalk.com

Stachel
05-17-2005, 04:56 PM
its a custom portal that grabs news from the custom news section located at http://news.animationtalk.comWow. That is really spiff.

What hack provides the closest functionality?

Stachel

AN-net
05-17-2005, 05:56 PM
Wow. That is really spiff.

What hack provides the closest functionality?

Stachel
that would grab news... i guess vb advanced.

Polo
05-17-2005, 07:02 PM
that would grab news... i guess vb advanced.
are the discussion threads created automatically? or do you have to make them manually?

AN-net
05-18-2005, 01:07 AM
are the discussion threads created automatically? or do you have to make them manually?
they are automatically created with the news script and so are the thumbs which are all stored in file system so they are cachebale and hold less db space. i plan to eventually build the admin end and allow news articles to moveable to different categories.

if you guys have any further questions contact me via pm as i dont want to waste thread space...

Polo
05-18-2005, 12:39 PM
they are automatically created with the news script and so are the thumbs which are all stored in file system so they are cachebale and hold less db space. i plan to eventually build the admin end and allow news articles to moveable to different categories.

if you guys have any further questions contact me via pm as i dont want to waste thread space...
wow, that is a nice mod An-net, looks great congratulations :)

AN-net
05-18-2005, 05:11 PM
wow, that is a nice mod An-net, looks great congratulations :)
thank you

vasudeva
05-20-2005, 11:39 PM
Yeah, this looks very well-done.

I'm curious to what extent the Journal Search is -- or can be made to be -- integrated with the default VB Forum Search feature.

skorzguy
05-21-2005, 03:49 AM
I am having a problem, Images are "Red X" in the admin. It is trying to find this address:

http://www.allstarchat.com/forums/admincp/images/mood/Aggressive.gif

The images show fine in journal, just the admin images do not show. How would I fix this?

phlogiston
05-24-2005, 05:48 PM
a user just spotted a potential problem with our journals in that the Last Entry info (the title) is stored and shown to other users even if they don't have permission to read that entry :(

Any fix for this?
(asking people to use generic titles for Private Entries isn't too confidence building!)

AN-net
05-24-2005, 06:42 PM
a user just spotted a potential problem with our journals in that the Last Entry info (the title) is stored and shown to other users even if they don't have permission to read that entry :(

Any fix for this?
(asking people to use generic titles for Private Entries isn't too confidence building!)
search the thread, i believe there was one posted.

Paul M
05-24-2005, 07:09 PM
search the thread, i believe there was one posted.Search 79 pages !! - not an entirely practical solution really.

Fortunately, I know who posted the fix ;)

See https://vborg.vbsupport.ru/showthread.php?p=567736

phlogiston
05-24-2005, 07:52 PM
Fortunately, I know who posted the fix ;)cool, yer an absolute star - I only went back til about the beginning of this year looking so missed that :)

:up:

T3MEDIA
05-24-2005, 09:03 PM
Search 79 pages !! - not an entirely practical solution really.

Fortunately, I know who posted the fix ;)

See https://vborg.vbsupport.ru/showthread.php?p=567736Is that offer still good on sharing your journal.php?

Paul M
05-24-2005, 09:25 PM
Not sure - it's been customised a bit more since November, so it may break another system. I'd have to spend a bit of time comparing it to the current released version, and time is something I'm always short of.

restless
05-25-2005, 07:56 PM
AN-net,

Once again... is there any chance of having the ability for a user opt to have their LiveJournal inserted into VBJournal via LiveJournal's RSS feed?

Thanks,

Carter

AN-net
05-26-2005, 02:33 AM
AN-net,

Once again... is there any chance of having the ability for a user opt to have their LiveJournal inserted into VBJournal via LiveJournal's RSS feed?

Thanks,

Carter
this will be available in version 2, also for blogger it will be available.

PixelFx
05-26-2005, 05:43 AM
how goes work on 2.0 or are your waiting for vb3.5 to come out first then rebuild it then?

AN-net
05-26-2005, 04:35 PM
how goes work on 2.0 or are your waiting for vb3.5 to come out first then rebuild it then?
basically yeah, when oblivion was working with me earlier this year i did some code optimizations but no new features.

Oblivion Knight
05-26-2005, 06:05 PM
basically yeah, when oblivion was working with me earlier this year i did some code optimizations but no new features.Speaking of that, do you want me to package up what i've done at Gamers Euphoria for you to take a look at? I was working towards 1.0.2, but haven't had the time to do everything that I wanted to with it and so it has remained at 1.0.1b for a few months now..

AN-net
05-27-2005, 12:14 AM
Speaking of that, do you want me to package up what i've done at Gamers Euphoria for you to take a look at? I was working towards 1.0.2, but haven't had the time to do everything that I wanted to with it and so it has remained at 1.0.1b for a few months now..
its up to you, im changing much of the structure in version 2.

Andreas
05-27-2005, 01:22 AM
Security-Warning

This Hack seems to have several XSS and SQL-Injection-Vulnerbilities.

The author has been informed and is currently working on fixing the problems.
Until the availibility of a patch, plase be careful in using this hack - maybe you should disable it at all for the moment.

AN-net
05-27-2005, 01:30 AM
Security-Warning

This Hack seems to have several XSS and SQL-Injection-Vulnerbilities.

The author has been informed and is currently working on fixing the problems.
Until the availibility of a patch, plase be careful in using this hack - maybe you should disable it at all for the moment.
ok i think i found most of the xss vulnerbilities and solved that one sql-injection. kriby if you want to look over code please do to make sure i caught it all:)

please download to keep your site secure!!!

AN-net
05-27-2005, 02:07 AM
ok well KirbyDe went over the code again and found a couple more possible vulenerbilties. please download attachment to cover them. i will keep you guys updated if i find more.

Paul M
05-27-2005, 03:07 AM
Sorry, but I would need details of what you actually think you found/fixed, since my version is edited anyway (I removed many holes, and fixed all the privacy issues long ago).

rookiyong
05-27-2005, 07:37 AM
Hi,

My Registered Users usergroup is set to "No Journal", but when they register, they are automatically given a Yes in their profile and they are able to start a journal. Any solutions for that?

AN-net
05-27-2005, 04:32 PM
Hi,

My Registered Users usergroup is set to "No Journal", but when they register, they are automatically given a Yes in their profile and they are able to start a journal. Any solutions for that?
in phpmyadmin set it the user table canhavejournal default to 0

Nordinho
05-28-2005, 12:10 PM
viewing comments stopped working with the new journal.php file...

Fatal error: Call to undefined function: parse_bbcode2()

AN-net
05-28-2005, 03:04 PM
viewing comments stopped working with the new journal.php file...

Fatal error: Call to undefined function: parse_bbcode2()
oh sry about that

new file with that fixed, i removed it by accident. thought the functions_bbcodeparse.php was already called in that section....

Nordinho
05-29-2005, 11:32 AM
oh sry about that

new file with that fixed, i removed it by accident. thought the functions_bbcodeparse.php was already called in that section....
thanks for the update

rookiyong
05-30-2005, 05:24 AM
in phpmyadmin set it the user table canhavejournal default to 0

Thanks for the help ;)

John Diver
05-31-2005, 12:28 PM
Hey,
Im getting this error when I try access the admincp:

Parse error: parse error in c:\program files\easyphp1-8\www\niteen\forum\includes\functions.php on line 2018

Here is line 2018:

$debughtml .= " (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')'?')=== false, '?', '?','?','&amp;') . "tempusage=1\">Template Usage</a>) (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')'?')=== false, '?', '?','?','&amp;') . "explain=1\">Explain</a>)<br />\n";

Anyone know what is wrong?
It wasn't edited at all when I installed so not sure why it's not working.
Waiting to get into the admincp to edit the templates

Thanks

lifesbattles
05-31-2005, 11:48 PM
For some reaon after i start a journal, it still has the "start journal link". Also I get duplicate actions (buttons, commands etc) in my journal part... anyone else get this?

:Judge:
06-01-2005, 02:39 AM
I just took out the whole site! Please help :(

What does this mean?

Parse error: parse error, unexpected T_STRING in /home/planetqu/public_html/forums/includes/functions.php on line 507

Okay I opened with note pad went to line 507 and just took it out. All is okay now..so far.

:Judge:
06-01-2005, 03:47 AM
I got everything done and for the most part looks okay except I tried to access the journal and was told I did not have access. I looked around a bit and went into user groups.

In user groups I found the journal options and they was off but most of the options are missing.

Checkout image to see what I mean.

How or what do I need to check to fix this?

Paul M
06-01-2005, 06:13 AM
You need to read the thread - it must be mentioned 20+ times ......

John Diver
06-01-2005, 12:45 PM
Anyone have any idea for my problem?

Hey,
Im getting this error when I try access the admincp:

Parse error: parse error in c:\program files\easyphp1-8\www\niteen\forum\includes\functions.php on line 2018

Here is line 2018:

$debughtml .= " (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')'?')=== false, '?', '?','?','&amp;') . "tempusage=1\">Template Usage</a>) (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')'?')=== false, '?', '?','?','&amp;') . "explain=1\">Explain</a>)<br />\n";

Anyone know what is wrong?
It wasn't edited at all when I installed so not sure why it's not working.
Waiting to get into the admincp to edit the templates

Thanks

Thanks :)

Paul M
06-01-2005, 02:40 PM
Check the lines you did edit.

John Diver
06-01-2005, 05:14 PM
Just tried from the orginal functions.php and replaced the code, getting the exact same error.

Has anyone else installed since the last update without any problems?

Thanks

John Diver
06-01-2005, 05:19 PM
Does this work for 3.0.7?
Just thought about it...

Anyone tested it yet?

Thanks

Paul M
06-01-2005, 05:44 PM
Does this work for 3.0.7?
Just thought about it...

Anyone tested it yet?

ThanksYes.

:Judge:
06-01-2005, 06:24 PM
You need to read the thread - it must be mentioned 20+ times ......
Yes your right and believe it or not this was like one of the first hacks I did not read through the whole thread.

Just goes to show that you must read the entire post for an issue that you may have. People get a little tired of answering the same questions over and over when the answer is already there in your face, just have to look for it. If you are not trying to read the entire thread, much like this one with over 1200 replies then do a search.

I have my AdminCP permissions working now on 3.0.7 and all is well.

Thanks :)

wolfseye
06-02-2005, 02:16 AM
Helllo,

Everything works with one exception.... Many of the text descriptions for the journal under my usergroup control panel are missing....

Yes No
Yes No
Can View Comments Yes No
Yes No
Yes No
Yes No
Yes No
Can Edit Own Journal Entries Yes No
Yes No
Can Delete Own Journal Entries Yes No
Yes No

Can someone help me fill in the blanks?

Thanks!

--Mike Tripp

AN-net
06-02-2005, 09:02 AM
Helllo,

Everything works with one exception.... Many of the text descriptions for the journal under my usergroup control panel are missing....

Yes No
Yes No
Can View Comments Yes No
Yes No
Yes No
Yes No
Yes No
Can Edit Own Journal Entries Yes No
Yes No
Can Delete Own Journal Entries Yes No
Yes No


Can someone help me fill in the blanks?

Thanks!

--Mike Tripp
read the fixes in first post.

fechten
06-07-2005, 01:24 PM
Any way to allow for a user to create multiple journals?

For my site some users want to have 2 journals: one for general thoughts and one to act as a training log.

Thanks,
Craig

Widebertha
06-10-2005, 05:04 PM
Someone installed the vbulletin journal hack for me this past week. Is there an editor associated with the Journal that would allow members to change fonts and font colours, to post pictures, avatars and smilies into their entries? How does one go about posting links into your vbulletin Journal?

Thank you
Widebertha

AN-net
06-10-2005, 05:57 PM
Any way to allow for a user to create multiple journals?

For my site some users want to have 2 journals: one for general thoughts and one to act as a training log.

Thanks,
Craig
you have to change journalist_id from unique to not unique and edit a place in the code

AN-net
06-10-2005, 05:58 PM
Someone installed the vbulletin journal hack for me this past week. Is there an editor associated with the Journal that would allow members to change fonts and font colours, to post pictures, avatars and smilies into their entries? How does one go about posting links into your vbulletin Journal?

Thank you
Widebertha
these are done through bbcode there is no editor like the post at this time but bbcode can be used except html code.

Widebertha
06-10-2005, 08:35 PM
Hi,

Thank you for your reply. Just wondering if there are any add-ons for vbulletin journal? Also wondering if I can do something in the administrative control panel so that all the journals on my website are public journals? How does one get moods and smilies for vb Journal?

Thank you,
Widebertha

Andreas
06-14-2005, 05:32 PM
Urgent Security-Warning

This Hack has several severe XSS and SQL-Injection-Vulnerbilities.

The author has been informed since 2 weeks, but still hasn't fixed the remaining issues.
Therefore I strongly recommend to uninstall this hack in order to keep your Board secure.

Paul M
06-14-2005, 05:56 PM
Urgent Security-Warning

This Hack has several severe XSS and SQL-Injection-Vulnerbilities.

The author has been informed since 2 weeks, but still hasn't fixed the remaining issues.
Therefore I strongly recommend to uninstall this hack in order to keep your Board secure.
Well thanks for broardcasting it to the whole world - TBH, you are not exactly being very helpful here are you ? - now every unsavory person who reads this bloody great message will be looking for exploits. Uninstalling it is not exactly an option so why don't you be a little more helpful and tell us how to fix it, I don't even know what an XSS vulnerability is.

MajorFm.com
06-14-2005, 06:43 PM
Well thanks for broardcasting it to the whole world - TBH, you are not exactly being very helpful here are you ? - now every unsavory person who reads this bloody great message will be looking for exploits. Uninstalling it is not exactly an option so why don't you be a little more helpful and tell us how to fix it, I don't even know what an XSS vulnerability is.
I have to say the same, there are too many people using it to uninstall it... we appreciate the info but a pm might have been more of a option to the people who have clicked install... we need a fix asap...

Pseudomizer
06-14-2005, 06:55 PM
Hey guys,

sorry but I do NOT agree with the last 2 postings. VB.org moderators have to warn their members about any possible impact. If this hack has serious problems then I would deinstall it by removing the journal.php file in the first instance.

I have the hack installed as well and the first thing I did was to remove the file.

In addition Kirby is not responsible to provide any fix for this hack. He is just informing you guys. So do not blame him for informing you because next time he will just sit back and relax to see you struggling with your hacked board. I agree with Kirby that if the author does not react on any message he should inform the people by posting into the appropriate thread and not send a PM. Because a PM will not have the same effect like his posting.

If I would be the hack author I would react on the posting rather then on a PM to all users.

Summary: Contact the author to create the pressure to fix the security issue(s) and THANK Kirby for informing us.

Cheers,

Marco van Herwaarden
06-14-2005, 07:32 PM
As Kirby already mentioned, the author have been privatly informed about the vulnerabilities in more detail then this public post. He was given time to create a fix without mentioning the risks to public.

Since the risks still exist, it is our duty to inform the users of this hack of the risks. The choice to do this in the public thread was being made since not all that use the hack would have clicked install, and contacting in private would therefor be impossible.

Paul M
06-14-2005, 09:29 PM
Since the risks still exist, it is our duty to inform the users of this hack of the risks. The choice to do this in the public thread was being made since not all that use the hack would have clicked install, and contacting in private would therefor be impossible.
Inform the users yes - but broadcasting it to every man and his dog when no sort of fix is available is irresposible as far as I am concerned.

One of the reasons we click on install is to allow updates to be sent, users should have been informed in this manner. If the author is unable / unwilling to fix the issues then another user may have been able, before it was made public. BTW - if people install it and don't click install as requested then that is really their fault, as a hack writer, I have little sympathy for them.

FYI - this is the second time this has been publically posted in this thread, not the first - and as I said last time - I need to know what the actual problems are since we run a "hacked" version of the hack - so just replacing it with whatever the author provides is not feasible anyway.

Andreas
06-14-2005, 09:40 PM
@Paul M
Well, if only the users were informed then others (who might not have clicked Install or have not yet installed this) would not know.
And I think it's better to know that there are problems, instead of keeping them secret.
It's the same with for example Browser security issues: Once they are discovered, the developers are being informed.
After a while the information gets made public on Full Disclosure or smth. like this, so users are aware of the problem and can take apropriate action before a patch is available.
If they don't do - it'sd their fault
But leaving them uninformed increases the risk, as users wouldn't even know that there are problems.

Paul M
06-14-2005, 09:55 PM
I'm not going to argue about it, you have your opinion, I have mine, clearly they are never going to agree, and since you have now made it public, nothing can be done about it anyway. ;)

Since you are obviously aware of the issues, you can at least help me salvage what I consider a bad situation - please send me details of what you have found so I can check my own hacked version to see if I need to apply any fixes. I am aware of some issues in the original and removed some elements of code relating to them months ago. :)

dsboyce8624
06-14-2005, 10:26 PM
How about the rest of us? I like this hack, and my users are just discovering it.

Can it be fixed or not?

Flow Fusion
06-14-2005, 10:29 PM
Urgent Security-Warning

This Hack has several severe XSS and SQL-Injection-Vulnerbilities.

The author has been informed since 2 weeks, but still hasn't fixed the remaining issues.
Therefore I strongly recommend to uninstall this hack in order to keep your Board secure.
Details please?

Oblivion Knight
06-14-2005, 10:36 PM
I need to know what the actual problems are since we run a "hacked" version of the hack - so just replacing it with whatever the author provides is not feasible anyway.Sadly, the author is not inclined to do so.. He even stated the following in his original post:

Support may be denied if provided files are edited/modified and support may be stopped at any time due to any circumstances.

I too am currently using a "hacked" version of vBJournal. It would be useful if such information about these security issues were provided for us, but from the sound of things - it's is unlikely to happen for the time being..

dsboyce8624
06-14-2005, 10:45 PM
Sadly, the author is not inclined to do so.. He even stated the following in his original post:

Support may be denied if provided files are edited/modified and support may be stopped at any time due to any circumstances.

I too am currently using a "hacked" version of vBJournal. It would be useful if such information about these security issues were provided for us, but from the sound of things - it's is unlikely to happen for the time being..

I really don't care about the author, Kirby knows whats up.

Andreas
06-14-2005, 10:57 PM
If I would post more details about the issues, exploits would be easier ...
IMHO a fair amount of work is required to fix all issues, and to be honest, I am not in the mood for doing this :)

dsboyce8624
06-14-2005, 11:16 PM
If I would post more details about the issues, exploits would be easier ...
IMHO a fair amount of work is required to fix all issues, and to be honest, I am not in the mood for doing this :)

Then how about a PM for those who ask?

Pseudomizer
06-14-2005, 11:18 PM
I really don't care about the author, Kirby knows whats up.

You do not get the point. This is like:

"PC Games magazine publishes a new bug from Microsoft"

And you write an Email to PC Games and ask them to fix the bug.

HELLOOOOOOOOOOOOO?????

Contact the Author or live with the problems.

Just my 2 cents.

Cheers,

dsboyce8624
06-14-2005, 11:21 PM
You do not get the point. This is like:

"PC Games magazine publishes a new bug from Microsoft"

And you write an Email to PC Games and ask them to fix the bug.

HELLOOOOOOOOOOOOO?????

Contact the Author or live with the problems.

Just my 2 cents.

Cheers,

All I asked for were details, not a fix. It seems the author isn't responding.

EDIT: And as for modifications, I haven't made any.

Paul M
06-14-2005, 11:51 PM
If I would post more details about the issues, exploits would be easier ...
IMHO a fair amount of work is required to fix all issues, and to be honest, I am not in the mood for doing this :)<SIGH>, did you read my post at all. I asked you for details of the problems, not to fix them.

Since you are obviously aware of the issues, you can at least help me salvage what I consider a bad situation - please send me details of what you have found so I can check my own hacked version to see if I need to apply any fixes.I have scanned my version and found quite a number of what may be potential holes, but I would like to know what you have found to be sure we are talking about the same thing. A PM would be fine. :)

Paul M
06-14-2005, 11:51 PM
You do not get the point. This is like:

"PC Games magazine publishes a new bug from Microsoft"

And you write an Email to PC Games and ask them to fix the bug.

HELLOOOOOOOOOOOOO?????

Contact the Author or live with the problems.

Just my 2 cents.

Cheers,
Another helpful post :rolleyes:

dsboyce8624
06-14-2005, 11:59 PM
The author of this hack is still active here, I can't see why it would be ignored.

Guest190829
06-15-2005, 12:07 AM
I know An-net personally, and to the best of my knowledge he thinks he fixed all XSS vunerabilities. Kirby can you PM me and tell me whats wrong so I can tell him personally tomorrow? I know he is busy with his site so that could be the reason for not knowing about any other vunerabilities...

dsboyce8624
06-15-2005, 12:12 AM
I know An-net personally, and to the best of my knowledge he thinks he fixed all XSS vunerabilities. Kirby can you PM me and tell me whats wrong so I can tell him personally tomorrow? I know he is busy with his site so that could be the reason for not knowing about any other vunerabilities...

Thanks.

AN-net
06-15-2005, 02:19 AM
i am sry but personal things have kept me occupied such as my website, school, work, and life its self. i am currently very busy but i will try to find sometime to fix this. i am currently revising the fixes a i posted earlier with a better and more efficient fix. also at PaulM you are always for warned of file modifications and i am not required to provide you with edits if you modified my hack. Try getting a file comparer in the future;)

dsboyce8624
06-15-2005, 02:22 AM
i am sry but personal things have kept me occupied such as my website, school, work, and life its self. i am currently very busy but i will try to find sometime to fix this. i am currently revising the fixes a i posted earlier with a better and more efficient fix. also at PaulM you are always for warned of file modifications and i am not required to provide you with edits if you modified my hack. Try getting a file comparer in the future;)

As long as you are looking into it, and will work on a fix, I think we are all happy. It's just scary to have somebody post a big ugly message about security issues, and have no idea what they are talking about, or how to fix it.

As I said earlier, my users are just figuring out how to use this thing, and they like it.

I'd hate to have to pull it.

That said, thank you for checking into this.

Dennis

Paul M
06-15-2005, 02:35 AM
also at PaulM you are always for warned of file modifications and i am not required to provide you with edits if you modified my hack. Try getting a file comparer in the future;)FFS, please actually read the posts - at no point did I ask you to provide edits, I ASKED FOR DETAILS OF THE PROBLEM, not the fixes - I can do my own fixes as long as I know what I'm supposed to be fixing.

FYI - I have a file compare program, please don't try and be smart, it doesn't suit you. :p

Colin F
06-15-2005, 04:41 AM
Paul M,

Thanks for your input.
We know that announcing that a vulnerability exists can cause people to go search for it and try to exploit for it. In this case, the author had been contacted multiple times, but didn't seem willing to fix the script.
After discussing this internally, vBulletin.org staff decided to announce, that there is a vulnerability. We assumed that people using this modification would in the most cases be able to temporarily remove it and announce on their forum that it was removed due to security issues.

Still, I'm sure we will be reviewing our procedure for such cases. If you would like to provide any input, feel free to PM me.

MajorFm.com
06-15-2005, 10:42 AM
Ok anyway... i have removed journal.php for the time being, please let us know the fix...

Our journal is actually used by music artists as a diary for the fans, even though its not as busy as some others, its viewed alot...

I know this is a free hack and is a massive one to that is very helpful, we do appreciate your time etc... look forward to the fix

Thank you

AN-net
06-15-2005, 10:54 PM
you dont have to remove the file just turn it off via admincp, i created a master switch for such reasons.

AN-net
06-15-2005, 10:56 PM
please don't try and be smart, it doesn't suit you. :p
woops sorry if my smartness was not part of my brilliant character who created this hack;)

Paul M
06-15-2005, 11:03 PM
woops sorry if my smartness was not part of my brilliant character who created this hack;)I'm not sure now is the best time to be boasting about creating it. ;)

Despite the lack of help and/or co-operation from yourself and KirbyDE, I think I have now plugged all the possible SQL injection points and any XSS stuff I could find. It took me about 3 hours. I just have to test it tomorrow to make sure I haven't broken anything. :smoke:

MajorFm.com
06-16-2005, 12:07 AM
I have re-uploaded and turn the lights out on it... shout us wen u got a fix...

Flexo
06-16-2005, 12:50 AM
I'm not sure now is the best time to be boasting about creating it. ;)

There?s always the best time to boast about creating this hack. This is a great hack.
If you?re so much better at coding, create a better one. There?s no reason for personal insults.

Paul M
06-16-2005, 01:34 AM
There?s always the best time to boast about creating this hack. This is a great hack.Have you actually read post #1215 ?

If you?re so much better at coding, create a better one. There?s no reason for personal insults.As it happens I have modified my version to improve on some flaws in the original - though please feel free to point out where I actually said I was "so much better" - while you're at it, perhaps you could point out where the "personal insult" is as well. I fail to see where I have personally insulted anyone.

Flexo
06-16-2005, 01:45 AM
I?ve read post 1215. So? It?s a faulty hack, but still a very useful one. vB itself has security issues (why else would we be at version 3.0.7?), does that make it a bad software?

please don't try and be smart, it doesn't suit you.
I call that an insult.

Paul M
06-16-2005, 02:02 AM
I?ve read post 1215. So? It?s a faulty hack, but still a very useful one. vB itself has security issues (why else would we be at version 3.0.7?), does that make it a bad software?Correct - it's currently very faulty - to the point where vB recommend you don't use it until fixed - not really a good situation for 500 or so users of it to be in. I am fortunate in that I can fix my version, most people cannot. If you think this makes now a good time to boast about the hack then I guess you are in a different world to me.

I call that an insult.Erm, okay, if you consider that a personal insult then clearly you are on a totally different planet to me.

I see little point to continuing this discussio/argument since it clearly has nothing to do with the Journal, and we obviously have vastly different views of the world - so are never going to agree.

Andreas
06-16-2005, 02:05 AM
Could you guys please stop fighting?
That would be nice, thank you :)

Furthermore I have to point out that vB.org staff are not Jelsoft officials!

Guest190829
06-16-2005, 02:08 AM
Paul, since you've edited the default journal files(You've stated this more than necessary), you shouldn't even be posting in this thread, as you are flooded the thread with your insults and opinions that aren't needed. Let's leave this for support and constructive critisizm. ;)

An-net already apologized for getting personal issues sorted before a hack, which seems like something every hacker would do here.

Paul M
06-16-2005, 02:16 AM
Could you guys please stop fighting?
That would be nice, thank you :)Sorry, but if people post comments in a thread, directed at me, then I will respond to them.

Paul, since you've edited the default journal files(You've stated this more than necessary), you shouldn't even be posting in this thread, as you are flooded the thread with your insults and opinions that aren't needed. Let's leave this for support and constructive critisizm.Then why have you posted ? Again, If you post public comments directed at me than I will respond publically. If you don't want a public response then use PM. :)

AN-net
06-16-2005, 11:35 PM
i will be able to fix the vulnerabilities complete this weekend as i took off this entire weekend:)

dsboyce8624
06-17-2005, 12:03 AM
Thanks you very much.

zetetic
06-18-2005, 05:38 AM
Glad I happened to stumble on this thread tonight, otherwise I apparently never would've known there was a security hole. Whether it was the best idea to announce it publicly or not is one thing, but it would've been nice as someone who has clicked install to get some kind of notification about this.

Good luck with the patching, AN-net. :)

TruthElixirX
06-18-2005, 08:04 PM
I will be waiting for the patch. Thank you for updating. It is appreciated. :)

Andreas
06-20-2005, 10:47 PM
As it stands, this Hack still has major unfixed security vulnerbilities.
According to our Policy I am closing this Thread now, the ZIP file has been removed to protect new users of this hack.

Andreas
07-01-2005, 07:45 PM
All known Security issues have been fixed.
I'd strongly recommend every User to upgrade immediately

AN-net
07-01-2005, 07:53 PM
vB Journal 1.0.1
This upgrade fixes all known security holes within the vB Journal software. If you have vB Journal 1.0.0 installed please download the zip labeled Upgrade_vBJournal_v1-0-0_to_v1-0-1 and follow the ReadMe.txt within the zip. New installers/vbjournalers do not worry the vB Journal_1-0-1 zip package is the most recent and contains all current fixes. Thank you all for your patience and I am deeply sorry for security that were once present in my software. I will strive for a quicker and safer vB Journal in version 2.

If any of you are wondering about version 2 i have a progress update. vB Journal 2 will be written in Object Orient Programming(OOP) format. This will make journal more extensible and easier to use. I will post more progress updates as I see fit. There is no release date!!!

EDIT:
I would like to thank KirbyDE for all his help and support throughout the process of patching. He deserves the most thanks from everyone:)

DjTaz
07-01-2005, 08:07 PM
Im now getting

Parse error: parse error, unexpected T_STRING, expecting T_VARIABLE or '$' in /home/lxbjkoq/public_html/forum/journal.php on line 867

designstylez
07-01-2005, 08:19 PM
Same here.

Im now getting

Parse error: parse error, unexpected T_STRING, expecting T_VARIABLE or '$' in /home/lxbjkoq/public_html/forum/journal.php on line 867

scabbed
07-01-2005, 08:23 PM
same error ;)