Jump to content


Creating an Admin side to a website


7 replies to this topic

#1 MKayHavoc

    Young Padawan

  • Members
  • Pip
  • 25 posts

Posted 13 March 2006 - 03:20 PM

I've created a website through dreamweaver 8 and am now wanting to setup an administrative area so that people can add content to the site without having to start entering code or loading up dreamweaver. I want them to be able to do it online. It will require a security logon. Whats the best way of doing this and are there any tutorials that can help me?

Cheers

Havoc

#2 coolaid

    P2L Jedi Master

  • Members
  • PipPipPipPip
  • 1,435 posts
  • Gender:Male
  • Interests:i wonder..

Posted 13 March 2006 - 04:22 PM

i got a tut on this, just for one admin
http://scudworkz.com...minLoginSystem/
or if you want more than one person to be able to log in, tweak the user login system a bit
http://scudworkz.com...serLoginSystem/

#3 rc69

    PHP Master PD

  • P2L Staff
  • PipPipPipPip
  • 3,827 posts
  • Gender:Male
  • Location:Here
  • Interests:Web Development

Posted 13 March 2006 - 04:36 PM

This is also a fairly common question, do a little searching and you might come up with something.
http://www.pixel2life.com/forums/index.php...&highlite=admin

#4 MKayHavoc

    Young Padawan

  • Members
  • Pip
  • 25 posts

Posted 13 March 2006 - 04:45 PM

Thanks guys. :-)

#5 MKayHavoc

    Young Padawan

  • Members
  • Pip
  • 25 posts

Posted 13 March 2006 - 05:09 PM

Is there a way you can setup a page that can add content to another page without having to create databases. I want to be able to be able to add a new bulletin to the Homepage by entering it in an Admin page and clicking add.

Will worry about the security aspect later.

#6 dEcade

    P2L Staff

  • P2L Staff
  • PipPipPipPip
  • 1,850 posts
  • Gender:Male
  • Location:Saskatoon, Saskatchewan
  • Interests:Guitar, Programming, Storm Chasing, Games (Designing and playing), Hockey, Photography

Posted 13 March 2006 - 05:10 PM

One of the best ways to do a login would probably just use your CPanel's script thing, On Sever Seed's CPanel there is a thing called web protect and you go in there and you can protect a folder and set the users for it.

dEcade

#7 MKayHavoc

    Young Padawan

  • Members
  • Pip
  • 25 posts

Posted 13 March 2006 - 05:19 PM

I'm wanting a tutorial for updating content on a page, adding a bulletin by using an admin page.

#8 rc69

    PHP Master PD

  • P2L Staff
  • PipPipPipPip
  • 3,827 posts
  • Gender:Male
  • Location:Here
  • Interests:Web Development

Posted 13 March 2006 - 11:14 PM

If you search for news systems or cms's in the tutorial database, you shouldn't have to many problems coming up with a few results.

But without using a database, you would have to use files (often referred to as "flat files"). Maybe you could make an xml document containing the news entries and use php's xml parsing functions to get them (or write a custom function to do it for you).





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users