Add to Google

Bloging Script - Is there any?

free web hosting
Open Discussion > CONTRIBUTE > The Internet > Website Discussion

Bloging Script - Is there any?

Inspiron
Is there any applications like PHPNuke which is able to post blogs to your personal website?

Comment/Reply (w/o sign-up)

snlildude87
There are a bunch in cPanel's Fantastico. I personally like Nucleus because the name sounds cool, and it worked the first time I tried it. That was also the first I tried, so I can't really say much. Also, I like how it can make your site look extremely professional if you have no idea what you're doing. However, if you do know what you're doing, you can code the templates to fit the rest of your site - which is what I have done.

http://nucleuscms.org is the official website if you wanna look at it.

Comment/Reply (w/o sign-up)

iwuvcookies
I like using Wordpress they have lots of hacks and plugins for the blog software. Yes your cpanel should have some like b2, wordpress, cutenews, etc...

they're all like php based with mysql and you can customize them if you know some php or even html. A slow person like me could do it. you can too.

Comment/Reply (w/o sign-up)

Tyssen
My vote would be for Wordpress too. I haven't had a chance to test it out fully but what I've seen so far has been good with lots of flexibility.

Comment/Reply (w/o sign-up)

eXtreme
my vote goes for wordpress too

It's an awesome blog publisher with lots of features, plugins and another stuff. You can get some more information about it here: Wordpress Official site

I use wordpress for my blog too. wink.gif

Comment/Reply (w/o sign-up)

serverph
my choice would be wordpress too. tongue.gif i think it's already THE definitive blog script out there, with the most number of users (just my guess. tongue.gif). i'm testing out wordpress in my desktop (and will be making it LIVE online soon), and i've been checking out plugins and themes here and there. and there are lots of them, which can cater to whatever a user wants. so far, so good. smile.gif will be creating my own template soon to give my blog a personality of its own.

i think the cpanel auto-install wordpress is not updated, so it's best to simply download the latest from the main wordpress site then upload that in your trap17 hosting. the installation is a breeze so it won't be a problem for first-time users. smile.gif

 

 

 


Comment/Reply (w/o sign-up)

ill
Cutenews. http://cutephp.com

Easy customization. Full customization. Don't want a feature? Don't use it. Don't want clutter on your webpage? It won't give you it.

Integrated by a php include in your webpage. Simple as that.

Comment/Reply (w/o sign-up)

enemista
This is also quite good blog script.

Dblogger

Comment/Reply (w/o sign-up)

zooxter
there's script for blog ? woo, but can try hotscript.com or u're talking the templetes which is blogskins.com ? lol.

Comment/Reply (w/o sign-up)

rustypaulin
i'd use Wordpress if i want a blog, its very easy to customise the layout and change it to fit the theme of your site

Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

Recent Queries:-
  1. script - 24.35 hr back. (1)
Similar Topics

Keywords : Bloging Script

  1. Directory Script - (1)
  2. Redirect Script Depending On User's Browser - (13)
    Hi everyone, oik so there is this design im doing for a new site and the problem is that the site
    does not display properly in Internet Explorer but it does in firefox. How do i get the site to
    redirect you to a page that says somthing like "you need to have firefox instalkled to view this
    page" if you are not running firefox?...
  3. Redirec Script - (7)
    I need a scrip that redirects to my forum to index_cm.php, i cant change the name of that file...
  4. Forum Script Error - (3)
    hey, im getting this error when im trying to view a message on my forum, QUOTE Parse error:
    syntax error, unexpected T_VARIABLE in /home/luki/public_html/forum/viewtopic.php on line 26 and
    this is what is on line 26 in that file.. i don't know waht's wrong with it. QUOTE
    LIMIT$start, ".$board_config ; and this is what it loks like all together... QUOTE
    define('IN_PHPBB', true); define('IN_CASHMOD', true); define('CM_VIEWTOPIC',
    true); LIMIT$start, ".$board_config ; $cm_viewtopic->generate_columns($template,$forum_id,$sq...
  5. Referral Script - (2)
    Hey everyone, I need 2 Different kind of refferal system scripts. One is a non registering one and
    the other one is a registering one. Okay well ill explain what i need for each script. For the non
    registering one i need: It to log what SITES sent users to my site. It also needs to automaticly
    list the sites that have sent a curtain number of people to the site, and the number of people needs
    to be custamizable by eather a control panel or a scipt option. And for the registering one i need
    the script to automaticly provide my users with a Referral URL. It also need...
  6. Good Billing Script - (0)
    does anybody here know of any good billing script like merchant bil;l that are free or very cheap...
  7. Web Hosting Script - (5)
    Hey everyone, Im wondering if any of you know of a Web Hosting Script. The primary use of this
    script will be to give the users of my site we space. I already have my server set up. My server
    currently uses a 100 GB space system With apatche running on the servering computer and it is all on
    High Speed DSL. If you could, link the script from where it came from. And Also please make sure
    it is an ACTUAL Web hosting script not just a register script. thanks...
  8. Mp3 Player For A Webpage - script? (8)
    anyone know where you can get a mp3 player to put on the site? where you can upload your own music
    and choose a song to play it? it can be any language, so if you know any, giev me the link. Made
    topic descriptive. ...
  9. Login Script Problem - (0)
    i have created a login script that enables my costomours to login into there cPanel,web mail and if
    there a reseller WHM. But when i test the script on the webserver its dosnt work on some pages, on
    the pages that dont work i get this error message QUOTE Method Not Allowed The requested method
    POST is not allowed for the URL /index.htm. Apache/1.3.34 Server at www.mxweb.co.uk Port 80 and
    i know its nothing to do with the frontpage server extentions, and what gets me is that it works on
    some pages but not others. Ive tried everything in my knowlage to get it worki...
  10. No Right Click - Javascript - No Right Clicking Script (6)
    I made this script for disabling the right-click option. It works with all major web browsers (IE,
    Mozilla, Firefox, Netscape...). Just put it into the head section of your document. QUOTE
    var message="Sorry, no right clicking!"; isIE=document.all;
    isNN=!document.all&&document.getElementById; isN4=document.layers; if (isIE||isNN) {
    document.oncontextmenu=block; }else{ document.captureEvents(Event.MOUSEDOWN || Event.MOUSEUP);
    document.onmousedown=block; } function block(e) { if (isN4) { if (e.which==2||e.which==3) {
    alert(message); return false;} } else { alert...
  11. Need Some Help With A Little Php Script... - Thanks (7)
    I have found on the net a free script with, what I think is, a small bug! Since I don't know
    anything about php (i'm programming in delphi) i'm looking for someone who is familiar with
    this php and it is wants to help me. If so please PM for me to give the details.... Thanx a lot,...
  12. Php Include Script - How to add into a table (6)
    You can see at cerb.trap17.com how I have my menus set up. For each of the 3 side menus, I would
    like to use a PHP include script, rather than iFrames. This is the code I've been playing around
    with: CODE With myframe.htm being the page I want to include in that cell. For some
    reason it will not include the page. Is that the correct code for doing such a thing? Am I doing
    something wrong; leaving something out. maybe? Thanks....



Looking for bloging, script

Searching Video's for bloging, script




advertisement



Bloging Script - Is there any?