1 (edited by dharmil 2006-04-16 20:36)

Topic: MY Punbb

I have got punbb forum and i added so many mods and plugins to it it has a arcade and all that stuff
http://forum1.dharmil.info/index.php

tell me what you think

http://www.dharmil.info/ - My site

http://www.yourarcadesite.1.vg/ - My Arcade, Play 250 games online for free and Save your high score!

http://www.forums.dharmil.info/ - My forums i created using php/mysql still working on them about 15% or more done

2

Re: MY Punbb

I really like the style! Keep up the good work wink

Re: MY Punbb

thanks

http://www.dharmil.info/ - My site

http://www.yourarcadesite.1.vg/ - My Arcade, Play 250 games online for free and Save your high score!

http://www.forums.dharmil.info/ - My forums i created using php/mysql still working on them about 15% or more done

Re: MY Punbb

can you tell me how you made the forum indicators into an image? i want to do the same at my own forum, but i cant seem to get it to work.

You're satisfied with something ([img]http://forum.soulcreeper.net/img/smilies/windows.png[/img]) untill you can get something better ([img]http://forum.soulcreeper.net/img/smilies/apple.png[/img])

5 (edited by dharmil 2006-04-23 01:06)

Re: MY Punbb

sure i can tell you
here


<div id="vf" class="blocktable">
    <h2><span>Legend</span></h2>
    
<div class="box">
        <div class="inbox">
                
                <?php
                // For the key thingy
echo "
<table width=\"308\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">
  <tr>
    <td width=\"200\" ></td>
    <td width=\"30\" bgcolor=\"#E4EAF2\" height=\"32\"><img src=\"".PUN_ROOT."img/".$pun_user['style']."/forum_new.gif\" alt=\"New post's\" /></td>
    <td width=\"20%\" bgcolor=\"#E4EAF2\">New Post's</td>
    <td width=\"30\" bgcolor=\"#E4EAF2\"><img src=\"".PUN_ROOT."img/".$pun_user['style']."/forum_old.gif\" alt=\"New post's\" /></td>
    <td width=\"20%\" bgcolor=\"#E4EAF2\">No New Post's</td>
    <td width=\"30\" bgcolor=\"#E4EAF2\"><img src=\"".PUN_ROOT."img/".$pun_user['style']."/forum_link.gif\" alt=\"Link\" /></td>
    <td width=\"20%\" bgcolor=\"#E4EAF2\">Link</td>
    <td width=\"200\" ></td>
  </tr>
  
</table>";
 
?>
                
        </div>
    </div>
    </div>

Add ^^^^that before this code :

for me its line 215

<div id="brdstats" class="block">
    <h2><span><?php echo $lang_index['Board info'] ?></span></h2>
    <div class="box">
        <div class="inbox">
            <dl class="conr">
                <dt><strong><?php echo $lang_index['Board stats'] ?></strong></dt>
                <dd><strong><?php echo $lang_index['Board stats'] ?></strong></dd>
                <dd><?php echo $lang_index['No of users'].': <strong>'. $stats['total_users'] ?></strong></dd>
                <dd><?php echo $lang_index['No of topics'].': <strong>'.$stats['total_topics'] ?></strong></dd>
http://www.dharmil.info/ - My site

http://www.yourarcadesite.1.vg/ - My Arcade, Play 250 games online for free and Save your high score!

http://www.forums.dharmil.info/ - My forums i created using php/mysql still working on them about 15% or more done

Re: MY Punbb

How did u add that sqare at the bottom? The one with all the links? tell me code pls.

Re: MY Punbb

ok i made a box with a diffrent type i will give you the code when i get to it cuz i am on my laptop right now and cant do it right now because i dont have files on here so at about 3:40 pm estern us time i can get you the code...

http://www.dharmil.info/ - My site

http://www.yourarcadesite.1.vg/ - My Arcade, Play 250 games online for free and Save your high score!

http://www.forums.dharmil.info/ - My forums i created using php/mysql still working on them about 15% or more done

Re: MY Punbb

ok here is the code i just added a block in footer.php

<div id="brdfooter" class="block">
    <div class="box">
        <div class="inbox">
        <?php 
        if ($pun_user['is_guest'])
    {
        if ($pun_user['g_search'] == '1')
            echo '<center><a href="#"><img src="'.PUN_ROOT.'img/'.$pun_user['style'].'/top.gif"/></a>                  <a href="index.php">Forums :: Dharmil.info</a> | <a href="search.php">'.$lang_common['Search'].'</a> |';

        echo ' <a href="search.php?action=show_24h">'.$lang_common['new'].'</a> | <a href="userlist.php">'.$lang_common['Members'].'</a> | ';
        echo ' <a href="register.php">'.$lang_common['Register'].'</a> |';
        echo ' <a href="login.php">'.$lang_common['Login'].'</a> | <a href="http://dharmil.info/news.php">http://dharmil.info/</a>
                          <a href="#"><img src="'.PUN_ROOT.'img/'.$pun_user['style'].'/top.gif"/></a></center>';

    }
        else
    {
        if ($pun_user['g_id'] > PUN_MOD)
        {
            if ($pun_user['g_search'] == '1')
                echo '<center><a href="#"><img src="'.PUN_ROOT.'img/'.$pun_user['style'].'/top.gif"/></a> <a href="search.php">'.$lang_common['Search'].'</a> |';
            
            
            echo ' <a href="uploads.php">'.$lang_common['upload'].'</a> |';
            echo ' <a href="arcade.php">'.$lang_common['arcade'].'</a> |';
            echo ' <a href="userlist.php">'.$lang_common['Members'].' |</a>';
            echo ' <a href="calendar.php">'.$lang_common['Calendar'].'</a> |';
            echo ' <a href="chatbox.php">'.$lang_common['ShoutBox'].'</a> |';
            echo ' <a href="gallery.php">'.$lang_common['Gallery'].'</a> |';
             echo ' <a href="page.php?id=1">'.$lang_common['Tutorial'].'</a> |';
            echo ' <a href="online.php">'.$lang_common['users'].'</a> |';
            
            echo ' <a href="search.php?action=show_24h">'.$lang_common['newp'].' |</a>';
            echo ' <a href="message_list.php">Messages</a> <a href="#"><img src="'.PUN_ROOT.'img/'.$pun_user['style'].'/top.gif"/></a></center>';
            
            
            
        }
        else
        {
        
            echo '<center><a href="#"><img src="'.PUN_ROOT.'img/'.$pun_user['style'].'/top.gif"/></a> <a href="search.php">'.$lang_common['Search'].'</a> |';
            echo ' <a href="uploads.php">'.$lang_common['upload'].'</a> |';
            echo ' <a href="userlist.php">'.$lang_common['Members'].' |</a>';
            echo ' <a href="arcade.php">'.$lang_common['arcade'].'</a> |';
            echo ' <a href="calendar.php">'.$lang_common['Calendar'].'</a> |';
            echo ' <a href="chatbox.php">'.$lang_common['ShoutBox'].'</a> |';
            echo ' <a href="gallery.php">'.$lang_common['Gallery'].'</a> |';
            echo ' <a href="page.php?id=1">'.$lang_common['Tutorial'].'</a> |';
            echo ' <a href="online.php">'.$lang_common['users'].'</a> |';
            echo ' <a href="search.php?action=show_24h">'.$lang_common['newp'].'</a> |';
            echo ' <a href="message_list.php">PM</a> |';
            echo ' <a href="admin_index.php">'.$lang_common['Admin'].'</a> <a href="#"><img src="'.PUN_ROOT.'img/'.$pun_user['style'].'/top.gif"/></a></center>';

            
            
        }
    }

    
    
    
    
    
    
    
    
    
    ?>
            <div class="clearer">
            </div>
        </div>
    </div>
</div>
http://www.dharmil.info/ - My site

http://www.yourarcadesite.1.vg/ - My Arcade, Play 250 games online for free and Save your high score!

http://www.forums.dharmil.info/ - My forums i created using php/mysql still working on them about 15% or more done

Re: MY Punbb

'Page Cannot Be Displayed' Error sad

Re: MY Punbb

my host was down and my hole site got delted i didnt get to back up data base but i had the files so i got the forums all working again but the user and post were deleted

http://www.dharmil.info/ - My site

http://www.yourarcadesite.1.vg/ - My Arcade, Play 250 games online for free and Save your high score!

http://www.forums.dharmil.info/ - My forums i created using php/mysql still working on them about 15% or more done

11 (edited by Frank H 2006-04-29 17:40)

Re: MY Punbb

(the urls in your sig point to the wrong place wink)

Edit: and sorry to hear about the database loss sad
(luckily I'm keeping a day to day backup on the database, although the files I kind of have fallen back on ... but those are always possible to re-mod)

Re: MY Punbb

now i back up my data base every day just incase some thing like this happnes again

http://www.dharmil.info/ - My site

http://www.yourarcadesite.1.vg/ - My Arcade, Play 250 games online for free and Save your high score!

http://www.forums.dharmil.info/ - My forums i created using php/mysql still working on them about 15% or more done