/    Sign up×
Community /Pin to ProfileBookmark

News Publishing Software requied…

hey, i am looking for a news management script which should work like cutenews but the only problem cutenews has is that it cannot handle big data. I need a script which can handle large data..

to post a comment
PHP

5 Comments(s)

Copy linkTweet thisAlerts:
@ganichauthorFeb 23.2011 — http://www.pligg.com

http://www.phpenter.net

http://elgg.org/index.php[/QUOTE]


these are social network engines.. not news/article publishing scripts..
Copy linkTweet thisAlerts:
@NogDogFeb 23.2011 — Can you use WordPress or another blogging engine, or do you have some special requirement they to not deal with (including all the plug-ins)?
Copy linkTweet thisAlerts:
@ganichauthorFeb 24.2011 — i want a script which should be easily integrated with the website and should fully customizable like cutephp.. the problem with cutephp is that it can't handle large data since it stores all the news articles in one .txt file on the server.. as the number of articles grow.. the size of .txt file increases and it becomes impossible for the server to handle the script.. i want a script which should be easily integrated into the website and should have the following features.

  • - article categories

  • - admin panel to add news

  • - should use mySQL to store articles or it should create .htm files for articles..


  • i hope you get the point..

    by the way if i want to write my own script.. what is the easiest way to write a script which should have categories, show news on webpages, have admin password protected add news area.. should create seperate files on the server or use mysql..nothing complicated.. simple news posting script..
    Copy linkTweet thisAlerts:
    @NogDogFeb 24.2011 — ...

    by the way if i want to write my own script.. what is the easiest way to write a script which should have categories, show news on webpages, have admin password protected add news area.. should create seperate files on the server or use mysql..nothing complicated.. simple news posting script..[/QUOTE]


    It's never simple. :p

    I'd start with the database design: a good, normalized data structure up front will save you a lot of grief down the road.

    At a minimum, just for the articles, this probably means at least 3 tables: article, category, and article_to_category (allowing articles to belong to more than one category).
    ×

    Success!

    Help @ganich 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.4,
    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: @Yussuf4331,
    tipped: article
    amount: 1000 SATS,

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

    tipper: @Samric24,
    tipped: article
    amount: 1000 SATS,
    )...