dera
10-31-2004, 03:07 AM
can any body give me a couple of blog cms, possibly valid ones, some links please :)
|
Click to See Complete Forum and Search --> : a blog question dera 10-31-2004, 03:07 AM can any body give me a couple of blog cms, possibly valid ones, some links please :) Daniel T 10-31-2004, 11:55 AM WordPress (http://www.wordpress.org/) - Free MovableType (http://www.movabletype.org/) - Not Free Paul Jr 10-31-2004, 01:03 PM Textpattern (http://www.textpattern.com/) PeOfEo 10-31-2004, 05:31 PM http://www.infinitywebdesign.com/software/xbloglite/ <- ryan's dera 11-01-2004, 05:20 AM Originally posted by PeOfEo http://www.infinitywebdesign.com/software/xbloglite/ <- ryan's thats a great one:D thanks peofeo Charles 11-01-2004, 06:06 AM Thinking Anglicans (http://www.thinkinganglicans.org.uk/) have a beautiful site under the hood and they use Movable Type. dera 11-01-2004, 06:58 AM Originally posted by Charles Thinking Anglicans (http://www.thinkinganglicans.org.uk/) have a beautiful site under the hood and they use Movable Type. that page doesnt stop loading Charles 11-01-2004, 07:03 AM It works fine for me. Likely it's a glitch in the internet and one of the packets went missing. dera 11-01-2004, 07:22 AM Originally posted by Charles It works fine for me. Likely it's a glitch in the internet and one of the packets went missing. no, i was being sarcastic and its hard to show that on the internet, i was trying to say that the page is very long dera 11-01-2004, 10:03 PM arrh i cant get xbloglite to work PeOfEo 11-01-2004, 10:04 PM well it would be a question for ryan, since he made it (ryan == pyro) dera 11-01-2004, 10:20 PM i cant get it to work in a a directory in through two folders [code] -- that didnt make sense so i try n explain it http://win8.hostingbay.net/mocfc/xbloglite/ thats where my hosting is located untill i redeligate my domain [click to c (http://win8.hostingbay.net/mocfc/xbloglite/index.php)] my archive folder is located at http://win8.hostingbay.net/mocfc/xbloglite/archives but my link keeps on going to http://win8.hostingbay.net/xbloglite/archives :mad: <?PHP $username = 'username'; #username $password = 'password'; #password $num_to_show = 5; #number of blog entries to show on main page. $allow_comments = true; #true will allow users to post comments, false will not $allow_formatting = true; #true will allow users to use formatting, false will not $send_mail = true; #true will send an email when users post comments, false will not $mail_address = 'you@your.com'; #address to send email to, for comments notification $timezone_offset = 0; #Time offset from the server's time $domain_name = 'http://win8.hostingbay.net/mocfc'; #domain name (no trailing slash) # absolute paths (minus domain name) - for files uploaded to default directory, no change is needed $header = 'inc/header.php'; #root path to header $footer = 'inc/footer.php'; #root path to footer $path_to_archives = 'mocfc/xbloglite/archive'; #absolute path to archives (no trailing slash) $path_to_images = '/images'; #absolute path to images (no trailing slash) $path_to_addcomments = 'addcomments.php'; #absolute path to addcomments.php $path_to_editblog = 'editblog.php'; #absolute path to editblog.php $path_to_editcomments = 'editcomments.php'; #absolute path to editcomments.php $path_to_admin = 'admin.php'; $path_to_help = 'help.php'; #absolute path to help.php ?> thats my config file iv tried lots of diffrent conbinations can any body help?? and after i click post it comes up with this 404 for this url?? :S http://win8.hostingbay.net/mocfc/xbloglite/archives//00001.php dera 11-01-2004, 10:21 PM if u wish to test it out for ur self the user name and passsword is username: username password: password obviously this will be changed after:p Scleppel 11-02-2004, 01:25 PM any perl blogs? Charles 11-02-2004, 04:23 PM Originally posted by Scleppel any perl blogs? Yes, do a search over at CPAN. pyro 11-02-2004, 05:02 PM All the links are supposed to start with a forward slash. # absolute paths (minus domain name) - for files uploaded to default directory, no change is needed $header = '/inc/header.php'; #root path to header $footer = '/inc/footer.php'; #root path to footer $path_to_archives = '/mocfc/xbloglite/archive'; #absolute path to archives (no trailing slash) ... dera 11-03-2004, 08:02 AM ok i give that a try and post back with my results dera 11-03-2004, 08:06 AM <?PHP $username = 'username'; #username $password = 'password'; #password $num_to_show = 5; #number of blog entries to show on main page. $allow_comments = true; #true will allow users to post comments, false will not $allow_formatting = true; #true will allow users to use formatting, false will not $send_mail = true; #true will send an email when users post comments, false will not $mail_address = 'you@your.com'; #address to send email to, for comments notification $timezone_offset = 0; #Time offset from the server's time $domain_name = 'http://win8.hostingbay.net/mocfc'; #domain name (no trailing slash) # absolute paths (minus domain name) - for files uploaded to default directory, no change is needed $header = '/inc/header.php'; #root path to header $footer = '/inc/footer.php'; #root path to footer $path_to_archives = 'http://win8.hostingbay.net/mocfc/xbloglite/archives/'; #absolute path to archives (no trailing slash) $path_to_images = '/images'; #absolute path to images (no trailing slash) $path_to_addcomments = '/addcomments.php'; #absolute path to addcomments.php $path_to_editblog = '/editblog.php'; #absolute path to editblog.php $path_to_editcomments = '/editcomments.php'; #absolute path to editcomments.php $path_to_admin = '/admin.php'; $path_to_help = '/help.php'; #absolute path to help.php ?> new config file http://win8.hostingbay.net/mocfc/xbloglite/index.php still doesnt work dera 11-03-2004, 08:45 AM dont worry figured it out my problem was not int he config.php was in the header ur default config fwas for a folder to be called xbloglite i didnt have that i figured that out when i was editin the code for the style sheet thanks for a great code though im going to use it for two of my sites u may of saved my personal homepage:p dera 11-04-2004, 03:29 AM http://win8.hostingbay.net/mocfc/index.php ok all is working with the blog everything except posting every time i post a blog i click save i get a 403 unauthorized u can try ur self login with user: username password: password http://win8.hostingbay.net/mocfc/admin.php dera 11-04-2004, 03:31 AM its a windows server so i shouldnt have permision problems but i do sm how chrismartz 11-04-2004, 04:08 PM i can't even get to that page. it says CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. dera 11-04-2004, 07:14 PM did u use this website? http://win8.hostingbay.net/mocfc/xbloglite/index.php argh dontworry i dont have enough time for im using text pattern its more of what i need, so i create custom pages with layout and just use the textpattern engine chrismartz 11-04-2004, 07:35 PM not much content! :D webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |