The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#317
|
|||
|
|||
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? |
#318
|
|||
|
|||
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! |
#319
|
|||
|
|||
Persistence pays off, please ignore my msg, I figured it out! Thanks !
|
#320
|
|||
|
|||
Massiel
I am having the same problem. What was your solution? Or can anyone else help? |
#321
|
|||
|
|||
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"); // *** |
#322
|
|||
|
|||
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. |
#323
|
|||
|
|||
its late guys i tried installing the code at www.xtremesystems.org/forums - and it isn't working yet, any suggestions?
|
#324
|
|||
|
|||
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> |
#325
|
||||
|
||||
Doesn't the post 3 posts above yours address this?
|
#326
|
||||
|
||||
Quote:
|
#327
|
|||
|
|||
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? |
#328
|
|||
|
|||
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:
Quote:
|
#329
|
|||
|
|||
update :
Installation worked fine, and I think what I did helped.. I can still view attatchments, at least |
#330
|
|||
|
|||
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)"); |
#331
|
||||
|
||||
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?XYt?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ɑ???] ?08??`?F<? ?!??8??e??v? ????8???=G`????6c??b?B??T ???߅Y4??]??\??Lm4?A~=????????jN?ߚ??m?4??{Ȁ`?nmNɒ????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?qL????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 ? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|