vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   Advanced File Archive Beta (https://vborg.vbsupport.ru/showthread.php?t=45314)

Limpkinw 11-04-2002 06:19 PM

If you need any help testing let me know...it is up in current format on my board. Just put it back up.

erdem 11-05-2002 04:41 AM

Beta 3 released ..
Upload corrected files and re-test the hack ..
All the code issues should be resolved now ..
Any feedback on templates/codes/bug reports will be great
Tnx
Erdem

erdem 11-05-2002 05:49 AM

if anyone gets login prompt problem ...

open files.php :

find
PHP Code:

$bbuserinfo[usergroupid

and replace all occurance with
PHP Code:

$bbuserinfo['usergroupid'

and than retry ...
greetz

erdem 11-05-2002 11:08 AM

Quote:

Originally posted by erdem
if anyone gets login prompt problem ...
open files.php :
find
PHP Code:

$bbuserinfo[usergroupid

and replace all occurance with
PHP Code:

$bbuserinfo['usergroupid'

and than retry ...
greetz

allright zip updated u dont need to edit code from now ..
currently it checks for if users logged in .. else it show error message ..

i need testers for beta 3 ..
i need all types of reports to release final edition soon ..

greetz

Limpkinw 11-05-2002 03:33 PM

This version is pretty good still testing some stuff out...one suggestion, make the "link" for files clickable.

One bug...When editing files already approved the link for the thread seems to disapear.

Will give more feedback upon arrival.

erdem 11-05-2002 03:47 PM

Quote:

Originally posted by Limpkinw
This version is pretty good still testing some stuff out...one suggestion, make the "link" for files clickable.

One bug...When editing files already approved the link for the thread seems to disapear.

Will give more feedback upon arrival.

your suggestion can be made via :
open files.php;
find :
PHP Code:

$fileurl=$myrow["fileurl"]; 

replace with :
PHP Code:

$fileurl=$myrow["fileurl"];
if(
$fileurl==""){$fileurl="Download URL Not Available";}else{$fileurl="<a href=\"$fileurl\">$fileurl</a>";} 

i will check the bug report ..

erdem 11-05-2002 03:57 PM

Quote:

Originally posted by Limpkinw
One bug...When editing files already approved the link for the thread seems to disapear.
i need more info on this ...
i didnt get anything like this :surprised:

erdem 11-05-2002 04:04 PM

Quote:

Originally posted by erdem


i need more info on this ...
i didnt get anything like this :surprised:

bug found and resolved ...
open filesadmin.php;
find : (line 1222+- in doef function)
PHP Code:

$threadid=0

replace with :
PHP Code:

$threadid=$filepo

greetz

erdem 11-05-2002 04:14 PM

one more bug found and fixed ..
bug fixed version zipped and the file at first post renewed ..

greetz

Limpkinw 11-05-2002 04:37 PM

New version looks really good...I'm starting to run out of bugs lol. I think soon enough its gonna be past beta.

Will give feedback.


All times are GMT. The time now is 08:18 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.01462 seconds
  • Memory Usage 1,747KB
  • 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
  • (8)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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