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

Reply
 
Thread Tools
Details »»

Version: , by tubedogg tubedogg is offline
Developer Last Online: Dec 2016 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 06-02-2001 Last Update: Never Installs: 161
 
No support by the author.

Thanks to Bane there has been a complete reworking of the installation/instructions for this hack. It is now up to date for 2.0.3 and the installer runs exactly like the vB install/upgrade scripts do.

There is no demo as I don't currently use stars on my board.

For version: 2.0.3

Files needed: stars.php

Files to edit: newthread.php, newreply.php, admin/misc.php, admin/index.php, admin/usergroup.php, register.php and possibly stars.php

Templates to edit: postbit

Instructions: Upload install_starshack.php and stars.php to your admin directory. Go to example.com/admin/install_starshack.php and login, then follow the on-screen instructions.

Upgrade information: If you have previously installed the stars hack, make sure you choose the "upgrade" option on the screen mentioned in the instructions. If you have previously installed this version (using install_starshack.php), you MUST STILL use the upgrade option even if you are reinstalling or you will get database errors.

This hack is © 2001 Kevin Schumacher and may not be redistributed, modified or not, without prior permission.

Please DO NOT contact me via AIM, ICQ, PM, or email about this hack. Post your question/problem here and I will try to help you.

Feedback appreciated.

Show Your Support

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

Comments
  #317  
Old 02-12-2002, 01:27 AM
Massiel Massiel is offline
 
Join Date: Feb 2002
Location: Australia
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, I am going to be trying to install this hack on my forums. I previously used UBB and had a star hack there.

This of course is quite different, so I am having some enquiries.

I have 8 user titles in my forums. I would then need 8 different color stars, one for each, one for the mods and one for the administrator. I notice the hack only has 2 stars with it. Would it work to add more then 2, if so, where are they added, does it need to be modified, and if so, how?

I am new at this but I just love this hack and if I had to choose one hack out of all the hundreds out there, this would be the one. Please help me out!

It just looks so complicated, it asks to modify all those files yet there is an installer to upload? I don't see any explanations on what to edit, or does this become obvious once you start the installation?
Reply With Quote
  #318  
Old 02-17-2002, 06:30 AM
Massiel Massiel is offline
 
Join Date: Feb 2002
Location: Australia
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well I tried doing it and run into some problems, here they are, somebody please help me!

It says to find this in admin/index.php

<tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="2" id="navtable">
<?php maketableheader("User Titles"); ?>
</table>
<a href="usertitle.php?s=<?php echo $session[sessionhash]; ?>&action=add"> Add </a> |
<a href="usertitle.php?s=<?php echo $session[sessionhash]; ?>&action=modify"> Modify </a>
</td></tr>

I looked everywhere, many times, all I can find close to that is:

<table width="100%" border="0" cellspacing="0" cellpadding="<?php echo iif($cpnavjs,2,5); ?>" id="navtable">

Why can't I find it? I see others had no trouble installing this hack...

Now the other one is at misc.php, says to find this:

maketableheader("Update Users Info</b> - </b>updates user titles<b>","",0);

This is all there is there:

// ###################### Start user choices #######################
if ($action=="chooser") {

doformheader("misc","updateuser");
maketableheader("Update User's Titles","",0);
makeinputcode("Number of users to do per cycle: ","perpage","1000");
doformfooter("Update");

doformheader("misc", "updateposts");
maketableheader("Update User's Post Counts</b> - does not add non-posting forums to total. (This will recalculate all of your user's post counts based on their CURRENT posts in the database. Do not run this if you have pruned posts or manually changed post counts and you wish to maintain their current counts.)<b>", "", 0);
makeinputcode("Number of users to do per cycle: ","perpage","1000");
doformfooter("Update");

doformheader("misc","updateforum");
maketableheader("Update Forums Info</b> - update forum post counts<b>","",0);
makeinputcode("Number of forums to do per cycle: ","perpage","100");
doformfooter("Update");

doformheader("misc","updatethread");
maketableheader("Update Thread Info</b> - update thread post counts, original posters, last post date, attachment totals<b>","",0);
makeinputcode("Number of threads to do per cycle: ","perpage","2000");
doformfooter("Update");

doformheader("misc","buildsearchindex");
maketableheader("Rebuild search index</b> - (very intensive, but rarely needed)<b>","",0);
makeinputcode("Number of threads to do per cycle: ","perpage",100);
makeinputcode("Thread number to start at: ","startat",0);
makeinputcode("Total number of threads to process: <BR>(0 for unlimited)","doprocess",0);
makeyesnocode("Include automatic JavaScript<BR>redirect to next page?","autoredirect",1);
echo "<tr class='".getrowbg()."'><td colspan=2><p><i>If you are reindexing, you may want to empty the indexes.</i> <a href=\"misc.php?action=emptyindex\"><b>Click Here to do so!</b></a></td></tr>";
doformfooter("Re-index");

doformheader("misc","removedupe");

maketableheader("Remove dupe threads</b> - (relatively intensive, but useful after importing posts)<b>","",0);
makeinputcode("Number of threads to do per cycle: ","perpage","500");
doformfooter("Remove");
}

cpfooter();
?>

Any ideas of what is going on? Please help!
Reply With Quote
  #319  
Old 02-17-2002, 11:37 AM
Massiel Massiel is offline
 
Join Date: Feb 2002
Location: Australia
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Persistence pays off, please ignore my msg, I figured it out! Thanks !
Reply With Quote
  #320  
Old 03-02-2002, 02:34 PM
Rachael Rachael is offline
 
Join Date: Mar 2002
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Massiel

I am having the same problem. What was your solution? Or can anyone else help?
Reply With Quote
  #321  
Old 03-02-2002, 07:52 PM
isoking isoking is offline
 
Join Date: Mar 2002
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just to help u all. here is a little change i made myself....

Where is says
Find In Admin/index.php
<tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="2" id="navtable">
<?php maketableheader("User Titles"); ?>
</table>
<a href="usertitle.php?s=<?php echo $session[sessionhash]; ?>&action=add"> Add </a> |
<a href="usertitle.php?s=<?php echo $session[sessionhash]; ?>&action=modify"> Modify </a>
</td></tr>

And Replace With:
<!-- Stars Hack -->
<tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="2" id="navtable">
<?php maketableheader("User Stars"); ?>
</table>
<a href="stars.php?s=<?php echo $session[sessionhash]; ?>&action=add"> Add </a> |
<a href="stars.php?s=<?php echo $session[sessionhash]; ?>&action=modify"> Modify </a>
</td></tr>
<!-- Stars Hack End -->

IGNORE THIS ABOVE.. USE WHATS BELOW
****************************

Find In Admin/index.php:

makenavoption("Add","usertitle.php?action=add","|" );
makenavoption("Modify","usertitle.php?action=modif y");
makenavselect("User Titles");
// ***

Add Below that:

makenavoption("Add","stars.php?action=add","|");
makenavoption("Modify","stars.php?action=modify"," |");
makenavselect("Stars Hack");
// ***
Reply With Quote
  #322  
Old 03-09-2002, 08:59 PM
Warez Warez is offline
 
Join Date: Oct 2001
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For 3rd replacement in admin/misc.php, find

maketableheader("Update User's Titles","",0);

and replace it with

maketableheader("Update User's Titles & Stars","",0);

This is only cosmetic, but I have put it here for those who might want to know. Thanks to isoking for the updates on the admin/index.php file.
Reply With Quote
  #323  
Old 03-17-2002, 04:46 AM
jbell jbell is offline
 
Join Date: Dec 2001
Location: PHNX, AZ
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

its late guys i tried installing the code at www.xtremesystems.org/forums - and it isn't working yet, any suggestions?
Reply With Quote
  #324  
Old 03-18-2002, 04:49 PM
kvk007 kvk007 is offline
 
Join Date: Mar 2002
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi guys! in admin/index.php

I can not find those lines!!!

>>>>>>>
<tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="2" id="navtable">
<?php maketableheader("User Titles"); ?>
</table>
<a href="usertitle.php?s=<?php echo $session[sessionhash]; ?>&action=add"> Add </a> |
<a href="usertitle.php?s=<?php echo $session[sessionhash]; ?>&action=modify"> Modify </a>
</td></tr>
Reply With Quote
  #325  
Old 03-18-2002, 09:28 PM
dimitr|'s Avatar
dimitr| dimitr| is offline
 
Join Date: Oct 2001
Location: St Paul
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Doesn't the post 3 posts above yours address this?
Reply With Quote
  #326  
Old 03-19-2002, 04:42 AM
Wolf42's Avatar
Wolf42 Wolf42 is offline
 
Join Date: Nov 2001
Location: Vienna, Austria, Europe
Posts: 150
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by kvk007
Hi guys! in admin/index.php

I can not find those lines!!!

>>>>>>>
<tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="2" id="navtable">
<?php maketableheader("User Titles"); ?>
</table>
<a href="usertitle.php?s=<?php echo $session[sessionhash]; ?>&action=add"> Add </a> |
<a href="usertitle.php?s=<?php echo $session[sessionhash]; ?>&action=modify"> Modify </a>
</td></tr>
You can't find that, couse that is the code in vb 2.0.3. If you have an vB 2.2.1 and above the code is different.
Reply With Quote
  #327  
Old 03-23-2002, 11:43 AM
Champion Champion is offline
 
Join Date: Feb 2002
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi!
I've installed the hack, but I would like to have two different star-colors for one User-Title (e.g.: User-Title: Special Member; User-Star: 1 gold, 2 silver)....
Do you understand what I mean?

How can I do that?
Reply With Quote
  #328  
Old 03-30-2002, 02:07 AM
iconic iconic is offline
 
Join Date: Feb 2002
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also, I'm a bit of a n00b to editing but I believe I've found something..

For 2.2.4 For Step 2 In usergroup.php, you want to find:
Quote:
if ($HTTP_POST_VARS['action']=="insert") {

$DB_site->query("INSERT INTO usergroup (usergroupid,title,usertitle,cancontrolpanel,canmo difyprofile,canviewmembers,canview,showgroup,canse arch,canemail,canpostnew,canmove,canopenclose,cand eletethread,canreplyown,canreplyothers,canviewothe rs,caneditpost,candeletepost,canusepm,canpostpoll, canvote,canpostattachment,ismoderator,canpubliceve nt,canpublicedit,canthreadrate,cantrackpm,candenyp mreceipts,maxbuddypm,maxforwardpm,canwhosonline,ca nwhosonlineip,cangetattachment)
VALUES (NULL,'".addslashes($title)."','".addslashes($user title)."',$cancontrolpanel,$canmodifyprofile,$canv iewmembers,$canview,$showgroup,$cansearch,$canemai l,$canpostnew,$canmove,$canopenclose,$candeletethr ead,$canreplyown,$canreplyothers,$canviewothers,$c aneditpost,$candeletepost,$canusepm,$canpostpoll,$ canvote,$canpostattachment,$ismoderator,$canpublic event,$canpublicedit,$canthreadrate,$cantrackpm,$c andenypmreceipts,$maxbuddypm,$maxforwardpm,$canwho sonline,$canwhosonlineip,$cangetattachment)");
And replace it with:

Quote:
// Star Hack
if ($HTTP_POST_VARS['action']=="insert") {

$DB_site->query("INSERT INTO usergroup (usergroupid,title,usertitle,starlevel,starimg,can controlpanel,canmodifyprofile,canviewmembers,canvi ew,cansearch,canemail,canpostnew,canmove,canopencl ose,candeletethread,canreplyown,canreplyothers,can viewothers,caneditpost,candeletepost,canusepm,canp ostpoll,canvote,canpostattachment,ismoderator,canp ublicevent,canpublicedit,canthreadrate,cantrackpm, candenypmreceipts,maxbuddypm,maxforwardpm,canwhoso nline,canwhosonlineip)
VALUES (NULL,'".addslashes($title)."','".addslashes($user title)."','$starlevel','$starimg',$cancontrolpanel ,$canmodifyprofile,$canviewmembers,$canview,$canse arch,$canemail,$canpostnew,$canmove,$canopenclose, $candeletethread,$canreplyown,$canreplyothers,$can viewothers,$caneditpost,$candeletepost,$canusepm,$ canpostpoll,$canvote,$canpostattachment,$ismoderat or,$canpublicevent,$canpublicedit,$canthreadrate,$ cantrackpm,$candenypmreceipts,$maxbuddypm,$maxforw ardpm,$canwhosonline,$canwhosonlineip,$cangetattac hment)");
// Star Hack End
Tell me If I'm wrong, but I noticed that 2.2.4 has $cangetattatchment, and I knew that was at least somewhat important..
Reply With Quote
  #329  
Old 03-30-2002, 02:29 AM
iconic iconic is offline
 
Join Date: Feb 2002
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

update :

Installation worked fine, and I think what I did helped.. I can still view attatchments, at least
Reply With Quote
  #330  
Old 04-01-2002, 02:48 PM
The Matrix 7 The Matrix 7 is offline
 
Join Date: Feb 2002
Location: Hollywood
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hello iconic,

you have forget the $showgroup 2 times and the $cangetattatchment 1 time.

I think the corect Code is this:


if ($HTTP_POST_VARS['action']=="insert") {

$DB_site->query("INSERT INTO usergroup (usergroupid,title,usertitle,starlevel,starimg,can controlpanel,canmodifyprofile, canviewmembers,canview,showgroup,cansearch,canemai l,canpostnew,canmove,canopencl ose,candeletethread,canreplyown,canreplyothers,can viewothers,caneditpost,candele tepost,canusepm,canpostpoll,canvote,canpostattachm ent,ismoderator,canpublicevent ,canpublicedit,canthreadrate,cantrackpm,candenypmr eceipts,maxbuddypm,maxforwardp m,canwhosonline,canwhosonlineip,cangetattachment)
VALUES (NULL,'".addslashes($title)."','".addslashes($user title)."','$starlevel','$stari mg',$cancontrolpanel,$canmodifyprofile,$canviewmem bers,$canview,$showgroup,$cans earch,$canemail,$canpostnew,$canmove,$canopenclose ,$candeletethread,$canreplyown ,$canreplyothers,$canviewothers,$caneditpost,$cand eletepost,$canusepm,$canpostpo ll,$canvote,$canpostattachment,$ismoderator,$canpu blicevent,$canpublicedit,$cant hreadrate,$cantrackpm,$candenypmreceipts,$maxbuddy pm,$maxforwardpm,$canwhosonlin e,$canwhosonlineip,$cangetattachment)");
Reply With Quote
  #331  
Old 04-01-2002, 10:41 PM
unclejojo16's Avatar
unclejojo16 unclejojo16 is offline
 
Join Date: Mar 2002
Location: VBulletin.org
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PK  ?*+???` d star2.gifs?t??L?f?bX? ?Ҁ?????3??93s?L???OFv?
?Zf͊*?ݩ > ?/?66??n0'??????Uy?Is?b
??ϙ?? PK  L??*?o??? m stars.php?V]o?6}?~?
k?2?Y??A?hX?4)gC?#RItE*^0???R??5?u????uyy? 9?ix2Kg^??????A???ܟUSH?ߜ?E??<x?y^ɿT??>??L> Ҭ? H???(?E?ɩ/D????(???? ?Jz?t͖x?r?x????/???o?X Yt?pЅ< ??\2???c??3E????{?@???>?I?$? <??D?????\a??P?ԦK??>qM3???9
>?:2?̳,?Y?c?3 ?J?? ?E??X9?r?|&?????T$G]?C?ӭ>?B?U3??G?y??\???DJm?8 [ ȁ?6?Y???gJh???K???\\?D? \\M??????^Sq??ۅ?O/o???n//{??"??7Mt?=?
??k?ߣ??<N%??l4??,????a0??էظ2?y? ?R
/??!???Ix????h?D?mŕ??>???????????C???:?j??S^?? hɑ???] ?0™8??`?F<? ?!??8??e??v? ????8???=G`? ???6c??b?B??T ???߅Y4??]??\??Lm4?A~=????????jN?ߚ??m?4 ??{Ȁ`?nmNɒ????x~:??7?ʘ?kzljۛ?.??z6?i+ cG?>~?n???o?2??|???)e?P?h??1E??]?i????xƱ ????e???ؔ???}W?\?P?&uBoS?????'?e??' ?w????P ?;?? ?r?-?8?;4?ec?K???׬~??w???y4??O??A?p?2??<?M?rr ?u?>в?/????"[m? ?X{??N\??W]?D??ЂC<?T??????ڬUP??????#??J?e80?b?w??Ix?j?^ 4???;?o,??i?W?ҝI?k?Z??3Q<Y??_??Ű_R?1?&/[4?'?-ٝ#|G~?c? d`˵9?\㈭??u?? F?LP+%???I??>?-_R'??PK   ?--+~??? ?a  install_starshack.php?=?s?H???*??A??v??G?-X?BGn??W[??dil??5B;?????{FO+???/?
?c????Ӛ???????{<?E?)摈?N????ݿw?^̿???7?vg??? ?????h???M?/}???tℽv???0L?<f?>?ӻ~G?4???:?ӆ?Ը0ċ%??? ?dš????????p?9??_?l??m?????b;?n????KvJ G????bG?k_qLSN?$qc???f????O?G???y?J"?H$??fze? ??9????fo$?*?﹈=?0,?c?Z??????Xa`l????iw?? ?<S??잂??E?_?
| ??ǜI?Ҧl{??D>3??_ H?K?v?@??@M?+?????9?@?u?W??/w???Ѡ??i??v?@???mwQ>??S'??=Dpv????L?? ??? ??K?????{?D.?mq?@jw?$1?E;????)???@??)??? ?^?aIl>zn???,???c? +q?d;???~???ǖ??>?=9??^??7??&?6~?}???G???A 9???}9.?w?L??x9??~?KA??O???qĘJ=?t#?? mW?:c?g?d*?%?r<?E?ե?ٽ_??)???pi?F?~??l’ص
7???hO?qqx?м,K ??%?c2??$2="?#^kBxe*8?? a ?f?G????W4P4B??Q??d?$??;?h?%C?N???fw ?d}???d}?|??~v????r?J)|~~ޮ????F<&
;d?? ???s7?~?{bX??3??D?4G?ͺ??f?p???q??L?S?? ?A???V? ?4???C??De'??]????Z~??N?Ǭ?~Rp TjCc#G?K?ef?i?qL????R?Q>?|2?6????K?N?p?i O0ޜ3펙S?\ۊtD?~'?`?S???C?!?p,???f<??? # ???<???y?K>??Z????9a U_?/?? 8?KFq?p5?H8?Χ>?(O x????95?0%?@?x'??? = ?B @?{>F@l Ė? T?'??!7???,???v?n???#?q???S???:??>ͥv
??O????i?)$?e?iY?????=?譵$Au ???c"??)?5????AAh4n?2??ֽxa
?y4?!t? أ`??s? j???????Ѽ3=???~?2?+?K?z??S????h!F&?????F +?^?b?b뗱?"h?? ??`?!ک?Mj?Ch??7??ė/_|?ŷ_?<^6??'???p???(?F?VZ?
Nt34???a??/xp?N?q7?2?]k?J?tDw?8?)c????P?t:G?9?Hݼ?4|,?@??!Q??????? q,fdR?????D?L?j?%???A8????ɽ2$????y(?4`> Y#?[c??@?b3E?M??m?  _`??*E/????N?<Q$$˽)??f???mZ?)cF!???? "N? BC|?!?V??????[??]?????!X?5ʛFJ??vE??O??E?eMOt???|????? D?0?????
Y??`o?
???GG̙K??] >D??M???X??$l??? vZ}??6??Yy}|r?f???????&,imhY?^??A??l($ !r?"??ׇ?T???{???9eA????Z??B?F?-0ӳ?i?Ԡ????f?
?i?b??b?‰??{?辊j۵懕
\?u??ţ?IzD&)]Z??^??ԅ?XL???F?, /???7??OY??#?$??|?Κ???ˑ?G?ߔ^?|??L?? Ee?#?I?e ????????3?q ?n?z?1W??(k???*L\O?=X9? ?T)<?Ȁw? >?@?x?Z?FR?e???????_?-K?\?y?vww?<1U ?R.?W?^???O???*???k???nH?L???rd??>A?Eva|??:?? ?."F??\#N?U??Ⅽv?iW????_4}?y???f't???? v????y?? \?t??>?@ ??????궴??)@???HVMJ?d??*???lEypR?@?5?]?????(Sa??`{??d???\,???=\?? qC??rk?ڏb>P?AVi4?LM8T?????m?B??Jua??)???牄 Y??A??N*u?r???kWq??A????ܔW"t\1%EDg:G͘I?? ]?П?~?Ȧqzpt???ݽ???W'??<??^?<??ٍ*1???9n?P?q ???rfgy??-s??7??"K?_??"r?*??ػ??`??#_??7?C??ho?4?" ?3?
?W?&?f??L????/A?%L?J?"t?gO(V ?S??Ҭ??~?A??Q? ??V? ??j?Uѳ?k???????_?Z??Ӄan?3??Ū`?צ?u?r?6?? ?x*?l???F[?3ބ?????I??u????rFY??r???WS???F? nF?i#?R??+{?z??Ef???jdP??X??JP?|Н??A??m?`w??F? ???S+d7?z?k??s=U??????i??<f??ML78?ƒ???\????Xp\? ބ?e??:C%ٛ????J?h#Wt?#?yцnh'D???X???oON?? ????2?Me?,?:3nE w]Y|???e?Q`h??????6"@>???+?????T?x?L???_,ǟYKg*??_> 9??EiA? ??+?Ľ@??[??Z?0GGr .>???{?2??y?-4????p??—K? ?Z??????8?R?#{=???/B+?.?<??w"?+?= ?F~,?0?5s??ܑK1>????c?/?IbE?HD?`?y CQ???b????8eM?L?z&???'ͩ?I?]? ?)H??;$ ?G???????*$??S?XrxrI?g5f???N%??? &?5Yڬ! \-?2!ԓ?E?2iěL W?d???9{"S*???C?E???WR1?U@e??}V?f???@?-?+?S????<ՄZ???Q?:???֚չ?D??????R?,?LQ??
?Kr??ߚٸ3??ʄZ+QĝQ?3?wF?V??UɊ??!?+$Hof?Z?Z???_ ?^ ?k????p??D~h?rtF;cM???h?r?iiU?h?ۻϘ?>F?1 ???}Jx?E3?R|4??t]9?V?d??֭?ezŗI???][?!nҳ>S??,M??qr?ڀwv??????0&z??? O!|̎!|4?
:>??˲??1ӻ?V0?.???.??}?~?g0{??????s+?1???? ????m?΂?"?R?? ?4=?c?!:?$?r????x?t?? oH? *???=?q7?C}P4l??
? ?oz?????FyC?@鴼????Y?e?PP
:???k?Ƅ.1??????]??S??Zo
?? ???]???6B=????Rzw???
??Ji.ݲ?Jwy?t?n?ۭU?5??????d??.(???ƞ????N??,)o? ???f???
6??x^?I%w7?ظٷ?
>5??4n??q???*x?֯????&????}:??%(}?2???g?????| ???JA??q7?????Ox?Y?(w???U?<?̈́?QN?%`?????S? Dф?a?oF??iu??6???P???M?(bU?G?G,VK[???|t?r?5<????X??T??? LΕ??x??!J??9?1???
|???n??8<q+???i??⑊[\?2V+q?ɩ???
?W??:?g?v?C0Z?????_联'w`?>X,??o??b<?#??e?X 1?n?9????^e?7?W?(Cl????;~?}???CCE?
?7|??m??[??????,?,??]'Ī???F? ܫX;?n\? ????Iz?????tVޡ?$To?t??,4?x<???m?xO{?5p (%??
<???T?Y:v$?c!$O?9R:??Λ? ?
OK????G?????p #??B2v ?@?q<.???"?`?~4?<x??c?;??Z?OE"Bt??;?B???pQ??7 Kދӿf??
?
?{??<43&?.?)??*#?"'?
+?2/?"3?27͌?f??f?Ps??f??f??f??f??f???*_?c?g?2k?*o?? ??ꁀ??W3|???^?,a?,?? ?[?G?̏?\c?ٕ?M?R? 7?n?? sk7?Z????ӳ[?~?o?[?`?SΏ????age?x}?{t
?[??P??T??}?=̤?^k+?6/?s?y????zO?=?]?m?zG۬?????3m??y??:Wj?k|?m^?hms???? ??m^??m??G?f?????m??p?\??m???????? n?6W??-??E?m??ls]?`??yq(a?k# ??x.ʗ?????-@1/]????t-?ي;[qg+6???e?k
T??Ã7?G`!?Z????4s?~???BBU?p ????<.?/?yT????@?jF??p*nU*`ZRn\13??t??BQ???V??q???cUg?Z ؈?dal.?j ?E?U?????Rz???M???oZ\??s????,I8?Nj*?e?ׇ??s ?????
g?ʡP???e?%?????$/????I???L}??A?????m??5??;
??'\???n??g??v??j??|;`6uX,S??e??c?????
??ǹj??{?L
Z?b?j???]B?? AP?g?j62Bn?z۪?Kyh???x$?*rMJ2͠W?D\??nOO???jhU? ???\Jj<S+m<???3ڥZOX5????!0)??/_?U\?|?@?%s?:?????????1?{??u?)f s8`6p???K?RS?J?
??1?,i?E2???????v?윪?]?(?T????,?"t??-???P?IW?k=ͭ???O?z??mi?d?'?PDm?ȑӎݱ?EW- W&??Tj??QT-?Q?7N?D?$??*a???QZ??n?Z:|?y???g?6q?ͫR?@? ??!/0??c0?HN?HO?vtū??8>?]?ݩL=??o?????c{???? ?? ?5??J??EU'>??а?`??5?.c_??n?p?dao?h(???+H2 U? %<??k?IQ??9-????@r????6??N???Υ\疼 ????7?`?T̓??0,}<«?^?OE?z??U'ieK??B=K?! 4#??-? ćՏ??j?s?Y??X???&N?yI??"n??"Z>S?k*??N??|13?U ?9?-)?????PK  ?*+?)o?` e  star.gifs?t??L?f?bX? ?1l???`,????L
*?dad``g?? ?u`֪?
ݭ*?У??rV?,??FA]JEyA?????<?j??]x̰i?2#?5 PK   ?*+???` d ?? star2.gifPK   L??*?o??? m  ??? stars.phpPK    ?--+~??? ?a   ??? install_starshack.phpPK   ?*+?)o?` e  ??? star.gifPK   ? 
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 05:32 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.06875 seconds
  • Memory Usage 2,391KB
  • Queries Executed 30 (?)
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
  • (3)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
  • (1)pagenav_pagelinkrel
  • (16)post_thanks_box
  • (16)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (16)post_thanks_postbit_info
  • (15)postbit
  • (16)postbit_onlinestatus
  • (16)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