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

Reply
 
Thread Tools
Hacks database (or whatever else you want) Details »»
Hacks database (or whatever else you want)
Version: 1.00, by VBDev VBDev is offline
Developer Last Online: Dec 2021 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 03-25-2004 Last Update: Never Installs: 20
 
No support by the author.

Installation time : 30-40 min
Phrases to add : 43
Template to add : 11
Files to modify : 11
Files to add : 2
Templates to modify : 8

The support will be done on our forum : vBulletinDeV

You can see this hack here and on our forum :

http://www.vbulletindev.net/forums/hacks_root.php

With this hack, you will a new part to your board where threads informations (and other new informations) are recorded from wanted forums.

Forums which records in the database are set in the admincp, you can choose too which kind of document is recorded in this database, everywhere in the board, the word Hack will be replace with the new one you set.

Hacks are ranked by categories, in the display's page of hacks, screenshots (gif and jpg image) are displayed, if there are no, the column Screenshot doesn't appear

An installation system is too avaible which count how many users have installed each hack. They select it with an INSTALL/DESINSTALL button which appears in the thread's display and the hack's display

Tha author of the subject, can with an UPDATE button send automatically emails to members who have installed the hack, to send updates, informations ...

You can manage too in usergroup's permissions which usergroups can access to the database

Some statistics are displayed in the database's home page, you can configure number of stats to display

In member's profile is displayed too which hacks have been created


This hack can be usefull for board with tutorials by example, or car gallery in specified forums ...

Try it :devious:

Note that all phrases, templates and queries are installed automatically

Hack : http://www.vbulletindev.net/forums/s...?p=180#post180

Show Your Support

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

Comments
  #22  
Old 03-29-2004, 06:25 AM
squawell's Avatar
squawell squawell is offline
 
Join Date: Oct 2001
Posts: 681
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

found another problem,see attach pics,the USERID disappear how to solve the problem?thankz
Reply With Quote
  #23  
Old 03-29-2004, 06:55 PM
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you have already installed this hack, a bug was found this afternoon, just do whit is in the attached file


I update the zip
Reply With Quote
  #24  
Old 03-29-2004, 06:59 PM
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@squawell : I look for it
Reply With Quote
  #25  
Old 03-29-2004, 07:23 PM
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@squawell : replace the template hacks_liste_hack with the new one in the templates.xml file

Do the same for hacks template

Most of the problem come from the copy/paste from the textarea box of vB, some lines were passed, that's why you have some problems with templates

Then, replace modifications to do in MEMBERINFO template with :

PHP Code:
<tr>
<
td class="tcat" colspan="2"><phrase 1="$vboptions[hack_kind_db]">$vbphrase[hacks_database]</phrase></td>
</
tr>
<
tr>
<
td class="panelsurround" align="center" colspan="2">
    <
div class="panel">
        <
div align="$stylevar[left]">
 
            <
div class="fieldset">
                <
table cellpadding="0" cellspacing="$stylevar[formspacer]px" border="0" width="100%">
                <
tr>
                    <
td>
 
 
                        <
table border=0 width="100%">
                            <
tr>
                                <
td valign="top">
                                    <
table class="tborder" cellpadding="$stylevar[cellpadding]
 
cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
                                        <
tr>
                                            <
td 
 
class="tcat"><phrase 1="$vboptions[hack_kind_db]">$vbphrase[hacks_database]</phrase></td><td class="tcat" align="center">$vbphrase[hacks_nb_install]</td>
                                        </
tr>
                                        
$liste
                                    
</table>
                                </
td>
                            </
tr>
                        </
table>
                    </
td>
                </
tr>
                </
table>
            </
div>
        </
div>
    </
div>
</
td>
</
tr
In your admincp/usergroup.php, have you :

PHP Code:
        // Hacks DB Grog6 vbdev
        
print_yes_no_row(construct_phrase($vbphrase['can_see_hack_database'], $vboptions[hack_kind_db]), 'usergroup[canseehackdatabase]'
$ug_bitfield['canseehackdatabase']);
        
// Hacks DB 
??

Then replace your hacks.php file with the new one in the zip file at the begining of the thread, wait 5 min, I do it now
Reply With Quote
  #26  
Old 03-29-2004, 10:35 PM
squawell's Avatar
squawell squawell is offline
 
Join Date: Oct 2001
Posts: 681
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by VBDev
@squawell : replace the template hacks_liste_hack with the new one in the templates.xml file

Do the same for hacks template

Most of the problem come from the copy/paste from the textarea box of vB, some lines were passed, that's why you have some problems with templates

Then, replace modifications to do in MEMBERINFO template with :

PHP Code:
<tr>
<
td class="tcat" colspan="2"><phrase 1="$vboptions[hack_kind_db]">$vbphrase[hacks_database]</phrase></td>
</
tr>
<
tr>
<
td class="panelsurround" align="center" colspan="2">
    <
div class="panel">
        <
div align="$stylevar[left]">
 
            <
div class="fieldset">
                <
table cellpadding="0" cellspacing="$stylevar[formspacer]px" border="0" width="100%">
                <
tr>
                    <
td>
 
 
                        <
table border=0 width="100%">
                            <
tr>
                                <
td valign="top">
                                    <
table class="tborder" cellpadding="$stylevar[cellpadding]
 
cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
                                        <
tr>
                                            <
td 
 
class="tcat"><phrase 1="$vboptions[hack_kind_db]">$vbphrase[hacks_database]</phrase></td><td class="tcat" align="center">$vbphrase[hacks_nb_install]</td>
                                        </
tr>
                                        
$liste
                                    
</table>
                                </
td>
                            </
tr>
                        </
table>
                    </
td>
                </
tr>
                </
table>
            </
div>
        </
div>
    </
div>
</
td>
</
tr
In your admincp/usergroup.php, have you :

PHP Code:
        // Hacks DB Grog6 vbdev
        
print_yes_no_row(construct_phrase($vbphrase['can_see_hack_database'], $vboptions[hack_kind_db]), 'usergroup[canseehackdatabase]'
$ug_bitfield['canseehackdatabase']);
        
// Hacks DB 
??

Then replace your hacks.php file with the new one in the zip file at the begining of the thread, wait 5 min, I do it now
thankz for fix some problems VBDev

BUT the attach file seems have problem here,cant open the TXT file and nothing in ZIP file???Please reupload it again^^

below is my code in usergroup.php maybe u want to take look:
Code:
// Hacks DB Grog6 vbdev
        print_yes_no_row(construct_phrase($vbphrase['can_see_hack_database'], $vboptions[hack_kind_db]), 'usergroup[canseehackdatabase]', 
$ug_bitfield['canseehackdatabase']);
       // Hacks DB
any idea??thankz^^
Reply With Quote
  #27  
Old 04-06-2004, 04:40 PM
zim119 zim119 is offline
 
Join Date: Aug 2002
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am getting the following error whenever I click on a link to the hack:

Matt, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

What sould I do to change this?
Reply With Quote
  #28  
Old 04-10-2004, 11:53 PM
sross sross is offline
 
Join Date: Mar 2004
Posts: 355
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by zim119
I am getting the following error whenever I click on a link to the hack:

Matt, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

What sould I do to change this?
Same here, everything seems to be installed and working ok, but something is wrong with my permissions

Can anyone help, really want to get this going! thanks
Reply With Quote
  #29  
Old 04-13-2004, 09:41 PM
sross sross is offline
 
Join Date: Mar 2004
Posts: 355
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sross
Same here, everything seems to be installed and working ok, but something is wrong with my permissions

Can anyone help, really want to get this going! thanks
found it it was the setting in user group manager "Can see $vboptions[hack_kind_db]s in the database"
Reply With Quote
  #30  
Old 04-13-2004, 09:48 PM
sross sross is offline
 
Join Date: Mar 2004
Posts: 355
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sross
found it it was the setting in user group manager "Can see $vboptions[hack_kind_db]s in the database"
hmm scrap that, seems to only work for my administrators group, i added my registered users and subscribers groups and they still get the permissions error sigh
Reply With Quote
  #31  
Old 04-26-2004, 07:30 PM
Wildthinks's Avatar
Wildthinks Wildthinks is offline
 
Join Date: Apr 2002
Location: .:BeRLiN:.
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi please help,

ok
I like the idea and i need the database,
but i have tried to install it ... no error messages.
vb 3.01 - german!

After installation and add the phrases the I have not languages and my navbar are without words.. i added the problems...
I have download the hack today.

I have installed twice step for step ...is there a problem with the languanges?
The settings are installed with the instructions
:ermm:
Reply With Quote
Reply


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 07:34 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05475 seconds
  • Memory Usage 2,368KB
  • 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
  • (1)bbcode_code
  • (4)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
  • (4)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