Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBH-Portal and advanced Forumhome Details »»
vBH-Portal and advanced Forumhome
Version: 1.00, by BuRaCh BuRaCh is offline
Developer Last Online: Sep 2012 Show Printable Version Email this Page

Category: Portal Software - Version: 3.6.8 Rating:
Released: 09-18-2007 Last Update: Never Installs: 25
DB Changes Uses Plugins Template Edits
Code Changes Additional Files  
No support by the author.

vBH-Portal and advanced Forumhome
By BuRaCH ~ www.vB-Hacker.com

What this hack do?
This hack create portal and portal see at forumhome..

Demo:
in Portal
www.vb-hacker.com


Features
  • You can completely on/off the product
  • Woult you see populer thread
  • Woult you see most (number)post
  • you can change number Popular thread
  • you can change number Recent post
  • Woult you see most Referrer users
  • this hack create advanced searching
  • this hack create google or other banner codes at local
  • this hack create Custom Block.
  • Woult you setting of forum id see Announcement Forum
  • hack create Show Stats and you see Show Stats at your site.
İnstall
-- Go to your admin cp, then:
1-)Plugin System -> Manage Products -> [Add/Import Product] -> Select product-new portal.xml' from your computer then press 'Import'
2-)hacksystem.php in the home at ftp
3-)Open the forumhome Templates

find:
Code:
$navbar
Add under


Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"></center>
 
<td valign="top" width="80%" valign="top">
find:
Code:
<!-- main -->
add above
Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" class="tborder">
<tr class="tcat">
<td align="center" colspan="<if condition="$vboptions['hacksystem_numinstallcol']">5<else />4</if>">
<strong>$vbphrase[hacksystem_hacklist]</strong>
</td></tr>
<tr class="thead" align="center">
<td>$vbphrase[hacksystem_hacktitle]</td>
<td>$vbphrase[hacksystem_forumname]</td>
<td>$vbphrase[hacksystem_author]</td>
<td width="100">$vbphrase[hacksystem_postdate]</td>
 
<if condition="$vboptions['hacksystem_numinstallcol']"><td width="20">$vbphrase[hacksystem_installs]</td></if>
</tr>
$hacklistbits
</table>

Fİnd:
Code:
$footer
add above
Code:
</td>
<td valign="top" width="20%" valign="top">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> <thead><tr><td class="thead">$vboptions[hacksystem_mostpop] $vbphrase[hacksystem_mostpop]</td></tr></thead><tbody>
 
<td class="alt1" nowrap="nowrap"><div class="smallfont">
<if condition="$vboptions['hacksystem_mostpop'] > 0">
$mostpopbits
</if>
</div>
</td>
</tr>
</table>
<br>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> <thead><tr><td class="thead">$vbphrase[hacksystem_recentposts]</td></tr></thead><tbody>
 
<td class="alt1" nowrap="nowrap"><div class="smallfont">
<if condition="$vboptions['hacksystem_recentposts']">
$recentpostbits
</if>
</div>
</td>
</table>
<br>
        <form action="search.php?do=process" method="post">
        <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" class="tborder">
        <tr class="tcat">
            <td align="center">
<strong>$vbphrase[hacksystem_search]</strong>
            </td>
        </tr>
        <tr>
<td valign="top" class="alt1">
<fieldset class="fieldset">
<legend>$vbphrase[hacksystem_searchopt]</legend>
<label for="all"><input type="radio" name="searchopt" value="all" id="all" CHECKED> $vbphrase[hacksystem_searchall]</label><br />
<label for="title"><input type="radio" name="searchopt" value="title" id="title"> $vbphrase[hacksystem_searchtitle]</lable><br />
<label for="txt"><input type="radio" name="searchopt" value="txt" id="txt"> $vbphrase[hacksystem_searchcontent]</label><br />
</fieldset>
<input type="hidden" name="do" value="process" />
<input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="childforums" value="1" />
<input type="hidden" name="exactname" value="1" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<div>$vbphrase[hacksystem_keyword]:<br><input type="text" class="bginput" name="query" size="20" tabindex="1001" /><input type="submit" class="button" value="$vbphrase[go]" tabindex="1004" /></div>
</td>
</tr>
</table>
</form>
<br>
 
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="200"> <thead><tr><td class="thead">Google of corner</td></tr></thead><tbody>
<td class="alt1" nowrap="nowrap">
there your have google codes.. </td>
</table>
</tr>
</table>
Modifications Info
Plugin : 22
Phrases : 45
Template : 8
Setting : 14

Versions:
v1.0 - 20 September 2007
-First release

For portal=>www.yoursite.com/hacksystem.php


if you lıke mod -> Click to Mark as Installed.
If you like this modification -> Click to Nominate for Modification of the Month.

Show Your Support

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

Comments
  #2  
Old 09-19-2007, 09:43 PM
WhaLberg's Avatar
WhaLberg WhaLberg is offline
 
Join Date: Nov 2006
Location: Dersaadet
Posts: 569
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Demo sayfanda son derece terbiyesiz cümleler var, düzelt.

It seems nice but you should develope it more.
Reply With Quote
  #3  
Old 09-19-2007, 10:28 PM
iogames's Avatar
iogames iogames is offline
 
Join Date: Jan 2007
Location: Las Vegas, NV.
Posts: 1,433
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by WhaLberg View Post
Demo sayfanda son derece terbiyesiz c?mleler var, d?zelt.

It seems nice but you should develope it more.
I concur...
Reply With Quote
  #4  
Old 09-20-2007, 02:34 AM
aveon's Avatar
aveon aveon is offline
 
Join Date: May 2006
Posts: 410
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you shud develope it more and you shud add more functions to forum home like custom blogs like vbadvenced and it wuld look better thanx for your good work
Reply With Quote
  #5  
Old 09-20-2007, 09:04 AM
BuRaCh BuRaCh is offline
 
Join Date: Aug 2006
Location: istanbul/turkey
Posts: 330
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks man's..
Reply With Quote
  #6  
Old 09-20-2007, 10:13 AM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks. I am definitely going to install this soon once I get back to home.
Reply With Quote
  #7  
Old 09-20-2007, 12:51 PM
sensimilla sensimilla is offline
 
Join Date: Dec 2004
Location: Poland
Posts: 555
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You should stop releasing these hacks mate.
Try something that you are good at.
Reply With Quote
  #8  
Old 09-20-2007, 02:45 PM
chuchukuttie chuchukuttie is offline
 
Join Date: Jan 2007
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sensimilla View Post
You should stop releasing these hacks mate.
Try something that you are good at.
lol thats just mean.
Reply With Quote
  #9  
Old 09-20-2007, 05:05 PM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by WhaLberg View Post
Demo sayfanda son derece terbiyesiz c?mleler var, d?zelt.
Please post in english only.
Reply With Quote
  #10  
Old 09-20-2007, 06:16 PM
BuRaCh BuRaCh is offline
 
Join Date: Aug 2006
Location: istanbul/turkey
Posts: 330
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sensimilla View Post
You should stop releasing these hacks mate.
Try something that you are good at.
you dont like this hack?
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 06:28 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.14997 seconds
  • Memory Usage 2,306KB
  • Queries Executed 23 (?)
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
  • (6)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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