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

yep i think so but as you see i got some silly errors ..
and i dont want to see any at final phase

anyway tnx for ur help ..
keep on testing
  #43  
Old 11-05-2002, 06:16 PM
Limpkinw Limpkinw is offline
 
Join Date: Feb 2002
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I found adding the following to my admin/index.php was very helpful. Nothing fancy but helpful.

After
PHP Code:
  makenavoption("New Posts","../mod/moderate.php?action=posts","<br>");
makenavoption("New Attachments","../mod/moderate.php?action=attachments");
makenavselect("Moderation","<hr>");
// ************************************************* 
Add

PHP Code:
//File Manager
makenavoption("Manage Custom Fields","filesadmin.php?action=cfview","<br>");
makenavoption("Add Custom Field(s)","filesadmin.php?action=addcf","<br>");
makenavoption("Manage Catagories","filesadmin.php?action=catview","<br>");
makenavoption("Add Catagorie(s)","filesadmin.php?action=addcat","<br>");
makenavoption("Manage Files","filesadmin.php?action=fileview","<br>");
makenavoption("Moderate File(s)","filesadmin.php?action=mfiles","<br>");
makenavoption("Add File(s)","filesadmin.php?action=addfile","<br>");
makenavselect("File Manager","<hr>");
//End File Manager
// ************************************************* 
Hope that's right
  #44  
Old 11-05-2002, 07:10 PM
erdem erdem is offline
 
Join Date: Oct 2001
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it seems right
i thought posting that via final release would be good .. anyway

any other bug ?
test in every condition ..
  #45  
Old 11-05-2002, 07:17 PM
Limpkinw Limpkinw is offline
 
Join Date: Feb 2002
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am trying to get some users to "upload" files so i can moderate them.

Will let you know any results.
So far its very good.
  #46  
Old 11-05-2002, 11:26 PM
Graphics's Avatar
Graphics Graphics is offline
 
Join Date: Mar 2002
Posts: 157
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i luv this hack and i am not going to install onmy forums until you got the final released
  #47  
Old 11-06-2002, 03:34 AM
erdem erdem is offline
 
Join Date: Oct 2001
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

allright it seems the Beta 4 will be the last release before final.
i need a template fixer ..
as i have two known visual problem :
-> in admin panel ; there is an space between main cat and its first subcat ..
-> in file view ; (if the file has a thread) there is a unwanted row height at the "rate thread drop-down" row.

after fixing template issues and final test i will release final ...
greetz
  #48  
Old 11-06-2002, 03:50 AM
Limpkinw Limpkinw is offline
 
Join Date: Feb 2002
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Because I did not want to drop my files database (even though it is small) I tried to do a manual edit of these templates.
However, I can not find them. Are they hidden in an area other than templates?

Thanks!
  #49  
Old 11-06-2002, 05:04 AM
erdem erdem is offline
 
Join Date: Oct 2001
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

for fixing the rate file template :

open file_threadexist template:
find :
PHP Code:
<form action="threadrate.php" method="get"
replace with:
PHP Code:
<form style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px;  MARGIN: 0px; PADDING-TOP: 0px" action="threadrate.php" method="get"
the other silly spaces between cats-subcats visual problem in admin cp can not be resolved ..
atleast i couldnt find any solution

anyway that isnt a bug or problem ..

i think its time to release final ...
im on last tests ..
report anything you got as a error or so ...

greetz
  #50  
Old 11-06-2002, 12:37 PM
erdem erdem is offline
 
Join Date: Oct 2001
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Final Released !
From Now Discussions on this file will be at

https://vborg.vbsupport.ru/showthrea...threadid=45454

Thread Closed
Greetz
:bunny:
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 12:52 PM.


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.04279 seconds
  • Memory Usage 2,305KB
  • Queries Executed 24 (?)
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
  • (4)bbcode_php
  • (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
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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