Topic: Need To Install the Punportal or Miniportal at another directory. help

Need To Install the Punportal or Miniportal at another directory. could some one help please ... like this :

I Have Site : http://live-cricket-world.info

I Have Punbb Forum Here: http://live-cricket-world.info/Forum/index.php

I Want to install the punportal or miniportal in the main page and not changing the Forum Directory like this:

http://live-cricket-world.info/index.php

Please some one help

MyFootballCafe.com  is Now Online!

Re: Need To Install the Punportal or Miniportal at another directory. help

Take the index code from the wiki, of course, and add your path to PUN_ROOT:

define('PUN_ROOT', 'forum/');

In my test though, it didn't read the theme's CSS file. Don't know where to modify the path for that..

Re: Need To Install the Punportal or Miniportal at another directory. help

is there any way that i can copy some files to work in the main folder from the Forum folder .. and what do u mean by Take the index code from the wiki, of course, and add your path to PUN_ROOT: ..... THANKS

MyFootballCafe.com  is Now Online!

Re: Need To Install the Punportal or Miniportal at another directory. help

Here's the wiki on miniportal. Perhaps you should wait for someone more knowledgeable to reply, as my answer is lacking in some way..

Re: Need To Install the Punportal or Miniportal at another directory. help

so could some one help i it didnt work ur way dude 07 as the css file is not readed .. so can some one help please

MyFootballCafe.com  is Now Online!

Re: Need To Install the Punportal or Miniportal at another directory. help

and also i want one menu bar at left please only at main page ,,, not forum .. the portal have two menus one left and one right ... so need only left

MyFootballCafe.com  is Now Online!

Re: Need To Install the Punportal or Miniportal at another directory. help

hea guys i made a html page like a portal for my site but the name of page is index.php ... any way there are some codes that are needed in php or html like Search box menu .. login logout box at left ... here is the code of the page :

<title>Live Cricket World And Entertainment</title>
<link rel="stylesheet" type="text/css" href="Forum/style/Mercury.css" />
<script type="text/javascript" src="Forum/style/imports/minmax.js"></script>
<style type="text/css">
#main
{
margin-left: 190px;
}
#left
{
float: left;
width: 180px
}
</style>

<div id="punwrap">
<div id="punindex" class="pun">

<div id="brdheader" class="block">
    <div class="box">
        <div id="brdtitle" class="inbox">
            <p align="center"><img border="0" src="http://live-cricket-world.info/Forum/include/user/header1.jpg" width="760" height="166"></p>
  
            <p><span></span></p>
        </div>
        <div id="brdmenu" class="inbox">
            <ul>
                <li id="navindex"><a href="Forum/index.php">Forum</a></li>
                <li id="navuserlist"><a href="Forum/userlist.php">User list</a></li>
                <li id="navrules"><a href="Forum/misc.php?action=rules">Rules</a></li>
                <li id="navsearch"><a href="Forum/search.php">Search</a></li>
                <li id="navextra1"><a href="http://live-cricket-world.info/Forum/arcade.php">Arcade</a></li>
                <li id="navextra2"><a href="http://live-cricket-world.info/Forum/page.php?id=33">Online TVUPlayer</a></li>
                <li id="navextra3"><a href="http://live-cricket-world.info/Forum/page.php?id=34">Online SopCast Player</a></li>
            </ul>
        </div>
                                

    </div>
</div>

<div id="left">
    <div id="portalnavigation" class="block"><h2><span>Menu</span></h2><div class="box"><div class="inbox">
            <ul>
                <li id="navindex"><a href="Forum/index.php">Forum</a></li>
                <li id="navuserlist"><a href="Forum/userlist.php">User list</a></li>
                <li id="navrules"><a href="Forum/misc.php?action=rules">Rules</a></li>
                <li id="navsearch"><a href="Forum/search.php">Search</a></li>
                <li id="navextra1"><a href="http://live-cricket-world.info/Forum/arcade.php">Arcade</a></li>
                <li id="navextra2"><a href="http://live-cricket-world.info/Forum/page.php?id=33">Online TVUPlayer</a></li>
                <li id="navextra3"><a href="http://live-cricket-world.info/Forum/page.php?id=34">Online SopCast Player</a></li>
            </ul>
        </div></div></div>




    
</div>

<div id="main">
    <div class="block" id="portalwelcome">
<h2><span>News</span></h2>
        <div class="box">
            <div class="inbox">
            <div>

 <p dir="ltr" align="left"><span dir="ltr"><font color="#FFFFFF" face="Arial" size="2">
      Watch Live Cricket, All the Type of Streams like WMP, Winamp and 
 RealPlayer Streams also P2P Streams of TVU and SopCast Streams. Also General 
 Discussions of Cricket and all the Other Things. Cricket Videos and All Matches 
 Highlights. Also Other Sports like Football, Basketball WWF, WWE Streams, links 
 and Videos. Too Much Other Entartainment Here Like Online Tv and Also Watch 
 Online P2P Tv Here Only. Also Play Games Online. There is Also Download Section 
 of Softwares, Games, Movies and   Anime & Cartoons. There is also 
 Online Video Section of Movies and Other Videos. </font><font color="#FFFFFF" face="Arial" size="2">
      Enjoy!</font></span><font color="#FFFFFF"></td></font>
 <font color="#FF0000">Important! It is very Important to Browse 
      with FireFox Browser Here
  <script type="text/javascript"><!--
google_ad_client = "pub-8997487508131027";
google_ad_output = "textlink";
google_ad_format = "ref_text";
google_cpa_choice = "CAAQzcLH7QEaCBVcCwmT2PieKLGsuIEBMAA";
google_ad_channel = "3098093364";
//-->
      </script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
      </script>    </tr>
    <tr>
      <td width="100%" height="97">
      </font>

</div>
        </div>
    </div>
</div>
</div>



<div id="brdfooter" class="block">
    <h2><span>Board footer</span></h2>
    <div class="box">
        <div class="inbox">


            <p class="conr">Powered by <a href="http://www.punbb.org/">PunBB</a><br />© Copyright 2002–2005 Rickard Andersson</p>
            <div class="clearer"></div>
        </div>
    </div>
</div>

here is the pic : http://img339.imageshack.us/img339/1165/helppiczu2.jpg

http://img339.imageshack.us/img339/1165/helppiczu2.jpg

and is there any way that i can make the upper menu in middle ... thanks

MyFootballCafe.com  is Now Online!

8 (edited by SuperMAG 2007-05-09 21:08)

Re: Need To Install the Punportal or Miniportal at another directory. help

and i forgot some thing .. i have the News Generator plugin but i dont know what code do i put instead of writing the news by my self in the index.php file. so i need a code that use the content of news that is generated by the news plugin in news place and i am using mercury template http://www.live-cricket-world.info/Foru … /news.html

MyFootballCafe.com  is Now Online!

Re: Need To Install the Punportal or Miniportal at another directory. help

content of punportal

FluxBB - v1.4.8

Re: Need To Install the Punportal or Miniportal at another directory. help

cammon guys ... some one help please

MyFootballCafe.com  is Now Online!

Re: Need To Install the Punportal or Miniportal at another directory. help

the news generator is included in PunPortal. just use that/just copy/paste the code from that mod (it makes changes to main.tpl/header.php and you need the plugin, I think)

FluxBB - v1.4.8

Re: Need To Install the Punportal or Miniportal at another directory. help

where exatly do i copy and paste the codes .. what i do .. i try to understand the code but dont know where to find it .. but thanks again for ur help ...

MyFootballCafe.com  is Now Online!

Re: Need To Install the Punportal or Miniportal at another directory. help

i can post some instructions (modified for you wink ) in a few hours if you have a little patience

FluxBB - v1.4.8

Re: Need To Install the Punportal or Miniportal at another directory. help

thankkkkks aloot afcource i have aloot of patience .. take ur time ...

MyFootballCafe.com  is Now Online!

15

Re: Need To Install the Punportal or Miniportal at another directory. help

Why can't he just use miniportal for the same effect. Much easier.

Re: Need To Install the Punportal or Miniportal at another directory. help

because miniportal use the same directory of the forum and i dont have only forum you know ... i will add other projects too and want to have a portal in the main page of site and my forum is installed in Forum/ direcory ..

MyFootballCafe.com  is Now Online!

Re: Need To Install the Punportal or Miniportal at another directory. help

hea guys i modified my index.php page more further ... but i need to know if i make a portal.tpl page for index.php /// what codes do i need to put to join the portal.tpl with index.php /// i mean how can i join the template file with that index.php page

MyFootballCafe.com  is Now Online!

18

Re: Need To Install the Punportal or Miniportal at another directory. help

Just doing this would output a portal

<?php
define('PUN_ROOT', './forum/');
require PUN_ROOT.'include/common.php';
require PUN_ROOT.'header.php'; ?>

content here

<?php require PUN_ROOT.'footer.php'; ?>
 </body>
</html>[/url]

There's more in the docs under integration.

To get any portal to work in root add the full url to the forum's css.
Find in header.php

<title><?php echo $page_title ?></title>
<link rel="stylesheet" type="text/css" href="style/<?php echo $pun_user['style'].'.css' ?>" />

Add url

<title><?php echo $page_title ?></title>
<link rel="stylesheet" type="text/css" href="http://www.yoursite.com/forum/style/<?php echo $pun_user['style'].'.css' ?>" />

19 (edited by SuperMAG 2007-05-12 22:37)

Re: Need To Install the Punportal or Miniportal at another directory. help

ok i give  up ....... ahhhhh nothing works .. but thanks for those who tried to help me ... but still little html code will be aprceated .. i need to make another menu under the current menu ... its a small thing but i dont understand it ...


<div id="left">
    <div id="portalnavigation" class="block"><h2><span>Menu</span></h2><div class="box"><div class="inbox">
            <ul>
                <li id="navindex"><a href="index.php">Home</a></li>
                                <li id="navindex"><a href="Forum/index.php">Forum</a></li>
                <li id="navuserlist"><a href="Forum/userlist.php">User list</a></li>
                <li id="navrules"><a href="Forum/misc.php?action=rules">Rules</a></li>
                <li id="navsearch"><a href="Forum/search.php">Search</a></li>
                <li id="navextra1"><a href="http://live-cricket-world.info/Forum/arcade.php">Arcade</a></li>
                <li id="navextra2"><a href="http://live-cricket-world.info/Forum/page.php?id=33">Online TVUPlayer</a></li>
                <li id="navextra3"><a href="http://live-cricket-world.info/Forum/page.php?id=34">Online SopCast Player</a></li>
                        <li id="navextra4"><a href="http://live-cricket-world.info/Forum/page.php?id=122">Online WMP Tv</a></li>
 
                           </ul>

        </div></div></div>

</div>

that is the main menu but when i copy it to another menu .. the place of the menu is in center .. so could some one help in this please ..

MyFootballCafe.com  is Now Online!

Re: Need To Install the Punportal or Miniportal at another directory. help

ok let me explain ,,,, i want another 4 menus like this:  http://img15.imagevenue.com/loc1017/th_47799_Menu_122_1017lo.JPG

i do not use any other language except html ... so i want only html codes ... so can some one can do it ... note

The First Menu need is For Shoutbox .. The second is For advertising so dont write any content in it just need codes ok ... but the 3rd and 4rd menu are optional .. if u guys can do it then its ok if not then leave it ... the third menu is for latest 5 posts  on the forum and the 4th menu for latest 5 threads .. (if u guys can do it then ok )

Note: i only use HTML ..

My Forum is Located in http://live-cricket-world.info/Forum/ while the page i want the menus for is located in the Main site http://live-cricket-world.info/index.php

The code of the Index.php is :

   <title>Live Cricket World And Entertainment</title>
<link rel="stylesheet" type="text/css" href="Forum/style/Mercury.css" />
<script type="text/javascript" src="Forum/style/imports/minmax.js"></script>
<style type="text/css">

#main
{
margin-left: 190px;
}
#left
{
float: left;
width: 180px
}
</style>

<div id="punwrap">
<div id="punindex" class="pun">

<div id="brdheader" class="block">
    <div class="box">
        <div id="brdtitle" class="inbox">
            <p align="center"><img border="0" src="http://live-cricket-world.info/Forum/include/user/header1.jpg" width="760" height="166"></p>
  
            <p><span></span></p>
        </div>
                <div id="brdmenu" align="center" class="inbox">
            <ul>
                        <li id="navindex"><a href="index.php">Home</a></li>
                                <li id="navindex"><a href="Forum/index.php">Forum</a></li>
                <li id="navuserlist"><a href="Forum/userlist.php">User list</a></li>
                <li id="navrules"><a href="Forum/misc.php?action=rules">Rules</a></li>
                <li id="navsearch"><a href="Forum/search.php">Search</a></li>
                <li id="navextra1"><a href="http://live-cricket-world.info/Forum/arcade.php">Arcade</a></li>
                <li id="navextra2"><a href="http://live-cricket-world.info/Forum/page.php?id=33">Online TVUPlayer</a></li>
                <li id="navextra3"><a href="http://live-cricket-world.info/Forum/page.php?id=34">Online SopCast Player</a></li>
                                <li id="navextra4"><a href="http://live-cricket-world.info/Forum/page.php?id=122">Online WMP Tv</a></li> 
            </ul>
        </div>
                          

    </div>
</div>

<div id="left">
    <div id="portalnavigation" class="block"><h2><span>Menu</span></h2><div class="box"><div class="inbox">
            <ul>
                <li id="navindex"><a href="index.php">Home</a></li>
                                <li id="navindex"><a href="Forum/index.php">Forum</a></li>
                <li id="navuserlist"><a href="Forum/userlist.php">User list</a></li>
                <li id="navrules"><a href="Forum/misc.php?action=rules">Rules</a></li>
                <li id="navsearch"><a href="Forum/search.php">Search</a></li>
                <li id="navextra1"><a href="http://live-cricket-world.info/Forum/arcade.php">Arcade</a></li>
                <li id="navextra2"><a href="http://live-cricket-world.info/Forum/page.php?id=33">Online TVUPlayer</a></li>
                <li id="navextra3"><a href="http://live-cricket-world.info/Forum/page.php?id=34">Online SopCast Player</a></li>
                        <li id="navextra4"><a href="http://live-cricket-world.info/Forum/page.php?id=122">Online WMP Tv</a></li> 
  
                           </ul>

        </div></div></div>

</div>






<div id="main">
    <div class="block" id="portalwelcome">
<h2><span>Announcement</span></h2>
        <div class="box">
            <div class="inbox">
            <div>


<p align="center"><script type="text/javascript"><!--
google_ad_client = "pub-8997487508131027";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2007-05-12: www.live-cricket-world.info
google_ad_channel = "0369235261";
google_color_border = "383838";
google_color_bg = "383838";
google_color_link = "F6B620";
google_color_text = "FFFFFF";
google_color_url = "FFFFFF";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>


</tr>
    <tr>
      <td width="100%" height="62">
      </font>

</div>
        </div>
    </div>
</div>
</div>








<div id="main">
    <div class="block" id="portalwelcome">
<h2><span>News - Saturday, 12 May 2007 -  Gambhir inspires India series win</span></h2>
        <div class="box">
            <div class="inbox">
            <div>

<p><b>One-day international, Mirpur: India 284-8 (49 overs) beat Bangladesh 
238-9 (49 overs) by 46 runs
<a class="bodl" href="http://news.bbc.co.uk/sport1/shared/fds/hi/statistics/cricket/scorecards/2007/5/14161/html/scorecard.stm">
Scorecard</a></b></p>
<p>Gautam Gambhir hit his second one-day century as India won their series in 
Bangladesh with a game to spare. </p>
<font size="2">
<div>
  <p align="right">
  <img alt="Gautam Gambhir" hspace="0" src="http://newsimg.bbc.co.uk/media/images/42915000/jpg/_42915917_gambhir203.jpg" border="0" align="right" width="203" height="152">
</div>
</font>
<p>The left-handed opener made 101 off 113 balls, including 11 fours, as they 
totalled 284-8 from 49 overs in Dhaka. </p>
<p>The tourists then restricted Bangladesh to 238-9 in reply, with 18-year-old 
leg-spinner Piyush Chawla taking 3-38. </p>
<p>Mashrafe Mortaza hit four successive sixes off Dinesh Mongia in his 42 off 22 
balls but it was not enough as India wrapped up a 46-run victory.
<!-- E SF --></p>
<p>Both sides made one change with Bangladesh recalling pace bowler Mashrafe 
Mortaza and India giving Chawla his one-day debut in place of Shanthakumaran 
Sreesanth. </p>
<p>Gambhir and Virender Sehwag put on 43 from the first seven overs after Rahul 
Dravid won the toss before Sehwag (21) hit Syed Rasel to a diving Javed Omar at 
mid-off. </p>
<p>Mahendra Dhoni was promoted up the order after his match-winning 91 not out 
in the opening game of the best of three series and batted responsibly to help 
Gambhir add 87 for the second wicket. </p>
<p>Dhoni made 36 before edging to the keeper off Mohammad Rafique, who claimed 
his second success by taking a return catch to remove the dangerous Yuvraj Singh 
for 24. </p>
<p>But Gambhir continued to use his feet superbly to combat the spinners and his 
placement was equally good as he reached three figures off 111 balls, his first 
limited overs century since making 103 against Sri Lanka in 2005. </p>
<p>A weary swipe across the line saw him bowled by Rasel and Bangladesh picked 
up four more wickets late on as India tried to accelerate, Rafique finishing 
with figures of 3-59. <img alt="Piyush Chawla takes a wicket" hspace="0" src="http://newsimg.bbc.co.uk/media/images/42916000/jpg/_42916387_chawla203ap.jpg" border="0" align="right" width="203" height="152"></p>
<p>The home side were soon in trouble at the start of their innings with Tamim 
Iqbal gesturing in frustration at partner Javed Omar after being sent back when 
he called for a quick single, only to be beaten by Chawla's throw and run out 
for seven. </p>
<p>Omar (11) and Saqibul Hasan fell to Zaheer Khan and Mohammad Ashraful (12) 
followed when he was deceived by Chawla's googly and edged an attempted cut into 
his stumps. </p>
<p>Aftab Ahmed hit a six and five fours in an aggressive 40 but was bowled when 
he was lured down the pitch by off-spinner Ramesh Powar and failed to make 
contact. </p>
<p>Habibul Bashar (43) and Mushfiqur Rahim (35) put on 59, but when Bashar was 
stumped off Chawla, his side were in the impossible position of having to score 
another 108 runs off just eight and half overs to win. </p>
<p>Mortaza gave local supporters something to cheer with his assault on Mongia, 
a tremendous effort considering he was suffering from cramp, but he holed out 
off Chawla at the start of the penultimate over. </p>



</tr>
    <tr>
      <td width="100%" height="97">
      </font>

</div>
        </div>
    </div>
</div>
</div>


















<div id="main">
    <div class="block" id="portalwelcome">
<h2><span>News - Saturday, 12 May 2007 - Morton stakes Windies Test claim</span></h2>
        <div class="box">
            <div class="inbox">
            <div>

<p><b>Tour match, Taunton: West Indies 237-4 v Somerset (day one, stumps)
<a class="bodl" href="http://news.bbc.co.uk/sport1/shared/fds/hi/statistics/cricket/scorecards/2007/5/14066/html/scorecard.stm">
Match scorecard</a></b></p>
<p>Runako Morton was the star attraction for West Indies on day one of their 
warm-up match against Somerset. </p>
<p>After hitting 15 fours and two big sixes in his 103 the Nevis right-hander 
limped off with a leg injury before the tourists closed on 237-4 at Taunton.
<font size="2">
<img alt="R Morton" hspace="0" src="http://newsimg.bbc.co.uk/media/images/42917000/jpg/_42917315_morton203.jpg" border="0" align="right" width="203" height="152"></font></p>
<p>But Morton said later: "It was just a light strain - nothing to worry about.
</p>
<p>"Playing in these conditions, you need to play within your strengths - the 
aim for us on Sunday will be to get as much batting practice as we can."
<!-- E SF --></p>
<p>Morton and Shiv Chanderpaul (82no) had combined well to take the tourists out 
of a hole at 44-4 in the morning. </p>
<p>Morton's sixes came off Michael Munday, one into the Ian Botham Stand, the 
other deposited into the River Tone. </p>
<p>After West Indies had won the toss, Daren Ganga and Chris Gayle put on 26 for 
the first wicket before Steffan Jones had vice-captain Ganga lbw playing across 
the line. </p>
<p>Then Gayle dragged a wayward half-volley from Mark Turner onto his stumps, 
before James Hildreth picked up a sharp chance in the covers to remove Devon 
Smith. <font size="2">
<img alt="Steffan Jones " hspace="0" src="http://newsimg.bbc.co.uk/media/images/42916000/jpg/_42916409_steffan_jones203.jpg" border="0" align="right" width="203" height="152"></font></p>
<p>Jones, who bowled 20 wicketless overs against Northants in a match finishing 
on Friday, took his third wicket when removing skipper Ramnaresh Sarwan, lbw 
playing a backward defensive shot. </p>
<p>It was not what coach David Moore would have wanted, but Chanderpaul and 
Morton turned things round emphatically as they began their partnership before 
lunch. </p>
<p>A flurry of Morton boundaries broke the shackles, and he raised the bar in 
the afternoon with more attacking shots - leg-spinner Munday singled out for the 
most severe treatment. </p>
<p>Morton always scored faster than Chanderpaul, who nudged and nurdled before 
opening his shoulders later in the day between rain breaks. </p>
<p>Thirteen players from each side can take part in this three-day match, with 
11 batting and 11 in the field at any one time.<!-- E BO --> </p>



</tr>
    <tr>
      <td width="100%" height="97">
      </font>

</div>
        </div>
    </div>
</div>
</div>
















<div id="brdfooter" class="block">
    <h2><span>Board footer</span></h2>
    <div class="box">
        <div class="inbox">


            <p class="conr">Powered by <a href="http://www.punbb.org/">PunBB</a><br />© Copyright 2002–2005 Rickard Andersson</p>
            <div class="clearer"></div>
        </div>
    </div>
</div>

SO CAN SOME ONE HELP PLEASSSSSSSSSSE

MyFootballCafe.com  is Now Online!

Re: Need To Install the Punportal or Miniportal at another directory. help

Here is the code:

<title>Live Cricket World And Entertainment</title>
<link rel="stylesheet" type="text/css" href="Forum/style/Mercury.css" />
<script type="text/javascript" src="Forum/style/imports/minmax.js"></script>
<style type="text/css">

#main
{
margin-left: 190px;
}
#left
{
float: left;
width: 180px
}
</style>

<div id="punwrap">
<div id="punindex" class="pun">

<div id="brdheader" class="block">
    <div class="box">
        <div id="brdtitle" class="inbox">
            <p align="center"><img border="0" src="http://live-cricket-world.info/Forum/include/user/header1.jpg" width="760" height="166"></p>
  
            <p><span></span></p>
        </div>
                <div id="brdmenu" align="center" class="inbox">
            <ul>
                        <li id="navindex"><a href="index.php">Home</a></li>
                                <li id="navindex"><a href="Forum/index.php">Forum</a></li>
                <li id="navuserlist"><a href="Forum/userlist.php">User list</a></li>
                <li id="navrules"><a href="Forum/misc.php?action=rules">Rules</a></li>
                <li id="navsearch"><a href="Forum/search.php">Search</a></li>
                <li id="navextra1"><a href="http://live-cricket-world.info/Forum/arcade.php">Arcade</a></li>
                <li id="navextra2"><a href="http://live-cricket-world.info/Forum/page.php?id=33">Online TVUPlayer</a></li>
                <li id="navextra3"><a href="http://live-cricket-world.info/Forum/page.php?id=34">Online SopCast Player</a></li>
                                <li id="navextra4"><a href="http://live-cricket-world.info/Forum/page.php?id=122">Online WMP Tv</a></li> 
            </ul>
        </div>
                          

    </div>
</div>

<div id="left">
    <div id="portalnavigation" class="block"><h2><span>Menu</span></h2><div class="box"><div class="inbox">
            <ul>
                <li id="navindex"><a href="index.php">Home</a></li>
                                <li id="navindex"><a href="Forum/index.php">Forum</a></li>
                <li id="navuserlist"><a href="Forum/userlist.php">User list</a></li>
                <li id="navrules"><a href="Forum/misc.php?action=rules">Rules</a></li>
                <li id="navsearch"><a href="Forum/search.php">Search</a></li>
                <li id="navextra1"><a href="http://live-cricket-world.info/Forum/arcade.php">Arcade</a></li>
                <li id="navextra2"><a href="http://live-cricket-world.info/Forum/page.php?id=33">Online TVUPlayer</a></li>
                <li id="navextra3"><a href="http://live-cricket-world.info/Forum/page.php?id=34">Online SopCast Player</a></li>
                        <li id="navextra4"><a href="http://live-cricket-world.info/Forum/page.php?id=122">Online WMP Tv</a></li> 
  
                           </ul>

        </div></div></div>

<div id="portalshoutbox" class="block2"><h2><span>Shoutbox</span></h2>
<div class="box"><div class="inbox">
<!-- Put your shoutbox code in here-->
</div></div>
</div>

<div id="portaladsense" class="block2"><h2><span>Advertisements</span></h2>
<div class="box"><div class="inbox">
<!-- Put your Google Adsense code in here-->
</div></div>
</div>




</div>








<div id="main">
    <div class="block" id="portalwelcome">
<h2><span>Announcement</span></h2>
        <div class="box">
            <div class="inbox">
            <div>


<p align="center"><script type="text/javascript"><!--
google_ad_client = "pub-8997487508131027";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2007-05-12: www.live-cricket-world.info
google_ad_channel = "0369235261";
google_color_border = "383838";
google_color_bg = "383838";
google_color_link = "F6B620";
google_color_text = "FFFFFF";
google_color_url = "FFFFFF";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>


</tr>
    <tr>
      <td width="100%" height="62">
      </font>

</div>
        </div>
    </div>
</div>
</div>








<div id="main">
    <div class="block" id="portalwelcome">
<h2><span>News - Saturday, 12 May 2007 -  Gambhir inspires India series win</span></h2>
        <div class="box">
            <div class="inbox">
            <div>

<p><b>One-day international, Mirpur: India 284-8 (49 overs) beat Bangladesh 
238-9 (49 overs) by 46 runs
<a class="bodl" href="http://news.bbc.co.uk/sport1/shared/fds/hi/statistics/cricket/scorecards/2007/5/14161/html/scorecard.stm">
Scorecard</a></b></p>
<p>Gautam Gambhir hit his second one-day century as India won their series in 
Bangladesh with a game to spare. </p>
<font size="2">
<div>
  <p align="right">
  <img alt="Gautam Gambhir" hspace="0" src="http://newsimg.bbc.co.uk/media/images/42915000/jpg/_42915917_gambhir203.jpg" border="0" align="right" width="203" height="152">
</div>
</font>
<p>The left-handed opener made 101 off 113 balls, including 11 fours, as they 
totalled 284-8 from 49 overs in Dhaka. </p>
<p>The tourists then restricted Bangladesh to 238-9 in reply, with 18-year-old 
leg-spinner Piyush Chawla taking 3-38. </p>
<p>Mashrafe Mortaza hit four successive sixes off Dinesh Mongia in his 42 off 22 
balls but it was not enough as India wrapped up a 46-run victory.
<!-- E SF --></p>
<p>Both sides made one change with Bangladesh recalling pace bowler Mashrafe 
Mortaza and India giving Chawla his one-day debut in place of Shanthakumaran 
Sreesanth. </p>
<p>Gambhir and Virender Sehwag put on 43 from the first seven overs after Rahul 
Dravid won the toss before Sehwag (21) hit Syed Rasel to a diving Javed Omar at 
mid-off. </p>
<p>Mahendra Dhoni was promoted up the order after his match-winning 91 not out 
in the opening game of the best of three series and batted responsibly to help 
Gambhir add 87 for the second wicket. </p>
<p>Dhoni made 36 before edging to the keeper off Mohammad Rafique, who claimed 
his second success by taking a return catch to remove the dangerous Yuvraj Singh 
for 24. </p>
<p>But Gambhir continued to use his feet superbly to combat the spinners and his 
placement was equally good as he reached three figures off 111 balls, his first 
limited overs century since making 103 against Sri Lanka in 2005. </p>
<p>A weary swipe across the line saw him bowled by Rasel and Bangladesh picked 
up four more wickets late on as India tried to accelerate, Rafique finishing 
with figures of 3-59. <img alt="Piyush Chawla takes a wicket" hspace="0" src="http://newsimg.bbc.co.uk/media/images/42916000/jpg/_42916387_chawla203ap.jpg" border="0" align="right" width="203" height="152"></p>
<p>The home side were soon in trouble at the start of their innings with Tamim 
Iqbal gesturing in frustration at partner Javed Omar after being sent back when 
he called for a quick single, only to be beaten by Chawla's throw and run out 
for seven. </p>
<p>Omar (11) and Saqibul Hasan fell to Zaheer Khan and Mohammad Ashraful (12) 
followed when he was deceived by Chawla's googly and edged an attempted cut into 
his stumps. </p>
<p>Aftab Ahmed hit a six and five fours in an aggressive 40 but was bowled when 
he was lured down the pitch by off-spinner Ramesh Powar and failed to make 
contact. </p>
<p>Habibul Bashar (43) and Mushfiqur Rahim (35) put on 59, but when Bashar was 
stumped off Chawla, his side were in the impossible position of having to score 
another 108 runs off just eight and half overs to win. </p>
<p>Mortaza gave local supporters something to cheer with his assault on Mongia, 
a tremendous effort considering he was suffering from cramp, but he holed out 
off Chawla at the start of the penultimate over. </p>



</tr>
    <tr>
      <td width="100%" height="97">
      </font>

</div>
        </div>
    </div>
</div>
</div>


















<div id="main">
    <div class="block" id="portalwelcome">
<h2><span>News - Saturday, 12 May 2007 - Morton stakes Windies Test claim</span></h2>
        <div class="box">
            <div class="inbox">
            <div>

<p><b>Tour match, Taunton: West Indies 237-4 v Somerset (day one, stumps)
<a class="bodl" href="http://news.bbc.co.uk/sport1/shared/fds/hi/statistics/cricket/scorecards/2007/5/14066/html/scorecard.stm">
Match scorecard</a></b></p>
<p>Runako Morton was the star attraction for West Indies on day one of their 
warm-up match against Somerset. </p>
<p>After hitting 15 fours and two big sixes in his 103 the Nevis right-hander 
limped off with a leg injury before the tourists closed on 237-4 at Taunton.
<font size="2">
<img alt="R Morton" hspace="0" src="http://newsimg.bbc.co.uk/media/images/42917000/jpg/_42917315_morton203.jpg" border="0" align="right" width="203" height="152"></font></p>
<p>But Morton said later: "It was just a light strain - nothing to worry about.
</p>
<p>"Playing in these conditions, you need to play within your strengths - the 
aim for us on Sunday will be to get as much batting practice as we can."
<!-- E SF --></p>
<p>Morton and Shiv Chanderpaul (82no) had combined well to take the tourists out 
of a hole at 44-4 in the morning. </p>
<p>Morton's sixes came off Michael Munday, one into the Ian Botham Stand, the 
other deposited into the River Tone. </p>
<p>After West Indies had won the toss, Daren Ganga and Chris Gayle put on 26 for 
the first wicket before Steffan Jones had vice-captain Ganga lbw playing across 
the line. </p>
<p>Then Gayle dragged a wayward half-volley from Mark Turner onto his stumps, 
before James Hildreth picked up a sharp chance in the covers to remove Devon 
Smith. <font size="2">
<img alt="Steffan Jones " hspace="0" src="http://newsimg.bbc.co.uk/media/images/42916000/jpg/_42916409_steffan_jones203.jpg" border="0" align="right" width="203" height="152"></font></p>
<p>Jones, who bowled 20 wicketless overs against Northants in a match finishing 
on Friday, took his third wicket when removing skipper Ramnaresh Sarwan, lbw 
playing a backward defensive shot. </p>
<p>It was not what coach David Moore would have wanted, but Chanderpaul and 
Morton turned things round emphatically as they began their partnership before 
lunch. </p>
<p>A flurry of Morton boundaries broke the shackles, and he raised the bar in 
the afternoon with more attacking shots - leg-spinner Munday singled out for the 
most severe treatment. </p>
<p>Morton always scored faster than Chanderpaul, who nudged and nurdled before 
opening his shoulders later in the day between rain breaks. </p>
<p>Thirteen players from each side can take part in this three-day match, with 
11 batting and 11 in the field at any one time.<!-- E BO --> </p>



</tr>
    <tr>
      <td width="100%" height="97">
      </font>

</div>
        </div>
    </div>
</div>
</div>
















<div id="brdfooter" class="block">
    <h2><span>Board footer</span></h2>
    <div class="box">
        <div class="inbox">


            <p class="conr">Powered by <a href="http://www.punbb.org/">PunBB</a><br />© Copyright 2002?2005 Rickard Andersson</p>
            <div class="clearer"></div>
        </div>
    </div>
</div>

This includes only the shoutbox and the adsense box. What do you mean by optional? That you can switch it off via administration?
For latest posts you need PHP anyways...

FluxBB - v1.4.8

22 (edited by SuperMAG 2007-05-13 14:10)

Re: Need To Install the Punportal or Miniportal at another directory. help

optional means .. that not about admins area .. it means if u can do that code then post it please ... and thanks aloooot i will use it now

MyFootballCafe.com  is Now Online!

Re: Need To Install the Punportal or Miniportal at another directory. help

there is another question .. if u maked an HTML Page but the Extension of the Page (is php) Like Index.php ... can u write php codes with html or its not working together ... if so how could i get latest 5 posts and threads

MyFootballCafe.com  is Now Online!

Re: Need To Install the Punportal or Miniportal at another directory. help

SuperMAG wrote:

there is another question .. if u maked an HTML Page but the Extension of the Page (is php) Like Index.php ... can u write php codes with html or its not working together ... if so how could i get latest 5 posts and threads

PHP is designed to work well with HTML. As long as the extension is .php (in most cases), any PHP in a file that's enclosed between "<?php" and "?>" will be executed.

Looking for a certain modification for your forum? Please take a look here before posting.

Re: Need To Install the Punportal or Miniportal at another directory. help

ok thanks aloooot for ur information but can u give me a code login box in portal and last five posts and search code .. thanks again

MyFootballCafe.com  is Now Online!