Computer Webmaster Gaming Console Graphics Forum

Welcome to the Computer Webmaster Gaming Console Graphics Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

MK PitStop Main Earn $25 Earn Money Posting Extras Members Blogs Image Hosting User Pages
Go Back   Computer Webmaster Gaming Console Graphics Forum > Webmaster Forum > Website Coding > PHP
Register FAQ/Rules Become A V.I.P. Member Search Today's Posts Mark Forums Read

PHP PHP for some can be one of the hardest website programming codes, so do you need help on your PHP script, if it is php4, php5 or lower this is the place for you for any PHP help.

Google
Reply
 
LinkBack Thread Tools Display Modes
Old 07-01-2007, 3:35 PM   #1
Steve Berryman
 
Steve Berryman's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Blogging Community

I am trying to start a(nother) blogging community site. I plan on doing this
in PHP as ths is the language that i am most familiar with but i cant seem
to find any bloggin scripts that do the job! can anyone recommend and gpl
scripts that allow multiple users to make thier own blogs? it would also be
nice if it could use mod_rewrite and have templates but i can add that in
later if nessisary.

i have looked at b2++. the way it works for multi users is just wrong for a
large site

if you have any suggestions can you let me know please?

thanks in advance

Steve


 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Advertisements
Old 07-01-2007, 3:36 PM   #2
Nikolai Chuvakhin
 
Nikolai Chuvakhin's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Blogging Community

"Steve Berryman" <admin@object4.co.uk> wrote in message
news:<ben3ct$ps1$1@news6.svr.pol.co.uk>...
>
> I am trying to start a(nother) blogging community site. I plan
> on doing this in PHP as ths is the language that i am most familiar
> with but i cant seem to find any bloggin scripts that do the job!
> can anyone recommend and gpl scripts that allow multiple users
> to make thier own blogs? it would also be nice if it could use
> mod_rewrite and have templates but i can add that in later if
> nessisary.
>
> i have looked at b2++. the way it works for multi users is just
> wrong for a large site
>
> if you have any suggestions can you let me know please?


OK, first of all, why do you have to have blogging software that
should work in a way appropriate for a large site? You are NOT
trying to start a large site; rather, you want a collection of
relatively small sites. Why not develop accordingly?

So here's my suggestion:

1. Pick a lightweight, but nice enough personal blog. My favorite
is Blog by Jonathan Beckett available from the author at
http://www.pluggedout.com/blog/. The package is small (about
50k, including images and GPL license), but functional.
2. Write a fully-automated installation routine for this blog, with
automatic creation of directory and database structures, as well
as generation of customized configuration file.
3. Let each user have their own blog site relatively independent
of other blog sites hosted on the same server.

So let's say your blogging community is hosted at www.bc.org (bc,
of course, is short for "blogging community"). A new user comes
in and wants to set up a blog. The registration script asks the
user for a desired login name and password. Let's say the user
chose login name 'newblogger' which is available, so the installation
program:

1. Creates a new directory, www.bc.org/newblogger.
2. Installs Blog (or another lightweight blogging package)
in that directory. Color/stylesheet customization can
be done here, too.
3. Creates a new database called 'newblogger' and requisite
empty tables in it. Another possibility is to create a
group of prefixed (newblogger_*) tables in a pre-existing
database designated for that purpose.
4. Sends the user an e-mail confirmation of registration.

As a result, you would have a collection of blog sites with each
running a separate copy of a lightweight blogging package.

Cheers,
NC
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 07-01-2007, 3:36 PM   #3
Anthony M. Saffer
 
Anthony M. Saffer's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Blogging Community

<snip>
> > if you have any suggestions can you let me know please?

>
> OK, first of all, why do you have to have blogging software that
> should work in a way appropriate for a large site? You are NOT
> trying to start a large site; rather, you want a collection of
> relatively small sites. Why not develop accordingly?
>
> So here's my suggestion:
>
> 1. Pick a lightweight, but nice enough personal blog. My favorite
> is Blog by Jonathan Beckett available from the author at
> http://www.pluggedout.com/blog/. The package is small (about
> 50k, including images and GPL license), but functional.
> 2. Write a fully-automated installation routine for this blog, with
> automatic creation of directory and database structures, as well
> as generation of customized configuration file.
> 3. Let each user have their own blog site relatively independent
> of other blog sites hosted on the same server.
>
> So let's say your blogging community is hosted at www.bc.org (bc,
> of course, is short for "blogging community"). A new user comes
> in and wants to set up a blog. The registration script asks the
> user for a desired login name and password. Let's say the user
> chose login name 'newblogger' which is available, so the installation
> program:
>
> 1. Creates a new directory, www.bc.org/newblogger.
> 2. Installs Blog (or another lightweight blogging package)
> in that directory. Color/stylesheet customization can
> be done here, too.
> 3. Creates a new database called 'newblogger' and requisite
> empty tables in it. Another possibility is to create a
> group of prefixed (newblogger_*) tables in a pre-existing
> database designated for that purpose.
> 4. Sends the user an e-mail confirmation of registration.
>
> As a result, you would have a collection of blog sites with each
> running a separate copy of a lightweight blogging package.


Just wanted to let you guys know that I'm almost finished developing an
automated installation script for the Blog software that this post speaks
about and should have it done by the end of the weekend. Right now, I'll be
releasing it for Linux only but I will also be working on a Windows version
in the near future. If you want a copy, email me and I'll send it to you as
soon as it's done. I'll also post it at
http://www.safferconsulting.com/blog/bloginstall.rar for those of you who
want to get it there. Should be available by late Sunday.


Anthony Saffer,
Founder & Owner

www.safferconsulting.com
P: (918) 542-8251
E: anthony@safferconsulting.com
ICQ: 96698595
Yahoo: scs_anthonysaffer


 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Featured Websites
Free Space
Free Space
Free Space Free Space
Reply
Tags: ,




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Blogging bujes Search Engine Optimization Good Information 12 08-05-2007 10:59 PM
New Art Community! yzor Graphics in general 0 05-28-2007 7:54 PM
New Art Community! yzor Graphics in general 0 05-28-2007 7:48 PM
A detailed insight to blogging in affiliate marketing marketraise int Website Reviews And Website Questions 0 05-07-2007 2:38 PM
Blogging, why bother? Charger Website Coding 6 09-30-2006 8:25 AM


Featured Websites




All times are GMT +1. The time now is 2:13 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Cheap Computers
MK PitStop Copyright 2005 - 2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98