Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

Curious George®

Curious George® Avatar
Music Lover

****
Senior Member

318


October 2005
Hello fellow SZ coding enthusiaist....currently i am getting my hand caught up PHP's skirt ;D but i am offering to you all a chance to help me code a php based website/blog system.

basically what i wanting to achieve is something like a blog but the user doesnt have to sign up but they can still leave comments and such if your interested in helping me out whether it be coding or graphic design your help will be greatly appreciated


Last Edit: Feb 22, 2006 13:59:00 GMT by Curious George®


Grab this Headline Animator

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
:P Well, what do you mean? Like a personal blog for yourself? Because I'm already working on one for myself.

crazynarutard

crazynarutard Avatar

*****
Senior Studio Member

1,470


August 2005
crazyj.digitalcs.net/

lawl =P

I worked on the layout and loging in today, tomorrow and the rest of the week will probably be going into teh blog. :)
I'll start simple, then keep adding more features.

Curious George®

Curious George® Avatar
Music Lover

****
Senior Member

318


October 2005
img108.imageshack.us/img108/174/examplesite1qh.png

like this its a rough up of what im wanting to achieve


Grab this Headline Animator

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
Well, good luck with it. If you need any help, CJ, Yami, Eric, and I can all help. :)

Curious George®

Curious George® Avatar
Music Lover

****
Senior Member

318


October 2005
Well i need a basic set up of what im wanting as shown in my "sketch" with an rss feed. i may just start out with a plain white bg and then work my way up to one with graphics

this was the layout or features that i need cause thats what i was given at the forum for MF Hosting

Admin Panel
> User login - can protect through CPanel or possibly use sessions if you're feeling confident
> Option to add news
> Option to edit / delete news
> Option to edit / delete comments


Main Interface
> Takes the info from the db and displays it nicely on the screen

To find comments for news
> Something like: "SELECT * FROM `comments` WHERE `tutid`='$tutid'"


i some coding to get me started and when i get stuck ill come back and ask for more help


Last Edit: Feb 15, 2006 14:48:40 GMT by Curious George®


Grab this Headline Animator

Llanilek

Llanilek Avatar
Former Elite Mod

****
Dedicated Studio Member

931


October 2005
thats just easy :P

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
Yeah, that's sort of easy stuff for MySQL. :P But hey, best to start easy and ask for help. :)

Llanilek

Llanilek Avatar
Former Elite Mod

****
Dedicated Studio Member

931


October 2005
and there ain't no better place to get help than here! :D

Curious George®

Curious George® Avatar
Music Lover

****
Senior Member

318


October 2005
well my main problem cause i dont know if the blogPHP i downloaded from hotscripts will work for the mySQL set up i have cause everytime i do a query it comes back with an error located on this line

$dbhost = "localhost";



where it says create php code...does that mean i insert the code along with whats already in that box?


Last Edit: Feb 16, 2006 14:28:48 GMT by Curious George®


Grab this Headline Animator

Curious George®

Curious George® Avatar
Music Lover

****
Senior Member

318


October 2005
I believe im on to something but it is giving me gray hairs at my young age...lol

if someone can figure out the set up for the mySQL tables for the blogPHP code then i believe ill be heading in the right direction...cause i did some testing to see where i was going wrong outside of the tables...lol and i wasnt saving my php stuff in the html editor. now the problem is trying to figure out the configuration file and then the other stuff from there.


Grab this Headline Animator

Ady

Ady Avatar

**
Official Member

90


August 2005
I believe 'Create PHP Code' just gives you a code for the action you just done (lets just say you created a new table), then it would give you a code to create a new table, so you can add that code to your PHP script somewhere and it'll create a new table. I think that's right anyway... I haven't researched it, just going with my feelings.

Also, shouldn't the code you downloaded for your Blob have an installation instructions file?

Curious George®

Curious George® Avatar
Music Lover

****
Senior Member

318


October 2005
it does but im working with other people now to see if i can create one by hand :)


Grab this Headline Animator

Curious George®

Curious George® Avatar
Music Lover

****
Senior Member

318


October 2005
Quick question how do you add multiple php codes? add them all into one giant php script or what


Grab this Headline Animator

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
What do you mean? If you want to use two scripts together you need to figure out how to integrate them. Not all scripts are compatible right off the bat.

For example, you could integrate your blog system with phpBB probably, but it'd take a long time to figure out a simple way.

newBookmarkLockedFalling