1

(27 replies, posted in General discussion)

I think that you can google for woespress templates and it will come up with about 1000 sites for free templates.

I used a program to design the templates. so they are free and new. I can distro or even sale them, but i decided to give them for free to people. Right now i just dont have the time to finish the site and my goals for it...


err...
Q

2

(27 replies, posted in General discussion)

100% free... I need to zip and finish the rest of the templates so that people can download them...

anyone want to help me do this?
scott @ bunpai dot com send me email and i will give you the files and create you account for bunpai...
Q

chovy, i have no idea. Papillon, I modified the file to change it so that bunpai was the poster...

4

(4 replies, posted in PunBB 1.2 show off)

people stop going to it and i just let it die....


Q

5

(27 replies, posted in General discussion)

the only mod that I will add to them is the tag to keyword function. they are basic wp templates that compatible to wp 2.8.4


Q

6

(27 replies, posted in General discussion)

let me know which theme and i can adjust it for you.. I need to open up the rest of the templates for download...
right now I just dont have time...


if anyone got a few free mins hit me up and ill give you an account and give you all the templates so that you can create them in the download section..

Q
scott at bunpai dot com

7

(27 replies, posted in General discussion)

no licences no cost... 100%

Q

8

(27 replies, posted in General discussion)

i'll try to make sum more very soon!!


hope u enjoy them...
Q

I would like to find a windows hosting company. they must have the feature of sharepoint and ms-access db along with sql server.


friends give me some links....


Q

10

(18 replies, posted in Programming)

Do you have a demo some where??

11

(1 replies, posted in PunBB 1.2 show off)

looks good..

Q

12

(2 replies, posted in PunBB show off)

looks good but sorta small on my 20lcd.

Q

Artisteer seem to be very handy in creating wordpress,drupal, and standard html templates.


Q

14

(27 replies, posted in General discussion)

anyone want some wordpress templates that i have created

go to:

http://bunpai.com

I'm starting on the uploads of about 25 templates that I have created. It just takes time to plug in the info in the download manager.

It will be opening very soon as a multi-user wordpress to display there wordpress template that they have created and willing to share with the world.

I'm looking for someone that can integrate punbb any version as the main support forum..



Quaker

15

(1 replies, posted in Programming)

I would like to create a random number lottery style that emails the numbers to the person.

also store the email address and number in a database and prints them to a page.

I would like to know if someone would like to create this and how much?

please contact me at

scott at bunpai dot com

16

(15 replies, posted in Programming)

my next project for the gallery would be to add categories ...

main
-->photo
----->photo1
topic
-->level1
----->level2


categories must pull the first image in the directory for cat_img


anyone want to help with this?

Q

17

(15 replies, posted in Programming)

thanks...

here an image slice

http://i40.tinypic.com/2d9nu5j.jpg

18

(15 replies, posted in Programming)

Mattf,Tieguy

that last code fixed it now all the images works

echo '<td><img width="50" height="50" src="'.PUN_ROOT.'gallery/'.$file.'"/></td>'."
";

Q

19

(15 replies, posted in Programming)

what does that mean?

if someone will email me i will create them a admin account so they can see what im talking about..


Q

20

(15 replies, posted in Programming)

that works but it skips about for or 5 images...
hummm
here is the code that handles the images

    <?php

            $dirhandle = opendir(PUN_ROOT."gallery");

            while(false !== ($file = readdir($dirhandle)))

            {

                if($file == "." || $file == ".." || !($imagedata = @getimagesize(PUN_ROOT."gallery/".$file)))

                    continue;

                echo "<tr>\n";

                echo '<td><img width=\'50\' height=\'50\' src='.PUN_ROOT.'gallery/'.$file.'></td>\n';

                echo "<td>".$imagedata['mime']."</td>\n";

                echo "<td>".ceil(filesize(PUN_ROOT."gallery/".$file)/1024)." KB</td>\n";

                echo "<td>[ <a href=\"admin_loader.php?plugin=".$plugin."&amp;action=delete&amp;file=".$file."\">Delete</a> ]</td>\n";

                echo "</tr>\n";

            }

            ?>

21

(15 replies, posted in Programming)

this is what im trying to do

echo "<td><img width="50" height="50" src=".PUN_ROOT."gallery/".$file."></td>\n";

but i get this error
Parse error: syntax error, unexpected T_LNUMBER, expecting ',' or ';' in /home/bunpaic/public_html/forum/plugins/AMP_Lightbox_Gallery.php on line 143

22

(15 replies, posted in Programming)

this is for the admin panel to upload photos. i dont need a hyper link in it. i just want to be able to show the photos

this is for my lightbox gallery script.

demo
http://bunpai.com/forum/gallery.php

it is a simple gallery script where you upload photo to a folder and it displays them.

Q

23

(15 replies, posted in Programming)

    echo "<td><a href=\"".PUN_ROOT."gallery/".$file."\">".$file."</a></td>\n";

i want to replace the hyper link to a image link
i want a fixed size of 50px for both width and height.

width="50" height="50"

   

echo "<td><img src=\"".PUN_ROOT."gallery/".$file."\">"</td>\n";

Q

i'm looking for a media center system for all my rooms. and even tho this is not duo core it would still work.

i have 4 lcd tv in the house..

and running win7 ultimate on 3 tv now..
and with 1 modded xbox 360 hehe.

Q

u can change the cron job time. but that would put a load on the server.


Q