vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   v3 Articles 1.0.1 - [vB 3.0.1] (https://vborg.vbsupport.ru/showthread.php?t=65934)

bold 12-04-2004 04:46 PM

Quote:

Originally Posted by Zorobz
thanks pingme :)
any side notes? fixes i would need for it?

too many. :( i just uninstalled mine.

Guy G 12-04-2004 05:18 PM

Quote:

Originally Posted by bold
too many. :( i just uninstalled mine.

:(:( but this is critical for meh...
why did u uninstall it? what bugs ect was there that it was so unbareable?

bold 12-04-2004 07:13 PM

Quote:

Originally Posted by Zorobz
:(:( but this is critical for meh...
why did u uninstall it? what bugs ect was there that it was so unbareable?

they list them in this thread. :) i just found it easier making a new forum and posting articles there.

Guy G 12-04-2004 07:29 PM

but than i loose many featurs of the hack... did u use 3.0.3 btw?

Qwest 12-04-2004 11:23 PM

Quote:

Originally Posted by deathemperor
well why don't you just edit it like the instrucstion ? isn't it very simple ?

I don't think John knows this already, if yes he should have given a official fix.

or maybe we should email him.

Sounds good. Let's just leave it like this for others to download and get their boards hacked too.

Great idea...

deathemperor 12-05-2004 04:11 AM

Quote:

Originally Posted by Qwest
Sounds good. Let's just leave it like this for others to download and get their boards hacked too.

Great idea...

don't tell me that you can't see the fix note, eh ?
you think that someone is able to re-release the package that only John can ?
no, no one can, mate

Paul M 12-05-2004 10:17 AM

Quote:

Originally Posted by deathemperor
don't tell me that you can't see the fix note, eh ?
you think that someone is able to re-release the package that only John can ?
no, no one can, mate

The "fix" note only addresses one small part of the problem, it requires a number of changes to plug all the holes.

deathemperor 12-07-2004 04:48 AM

Quote:

Originally Posted by Pitman
if (!$permissions['articlepermissions'] & CANFEATURE)

There are a few in there that are right though, hopefully he will release a new version soon. :)


WRONG, if it's only if (!$permissions['articlepermissions'] & CANFEATURE) then this is totally incorrect, it is never going to work, it MUST be: if (!($permissions['articlepermissions'] & CANFEATURE))

I've spent half a day to fix all issues by myself and fortunately yet disappointedly I found alot of bugs. It looks like this hack was coded very carelessly and uncompleted. and I wonder why this could be a HoTM (!?!)

this is a fix done by me, I don't know if there're still any but without these any board installed this can terribly be hacked I believe.

KTBleeding 12-07-2004 01:32 PM

Quote:

Originally Posted by deathemperor
WRONG, if it's only if (!$permissions['articlepermissions'] & CANFEATURE) then this is totally incorrect, it is never going to work, it MUST be: if (!($permissions['articlepermissions'] & CANFEATURE))

I've spent half a day to fix all issues by myself and fortunately yet disappointedly I found alot of bugs. It looks like this hack was coded very carelessly and uncompleted. and I wonder why this could be a HoTM (!?!)

this is a fix done by me, I don't know if there're still any but without these any board installed this can terribly be hacked I believe.

Awesome!

One problem though. I can't find this at all:

Code:

FIND IN article_display:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
<if condition="(($article['articleuserid'] == $bbuserinfo['userid']) AND ($permissions['articlepermissions'] & CANEDOWNART)) OR (($article['articleuserid'] != $bbuserinfo['userid']) AND ($permissions['articlepermissions'] & CANEDOTHART))">
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

This is the closest one to it I could find:
Code:

<if condition="(($article['articleuserid'] == $bbuserinfo['userid']) AND ($permissions['articlepermissions'] & CANEDOWNART)) OR ($permissions['articlepermissions'] & CANEDOTHART)
Is that the one you're talking about?

PS: Thanks for updating us with a more secure script.

Guy G 12-07-2004 02:32 PM

Code:

Database error in vBulletin 3.0.3:

Invalid SQL: SELECT articlepost.*, article.categoryid FROM vb3_articlepost
                                                                          INNER JOIN vb3_article AS article ON (article.articleid = articlepost.articleid)
                                                                          WHERE articlepost.postid=17
mysql error: Unknown table 'articlepost'

mysql error number: 1051


getting error when trying to edit a comment... any ideas pleasE?


All times are GMT. The time now is 11:02 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02253 seconds
  • Memory Usage 1,750KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete