Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Beta Releases
FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools
Advanced File Archive Beta Details »»
Advanced File Archive Beta
Version: 1.00, by erdem erdem is offline
Developer Last Online: Dec 2013 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 11-01-2002 Last Update: Never Installs: 4
Is in Beta Stage  
No support by the author.

What it does ?
This hack is integration of pafiledb to vbulletin.
Its complete new code. Nothing imported from pafiledb.
Currently this hack is working without any problem.
But there is some little template issues and other things mentioned at " Known Issues " section.

Install this hack to your test machine.
And test it for every stiuations.

Current Version : 1.0 Final

UPDATE : Final Released! Discussions/Support on this hack will be in https://vborg.vbsupport.ru/showthrea...threadid=45454 Please visit this url for anything related with this hack. Beta Support Ended.

Features :
-> Search (via date, via viewcount, via name and more)
-> Letter view
-> Perpage display
-> Subcats
-> User file submissions
-> Forum per category
-> Thread per program (if category forum selected)
-> Custom userfields
-> Moderate files
-> Easy admin panel
-> Archive stats
-> Installer - UnInstaller
-> And more

How to use ?
- Upload filesadmin.php to your forum admin dir.
- Upload files.php to your forum dir.
- Access filesadmin.php and then click install.
- Add categories , files , custom fields.

Feature Requests :
Current version is in feature freeze mode.
So i need feedback from this version.

What i want from you?
Allright i want full system test from testers.
Full feedback.
Security check.
Functions check.
Speed check.
Does it f*ck server ?
And so ..

Screen Shots?
Sorry i cant provide a test server cuz i have only one license
anyway here is some screen shots : https://vborg.vbsupport.ru/attachmen...&postid=318089

Greetz
Erdem
:bunny:

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 11-04-2002, 06:19 PM
Limpkinw Limpkinw is offline
 
Join Date: Feb 2002
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you need any help testing let me know...it is up in current format on my board. Just put it back up.
  #33  
Old 11-05-2002, 04:41 AM
erdem erdem is offline
 
Join Date: Oct 2001
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
  #34  
Old 11-05-2002, 05:49 AM
erdem erdem is offline
 
Join Date: Oct 2001
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
  #35  
Old 11-05-2002, 11:08 AM
erdem erdem is offline
 
Join Date: Oct 2001
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
  #36  
Old 11-05-2002, 03:33 PM
Limpkinw Limpkinw is offline
 
Join Date: Feb 2002
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
  #37  
Old 11-05-2002, 03:47 PM
erdem erdem is offline
 
Join Date: Oct 2001
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 ..
  #38  
Old 11-05-2002, 03:57 PM
erdem erdem is offline
 
Join Date: Oct 2001
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:
  #39  
Old 11-05-2002, 04:04 PM
erdem erdem is offline
 
Join Date: Oct 2001
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
  #40  
Old 11-05-2002, 04:14 PM
erdem erdem is offline
 
Join Date: Oct 2001
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

greetz
  #41  
Old 11-05-2002, 04:37 PM
Limpkinw Limpkinw is offline
 
Join Date: Feb 2002
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:38 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.04675 seconds
  • Memory Usage 2,316KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (8)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete