PDA

View Full Version : You need a News System for your Homepage?



STAUFFi
5th October 2013, 13:43
Hi all,
I scripted a news system for a website.
This system allows the time:
-Time with post news
-Delete it from the database via self-written admin panel protected with md5
-Mail system can be output with PHP and HTML
For this system, you only need 2 databases
Would you have it?
Then write to me privately :)

kung foo man
5th October 2013, 13:54
Wow, only two databases for one system and even protected with md5? Sounds like you know what you are doing!

STAUFFi
5th October 2013, 13:59
I mean the Admin Panel is protected with md5:)
1. database is admin panel
2. database are all news with ids , times e.g.^^

IzNoGoD
5th October 2013, 14:40
md5 no salt? I think kung was being sarcastic.

STAUFFi
5th October 2013, 15:51
I not like kung's sarcasm. :)

RobsoN
5th October 2013, 17:55
Why you can't keep everything just in one db?

STAUFFi
5th October 2013, 22:14
The problem is with the admin panel the first admin have id 0 and the first news to...
then you cant protected news with md5. :)

kung foo man
5th October 2013, 22:53
And why you don't publish the source code?

Mitch
8th October 2013, 12:12
The problem is with the admin panel the first admin have id 0 and the first news to...
then you cant protected news with md5. :)

What about sql injection? If that works then you are always admin =]

STAUFFi
8th October 2013, 16:26
rly? but i have 4 accounts in this script :o