vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Paypal button per member (https://vborg.vbsupport.ru/showthread.php?t=136588)

t3nt3tion 01-15-2007 02:32 PM

Paypal button per member
 
I want someones help. I`ve added a profilefield in vB, where a user can add his paypal email.Now I want to display a Donate button in the users postbit ( doesn`t matter : legacy or new ), so if a browsing member goes on the forum, he can donate to that user. I`ve tried to use $post[fieldx], but when I click on the button, it doesn`t work. I think this is similar to vBulletins hack, for hack posting coders. I would need something like that, or at least this small thing. How can I use a value from a field ? Can forms be used in templates directly ?

Regards

RedTyger 01-15-2007 02:36 PM

Try using bbuserinfo instead of post. i.e.

Hello, my email address is $bbuserinfo['field1'].

t3nt3tion 01-15-2007 02:37 PM

Trying it now. One moment..

Nope. When I click the button it redirects me to :

You did not select any posts to which the action you picked can be applied.


I have vbSEO installed. Would that cause this. ?

Ok, the text is getting parsed, I can see the email in the source code, but it`s not redirecting me to paypal. :(

t3nt3tion 01-16-2007 04:22 PM

Anyone ?

t3nt3tion 01-18-2007 03:42 PM

How to use forms in templates ?

Staxed 01-18-2007 04:11 PM

can you show the code that you are currently using

t3nt3tion 01-18-2007 04:17 PM

<if condition="$post['field5']">

<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="$bbuserinfo[field5]">
<input type="hidden" name="page_style" value="PayPal">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="tax" value="0">
<input type="hidden" name="bn" value="PP-DonationsBF">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

</if>

I added that in the postbit template, so I can show a paypal donate button. My problem is that when I click the button it`s taking me to a page : inlinemod.php

If I look in the source code, I can see the field being change with my option, but it`s not redirecting me to the right page.

RedTyger 01-18-2007 04:47 PM

There's no opening tag for the form if that's the exact code you're using, so it's probably merging with the inlinemod form.

t3nt3tion 01-18-2007 05:26 PM

Sorry, I posted that before the td cell. Even if I add it, still doesn`t work.

RedTyger 01-18-2007 07:51 PM

So what's the full code, including the opening form tag?

t3nt3tion 01-21-2007 02:13 PM

This is the postbit. You can see there the paypal. That generates a button, but when I click it, I`m redirected to the inline mod.

PHP Code:

<table class="tborder" id="post$post[postid]cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr>
    <
td class="thead" $post[scrolltothis]>
        <
div class="normal" style="float:$stylevar[right]">
            &
nbsp;
            <if 
condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a> &nbsp;</if>
            
<if condition="$show['reputationlink']">
                <
span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>
                <if 
condition="$show['popups']"><script type="text/javascript"vbrep_register("$post[postid]")</script></if>&nbsp;
            </if>
            <if 
condition="$show['infractionlink']"><a href="infraction.php?$session[sessionurl]do=report&amp;p=$post[postid]rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/infraction.gif" alt="<phrase 1="$post[username]">$vbphrase[add_infraction_for_x]</phrase>" border="0" /></a> &nbsp;</if>
            <if 
condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]border="0" /></a> &nbsp;</if>
            
$post[iplogged]
            <if 
condition="$show['inlinemod']">
            <
input type="checkbox" name="plist[$postid]" id="plist_$postidstyle="vertical-align:middle; padding:0px; margin:0px 0px 0px 5px" value="$post[checkbox_value]/>
            </if>
        </
div>
        
        <
div class="normal">
            <!-- 
status icon and date -->
            <
a name="post$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]border="0" /></a>
            <if 
condition="!$show['announcement']">
                
$post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
            <else />
                <
phrase 1="$post[startdate]2="$post[enddate]">$vbphrase[x_until_y]</phrase>
            </if>
            
$post[firstnewinsert]
            <!-- / 
status icon and date -->
        </
div>
    </
td>
</
tr>
<
tr>
    <
td class="alt2" style="padding:0px">
        <!-- 
user info -->
        <
table cellpadding="0" cellspacing="$stylevar[cellpadding]border="0" width="100%">
        <
tr>
            <if 
condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]$post[avwidth$post[avheightalt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if>
            <
td nowrap="nowrap">
            
                <!-- 
vbPlaza start -->
<
div id="postmenu_$post[postid]<if condition="$post['namestyle']">style="$post[namestyle]"</if>>
<!-- 
vbPlaza end -->
                    <if 
condition="$show['profile']">
                    <
class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
                    
$post[onlinestatus]
                    <
script type="text/javascript"vbmenu_register("postmenu_$post[postid]"true); </script>
                    <else />
                    
$post[musername]
                    </if>
                </
div>
                
                <!-- 
vbPlaza start -->
<if 
condition="$post['usertitle']"><div class="smallfont" <if condition="$post['titlestyle']">style="$post[titlestyle]"</if>>$post[usertitle]</div></if>
<!-- 
vbPlaza end -->
                <if 
condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
                
            </
td>
            <
td width="100%">&nbsp;</td>
            <
td valign="top" nowrap="nowrap">
                
                <
div class="smallfont">
<if 
condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>

<if 
condition="$post['field5']">

<
form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<
input type="hidden" name="cmd" value="_xclick">
<
input type="hidden" name="business" value="$bbuserinfo[field5]">
<
input type="hidden" name="page_style" value="PayPal">
<
input type="hidden" name="no_shipping" value="2">
<
input type="hidden" name="no_note" value="1">
<
input type="hidden" name="currency_code" value="USD">
<
input type="hidden" name="tax" value="0">
<
input type="hidden" name="bn" value="PP-DonationsBF">
<
input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<
img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</
form>


</if>

                    <if 
condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
                    <if 
condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
                    <
div>
                        
$vbphrase[posts]: $post[posts]
<!-- 
vbPlaza start -->
<if 
condition="$show['pointsinpostbit']"><br />
$vbphrase[vbbux_points]: $post[points]<br />
$vbphrase[vbbux_bank]: $post[bank]<br />
<
phrase 1="$vbphrase[vbbux_points]">$vbphrase[vbbux_total_points]</phrase>: $post[totalpoints]<br />
<
a href="vbplaza.php?do=donate&amp;userid=$post[userid]">$vbphrase[vbplaza_donate]</a><br />
</if>
<!-- 
vbPlaza end -->
                    </
div>
                    <if 
condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
                    <if 
condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
                    <
div>$post[icqicon$post[aimicon$post[msnicon$post[yahooicon$post[skypeicon]</div>

<!-- 
vbPlaza start -->
                <if 
condition="$post['giftsdisplay']"><div class="smallfont">$post[giftsdisplay]</div></if>
                <if 
condition="$post['ribbonsdisplay']"><div class="smallfont">$post[ribbonsdisplay]</div></if>
<!-- 
vbPlaza end -->
                </
div>
                
            </
td>
        </
tr>
        </
table>
        <!-- / 
user info -->
    </
td>
</
tr>
<
tr>
    <
td class="alt1" id="td_post_$post[postid]">
    <!-- 
messageattachmentssig -->
    
        <if 
condition="$show['messageicon'] OR $post['title']">
            <!-- 
icon and title -->
            <
div class="smallfont">
                <if 
condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]alt="$post[icontitle]border="0" /></if>
                <if 
condition="$post['title']"><strong>$post[title]</strong></if>
            </
div>
            <
hr size="1" style="color:$stylevar[tborder_bgcolor]/>
            <!-- / 
icon and title -->
        </if>
        
        <!-- 
message -->
        <
div id="post_message_$post[postid]">$post[message]</div>
        <!-- / 
message -->
    
        <if 
condition="$show['attachments']">
        <!-- 
attachments -->
            <
div style="padding:$stylevar[cellpadding]px">
            
            <if 
condition="$show['thumbnailattachment']">
                <
fieldset class="fieldset">
                    <
legend>$vbphrase[attached_thumbnails]</legend>
                    <
div style="padding:$stylevar[formspacer]px">
                    
$post[thumbnailattachments]
                    </
div>
                </
fieldset>
            </if>
        
            <if 
condition="$show['imageattachment']">
                <
fieldset class="fieldset">
                    <
legend>$vbphrase[attached_images]</legend>
                    <
div style="padding:$stylevar[formspacer]px">
                    
$post[imageattachments]
                    </
div>
                </
fieldset>
            </if>
            
            <if 
condition="$show['imageattachmentlink']">
                <
fieldset class="fieldset">
                    <
legend>$vbphrase[attached_images]</legend>
                    <
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0">
                    
$post[imageattachmentlinks]
                    </
table>
                    </
fieldset>
            </if>
            
            <if 
condition="$show['otherattachment']">
                <
fieldset class="fieldset">
                    <
legend>$vbphrase[attached_files]</legend>
                    <
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0">
                    
$post[otherattachments]
                    </
table>
                </
fieldset>
            </if>
            
            <if 
condition="$show['moderatedattachment']">
                <
fieldset class="fieldset">
                    <
legend>$vbphrase[attachments_pending_approval]</legend>
                    <
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0">
                    
$post[moderatedattachments]
                    </
table>
                </
fieldset>        
            </if>
            
            </
div>
        <!-- / 
attachments -->
        </if>
        
        <if 
condition="$post['signature']">
        <!-- 
sig -->
            <
div>
                
__________________<br />
                
$post[signature]
            </
div>
        <!-- / 
sig -->
        </if>
        
        <if 
condition="$show['postedited']">
        <!-- 
edit note -->
            <
div class="smallfont">            <hr size="1" style="color:$stylevar[tborder_bgcolor]/>
                <
em>
                <
phrase 1="$post[edit_username]2="$post[edit_date]3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
                <if 
condition="$post['edit_reason']">$vbphrase[reason]: $post[edit_reason]</if>
                </
em>
            </
div>
        <!-- / 
edit note -->
        </if>
    
        <
div style="margin-top: 10px" align="$stylevar[right]">
            <!-- 
controls -->
            <if 
condition="$post['editlink']">
                <
img style="display: none" id="progress_$postidsrc="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]/>
                <
a href="$post[editlink]name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]border="0" /></a>
            </if>
            <if 
condition="$post['forwardlink']">
                <
a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]border="0" /></a>
            </if>
            <if 
condition="$post['replylink']">
                <
a href="$post[replylink]rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]border="0" /></a>
            </if>
            <if 
condition="$show['multiquote_post']">
                <
a href="$post[replylink]rel="nofollow" onclick="return false"><img src="$stylevar[imgdir_button]/multiquote_<if condition="$show['multiquote_selected']">on<else />off</if>.gif" alt="$vbphrase[multi_quote_this_message]border="0" id="mq_$post[postid]/></a>
            </if>
            <if 
condition="$show['quickreply'] AND !$show['threadedmode']">
                <
a href="$post[replylink]rel="nofollow" id="qr_$post[postid]onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]border="0" /></a>
            </if>
            <if 
condition="$show['moderated']">
                <
img src="$stylevar[imgdir_misc]/moderated.gif" alt="$vbphrase[moderated_post]border="0" />
            </if>
            <if 
condition="$show['deletedpost']">
                <
img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[deleted_post]border="0" />
            </if>
            <if 
condition="$show['redcard']">
                <
a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/redcard.gif" alt="$vbphrase[received_infraction]border="0" /></a>
            <else />
                <if 
condition="$show['yellowcard']">
                    <
a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/yellowcard.gif" alt="$vbphrase[received_warning]border="0" /></a>
                </if>
            </if>
            <!-- / 
controls -->
        </
div>
        
    <!-- 
messageattachmentssig -->
    
    </
td>
</
tr>
</
table>

<!-- 
post $post[postidpopup menu -->
<
div class="vbmenu_popup" id="postmenu_$post[postid]_menu" style="display:none;">
    <
table cellpadding="4" cellspacing="1" border="0">
    <
tr>
        <
td class="thead">$post[username]</td>
    </
tr>
    <if 
condition="$show['profile']">
        <
tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$post[userid]">$vbphrase[view_public_profile]</a></td></tr>
    </if>
    <if 
condition="$show['pmlink']">
        <
tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase></a></td></tr>
    </if>
    <if 
condition="$show['emaillink']">
        <
tr><td class="vbmenu_option"><a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$post[userid]rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_email_to_x]</phrase></a></td></tr>
    </if>
    <if 
condition="$show['homepage']">
        <
tr><td class="vbmenu_option"><a href="$post[homepage]"><phrase 1="$post[username]">$vbphrase[visit_xs_homepage]</phrase></a></td></tr>
    </if>
    <if 
condition="$show['search']">
        <
tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$post[userid]rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td></tr>
    </if>
    <if 
condition="$post['userid'] AND $show['member']">
    <
tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
    </if>
    </
table>
</
div>
<!-- / 
post $post[postidpopup menu -->


$postbit_advertisement 


ConqSoft 01-21-2007 02:28 PM

If you use $bbuserinfo[field5], that will be the value for the user CURRENTLY logged in and viewing the post. You need to use $post[field5].

t3nt3tion 01-21-2007 02:31 PM

Even if I use that value, the system still doesn`t send me to paypal !

PS. Thanks for the info though.

So what should I add so when a user posts a thread, the email would be taken from his profile ?

Like using $post[musername] to take a field value from the user ?

ConqSoft 01-21-2007 02:41 PM

Yes, that would be the username of the poster.

t3nt3tion 01-21-2007 02:42 PM

Ok, but how can I get a field value from a user ?
The profile value of the poster...I have field5 created...how can I get that value from the user ?

RedTyger 01-21-2007 03:11 PM

$post[field5] should be doing exactly that. Try changing it to $post['field5']? :confused:

t3nt3tion 01-21-2007 03:19 PM

It`s like this, users make posts, and in each postbit, I would get under the poster, a paypal donate button, with the email taken from the posters profile..I tried the $post with ''

Quote:

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/truthlie/public_html/includes/adminfunctions_template.php(3596) : eval()'d code on line 68
So then the syntax isn`t right.

mac27 01-22-2007 12:50 AM

I have been trying the same thing on my forum. I have been getting the same thing you have for a week now. Have you had anymore luck with it?

RedTyger 01-22-2007 08:28 AM

Hm. The thought just occurred to me that the values aren't processed until the paypal site (since that's where the form submit is) and that by the time you get to that stage any post value is meaningless since you've left the forum.

Perhaps?

mac27 01-22-2007 08:31 AM

Yes that is a good point. I can get this to work in IE but not Fire Fox. In IE it lets you goto the paypal site but it does not have the paypal email any more and throws up an error.

So any ideas on how we could do this?

evenmonkeys 01-22-2007 09:13 AM

The following was tested on Internet Explorer, FireFox, and Opera: worked on all three.

Code:

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="$post[field5]" />
<input type="hidden" name="page_style" value="PayPal" />
<input type="hidden" name="no_shipping" value="1" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="tax" value="0" />
<input type="hidden" name="bn" value="PP-DonationsBF" />
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

The only difference I see is that I removed the currency and I changed shipping from 2 to 1.

mac27 01-22-2007 06:19 PM

So you were able to make a donation and go all the way through with it on all 3 browsers?

I just tried your code above and still the same thing. So back to the drawing board. :) Thanks for the input.

t3nt3tion 01-22-2007 06:40 PM

Code works when I`m not logged in, LOL, it didn`t cross my mind it would work like this. I need to try now to make some dummy users, and see if this code takes their email, or just the last posters email.

evenmonkeys 01-23-2007 01:30 AM

I guess I just don't understand why this wouldn't work. When I look at the source of the page, everyone's email address is correct. Why would it change upon clicking submit? That doesn't make any sense.

I'm willing to bet that it's on PayPal's end. In any case, the code that I posted works perfectly for me. However, the code I took from your post does not work for me. I honestly have no explination either...

mac27 01-23-2007 03:20 AM

Yeah. I wish we could come up with this and get it working. I am sure allot of people would love to have this hack.

evenmonkeys 01-23-2007 05:09 AM

It makes no sense to me. The following is taken directly from what vBulletin.org uses:
Code:

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="" />
<input type="hidden" name="page_style" value="PayPal" />
<input type="hidden" name="no_shipping" value="1" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="tax" value="0" />
<input class="button" name="submit" value="Donate Now!" type="submit" />
</form>

Then when you add the $post to the business field, that's where it knows to send it. If it's working for me and not for you guys... maybe it's a modification on your board preventing it? I don't have any modifications other than a couple that only effect the forumhome.

This bothers me and I'm sure I'll continue toying with it for awhile. >_<;

mac27 01-24-2007 12:33 PM

Well no luck on my end yet. I have asked a coder that has more experience in coding than I but no response yet from them. Fingers crossed.

t3nt3tion 01-25-2007 08:27 AM

The fact is, this works for me, only when I log out. If I`m logged in, and click the button generated, I get redirected to the inline mod. A bug in vB maybe, something not validating/using forms as it should be ? Session variables ?

mac27 02-16-2007 02:19 AM

I have found a way to make this work. We were using the wrong code all together. I have decided to make a hack for this so users can add this to there postbit if they want. This is only my 3rd hack and so far it is working great. I just have a couple things left before it is done. I am working on making it so the user can show if they are paypal verified or not.

If you are still wanting this let me know.

OK it is finished. Here is a screen shot of it.

http://img292.imageshack.us/img292/4...stbitsswr0.gif

t3nt3tion 02-16-2007 11:46 AM

OMG. WOW. Yes yes, please do it :D

mac27 02-16-2007 11:48 AM

Here is the link to it. Click install and help a brother out. LOL

https://vborg.vbsupport.ru/showthread.php?t=139552

I hope it does what you want.

t3nt3tion 02-17-2007 09:26 PM

Man, hat down. ;) Everything works like a charm ;)

mac27 02-17-2007 09:53 PM

Thanks bud. It is only my third hack. So I was hoping it worked how you wanted.

t3nt3tion 02-17-2007 09:55 PM

Works perfectly, the only suggestion that I`d have is uploading the paypal images, they`re a bit hard to find for some people.

mac27 02-17-2007 10:07 PM

You can change the images used by just getting new images and renaming them the same name as the images I used. Then just upload them. One of the images I used is a Paypal small icon. The other is one I had on my PC.

t3nt3tion 02-17-2007 10:16 PM

Yes, I know. I got the images, paypal and verified from vBulletin`s donate thing LOL. Anyway, keep up the good work :)

mac27 02-17-2007 10:20 PM

If I mis understood the question please explain more. It has been a log day and my brain is worn down. I hope to do more with this hack. So I am open to suggestions.


All times are GMT. The time now is 12:54 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.01642 seconds
  • Memory Usage 2,071KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (37)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete