/    Sign up×
Community /Pin to ProfileBookmark

n00b: web interfaces

Hello. My name is John “Legacy” Crist, and I built a website for my Online Gaming Clan, [url]www.teamcad.soxhardcore.com[/url]. I’m by no means an expert, which is why I’m consulting you guys. I would like my co-leader to be able to make posts on the different news sections without using Dreamweaver and editing the page directly. I’ve set up this interface: [url]www.teamcad.soxhardcore.com/admin/login.asp[/url]

use guest/guest as the login. Basically, I want him to be able to login, then use those links to post new news items. However, I have no idea where to start or what to do. I know that using the Bravenet login won’t do, and i plan on trashing everything i have there now. The question to you is, “How can I set up the page so that my co-leader logs in and uses a web interface to add news items”. I know I will need to remake most of the site to get this done, but I’ll do whatever I need to to make it happen.

to post a comment
Full-stack Developer

5 Comments(s)

Copy linkTweet thisAlerts:
@invertedpandaJun 13.2005 — Sounds like a job for a good PHP (w/ or w/o MySQL) CMS. Either you can roll your own, or find one of the many freely or commercially available ones on the 'net. PHP Nuke is fairly popular.
Copy linkTweet thisAlerts:
@buntineJun 13.2005 — Ok, you have the right mindset. You will need to employ a server-side technology such as PHP, JSP or ASP.

You will have a small database on the server that stores the authorisation details of your co-leader (and anyone else you want to have access to the admin). By "details" I mean a username, password, email and unique identifier (a numeric value).

When the user enters their details into the login box and clicks "Submit", your application, from the server, will query the database using the supplied details. If no records are returned then the user is invalid. Otherwise, you will assign the user with a session variable (a constant application-wide identifier) and redirect them to the administration section.

Regards.
Copy linkTweet thisAlerts:
@CADLegacyauthorJun 13.2005 — I thank you very much for your feedback. Now I have a basic idea of what it is I need to do. Would there be a book or online guide that would explain in great detail the basic steps of doing what it is I'm setting out to do? By that, I mean a guide that has the reader set up an example excercise site so that the reader knows the steps to implement it themselves (kinda like an Idiots Guide thing). As I said, I'm a novice (I'm only 17 Years Old!) and other than designed the website and running my gaming clan, I don't know too much.

Thank you again so much for your feedback!
Copy linkTweet thisAlerts:
@MstrBobJun 13.2005 — I think your best bet would be to go with one of the tons of CMS already available. Perhaps you can then take time to learn a server side technology, but it will most likely take you a bit.
Copy linkTweet thisAlerts:
@buntineJun 13.2005 — If your truly interested in learning to write software, I suggest you write your own (or atleast customize an existing system).

You will probably be using PHP, so here are some useful links:

  • - http://www.developertutorials.com/tutorials/php/php-login-system-050531/page1.html (nice PHP/MySQL login tutorial)

  • - http://www.tutorialized.com/tutorial/PHP-Login-Script/7863 (Just a code listing)

  • - www.php.net

  • - www.mysql.

  • - www.apache.com


  • Regards.
    ×

    Success!

    Help @CADLegacy spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 5.19,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @AriseFacilitySolutions09,
    tipped: article
    amount: 1000 SATS,

    tipper: @Yussuf4331,
    tipped: article
    amount: 1000 SATS,

    tipper: @darkwebsites540,
    tipped: article
    amount: 10 SATS,
    )...