vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Hacks database (or whatever else you want) (https://vborg.vbsupport.ru/showthread.php?t=63001)

squawell 03-29-2004 06:25 AM

found another problem,see attach pics,the USERID disappear how to solve the problem?thankz

VBDev 03-29-2004 06:55 PM

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

VBDev 03-29-2004 06:59 PM

@squawell : I look for it

VBDev 03-29-2004 07:23 PM

@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 ;)

squawell 03-29-2004 10:35 PM

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:D

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^^

zim119 04-06-2004 04:40 PM

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?

sross 04-10-2004 11:53 PM

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 :)

sross 04-13-2004 09:41 PM

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"

sross 04-13-2004 09:48 PM

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 :(

Wildthinks 04-26-2004 07:30 PM

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:


All times are GMT. The time now is 09:13 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.01198 seconds
  • Memory Usage 1,799KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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