vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vb3 Attachments - Including Multiple Attachments Option (https://vborg.vbsupport.ru/showthread.php?t=52294)

Bison 04-29-2003 07:12 PM

Some of you guys ask the weirdest questions ... now do you really think this young man knows if this hack will work with other hacks? Why don't you try it on a test board and give us all your feedback instead! :o

Good piece of work Rake!

rake 04-29-2003 07:25 PM

alamuae: Are you sure you ran the queries? All 5 of them?
350Chevy: I mentioned I was working on that. Re-download the file in the first post and read upgrading instructions. There are parts for the editpost.php only for people with the "add attachment on edit post hack". They're marked in the instructions file. This also goes for Anguish.
subu1: templates.txt includes three templates to add, not just newthread.php


Also, the first post has been updated. Thank you.
As for my age, *grin* 15 seems to be my lucky number. I turned 15 on the 15th of April. :)

iggy123 04-29-2003 08:37 PM

I am having a problem with this hack also, it tells me that i dont have the permissions to add the files????

DPoole 04-29-2003 08:41 PM

Quote:

Today at 09:12 PM Bison said this in Post #41
Some of you guys ask the weirdest questions ... now do you really think this young man knows if this hack will work with other hacks? Why don't you try it on a test board and give us all your feedback instead! :o

Good piece of work Rake!


well maybe u having prob reading but i can clearly see people have installed it - whether to test board or not and are having probs and as for feedback i see loads if i go back and read the posts (HINT HINT)

So obvious people are gonna be wary about installing it unless they sure it works fine and as rake posted himself he still has some minor adjudments to do with it himself hence my post above.

rake 04-29-2003 09:06 PM

Quote:

Today at 10:37 PM iggy123 said this in Post #43
I am having a problem with this hack also, it tells me that i dont have the permissions to add the files????

Even with this update?

Hobbes 04-29-2003 09:16 PM

one question, when the install says 'comment out'

does that mean delete the code?

</ n00bish >

and what do I do with 'attachment.php' :( >.>

and im still getting the log in thing <.<!

iggy123 04-29-2003 09:29 PM

Quote:

Today at 11:06 PM rake said this in Post #45
Even with this update?
yep, even with the update.

I am also getting the following sql error when i try to view old attachments:
PHP Code:

Database error in vBulletin 2.3.0:

Invalid SQLSELECT filename,filedata,dateline,visible
                            FROM attachment
                            WHERE attachmentid
='31'AND private=0
mysql error
Unknown column 'private' in 'where clause'

mysql error number1054

Date
Tuesday 29th of April 2003 05:26:53 PM
Script
: [url]http://xxxxxxxx.net/forums/forums/attachment.php?attachmentid=31[/url]

Referer: [url]http://xxxxxx.net/forums/showthread.php?threadid=360[/url] 


Link14716 04-29-2003 10:34 PM

Quote:

Today at 06:06 PM rake said this in Post #45
Even with this update?
Yes, I am also having that problem, and I installed it after the update.

squawell 04-29-2003 10:50 PM

Quote:

Today at 08:34 AM Link14716 said this in Post #48
Yes, I am also having that problem, and I installed it after the update.
also have same problem....

Link14716 04-29-2003 11:24 PM

The "no permission" problem was so simple to solve, it's not even funny...

Open newattachment.php
Find:
PHP Code:

if ($permissions[canpostattachment]) { 

Replace With:
PHP Code:

if (!$permissions[canpostattachment]) { 



All times are GMT. The time now is 08:48 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.01480 seconds
  • Memory Usage 1,749KB
  • 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_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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