Yea my cousin has a server at his house with apache and I might get one soon too, I'll see if he can help me figure it out. Thanks for telling me what to look for!
2 2007-03-22 23:32
Re: Hey connorhd, I was wondering (5 replies, posted in General discussion)
Ah, ok, thanks. Now to find hosting that lets you do that.....
3 2007-03-22 22:33
Topic: Hey connorhd, I was wondering (5 replies, posted in General discussion)
How does your PHP script to create the .mypunbb.com subdomain? Does it need specific hosting or something? Could you show me how you do it or something?
4 2007-03-07 00:58
Re: PunBB forum with Textpattern front end (14 replies, posted in PunBB 1.2 show off)
GregK wrote:@pogenwurst: yeah, Terrible Ted
Awesome, I love Ted Nugent!
I've ridden in a car with him, have a gun with his signature on it, and a few pics with him. I win.
5 2007-03-07 00:55
Re: converted from vbulletin ! (6 replies, posted in PunBB 1.2 show off)
Yea you NEED to move at least SOME of the posts out of the archive forum. Also, make some interesting topics in the forum categories to get people replying.
6 2007-03-07 00:51
Re: "Unfortunately no one can be told..." (24 replies, posted in PunBB 1.2 discussion)
PunBB: Not making the users online info table 90% of your database like SMF.
7 2007-02-28 23:45
Re: Making a Clickable Link to Another Site? (29 replies, posted in PunBB 1.2 troubleshooting)
You don't run it through your site, the users just type in the url and it connects it.
eg:
8 2007-02-28 23:43
Re: Website hacked - everything deleted except databases. How to restore?! (2 replies, posted in PunBB 1.2 troubleshooting)
1. Install the forum with a different db prefix/db
2. Edit the config.php to use the same prefix of your old db
That's all you need to do
9 2007-02-26 14:30
Re: Link Disguise (6 replies, posted in PunBB 1.2 discussion)
Add this mod and see if that gets rid of them.
10 2007-02-25 20:51
Topic: Release: PwnBB 1.0.0 (0 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hey guys I finished up modding a PunBB installation and I figured I'd share. It's basically an installation of PunBB with 17 mods/plugins already installed and you just have to run through the PunBB installation and run the SQL preparation scripts for the mods. Some of the main mods it has are cash mod, arcade, downloads, and PMs. See the readme for a complete list. Also, I'm sorry about the filesize, had to include a few arcade games and stuff.
Here's the link on Punres: http://www.punres.org/viewtopic.php?id=3031
11 2007-02-25 15:31
Re: Why dont punres.org work (3 replies, posted in General discussion)
It's back up.
12 2007-02-25 15:12
Re: A thought about using one db table set for several forum installations (2 replies, posted in PunBB 1.2 discussion)
Ah, ok, I had it backwards. It was 1am lol
13 2007-02-25 09:31
Topic: http://Pwnzors.com (0 replies, posted in PunBB 1.2 show off)
uses punbb.
Also has the following mods:
-Install mod warning mod (tells you when there is an install_mod.php in your forum directory)
-Arcade mod (adds a flash game arcade which saves scores and rankings)
-Cash mod (modified a little, has lottery and donate in bank page)
-PM mod (allows users to send/recieve private messages to/from each other)
-Referral count mod (modified to work with punportal, allows users to send referral urls to their friends and if they register the user gets a referral)
-Pundownload Extra mod (modified a little, fixed location bar bug and added upload a file link)
-Board logo mod (modified a bit, made the image set in options able to be a url or in reference to pun_root and if field is left blank no image will be shown)
-PunPortal mod (modified a little to fix a couple bad links, adds a frontpage to your website, can be turned off)
-Admin logs mod (logs almost everything done by admins/mods)
-DB Management plugin (can be used to run SQL queries on your database, backup your database, and restore your database)
-Punrewrite mod (modifies URLs to have topic names in them, aka it changes www.com/viewtopic.php?id=5 to www.com/t5-topic-name.html)
-Users Online Today mod (modified a little, removed the users today number so it only lists users online today)
-Profile Times viewed mod (modified a little, changed text saying # of views to Profile Views: #)
-Image verification on signup mod (Can be enabled from admin options, adds image verification to signup)
-PunBB Text Editor Plugin (Allows you to edit files from ACP without logging on to FTP)
and my brilliant friend thought of the name PwnBB and I just might do some more modding and make something called PwnBB like MyBestBB and release it.
14 2007-02-25 09:28
Topic: A thought about using one db table set for several forum installations (2 replies, posted in PunBB 1.2 discussion)
Ok, so I've been looking at the source of punbb a lot lately, and I came to a thought.
So all the links it gives to topics and stuff are based off of punroot, which is equivalent to wherever the user is viewing the forum from.
But then its include crap uses the configuration baseurl.
So I'd like to think that you could run a forum with same DB and everything from like 5 locations, and have one central one for the punbb config baseurl. Is there a flaw in my logic, or would this theoretically work?