nitsuarox
Nov 30 2007, 04:28 PM
since zymics mysql stuff died

and keeps going up and down i am creating a php CMS
if you wanna see my project go to
http://mylittlecms.zzl.org/ i have not set up a demo YET but there will be one soon
and it can be EASILY integrated into any html themes such as the ones on zymic
Alex
Nov 30 2007, 04:33 PM
Seems a bit early to conclude that MySQL is dead forever. Anyhoo, good luck with the project - but I'll reserve judgement until I see some source code. It's not the most marketable idea, since an RDBMS gives you significant optimisations and abstraction, but some people without access to one might be interested.
xire
Dec 2 2007, 02:43 AM
Its gonna be hard to beat
Pluck CMS. Pluck is THE BEST flat-file CMS I've ever seen. Plus its open source.
...just saying...
EMOruffino
Dec 2 2007, 03:39 AM
too bad cURL and fsock arnt open, then people could use a external server until everything is fixed
nitsuarox
Dec 10 2007, 12:38 AM
I just released beta 0.1!
Paranoid
Dec 11 2007, 01:46 AM
Keyword "Beta"?
XyberForce
Dec 11 2007, 03:32 AM
Dude I'm truly excited for this! Finally, a CMS that won't the user down with all this MySQL stuffing.
MrCracker
Dec 11 2007, 03:07 PM
go to login page and login
user: <script>alert(/mrcrackerwashere/);</script>
pass: <script>alert(/mrcrackerwashere/);</script>
lol
by the way whats this:
var ipaddress = '74.92.3.77'; var browser = 'MSIE 6.0'; var operatingsystem = 'Windows XP SP2'; var countrylanguage = 'en-us'; var referer = escape(document.referrer); var screenresolution = screen.width+'x'+screen.height; var colordepth = screen.colorDepth; var url = location.href; init_counter(); function init_counter() { var clickscript = new Image(); clickscript.src = 'http://www.countall.com/count2.php?hit=1&u=4177&title=http://mylittlecms.zzl.org&ipaddress='+ ipaddress +'&browser='+ browser +'&operatingsystem='+ operatingsystem +'&countrylanguage='+ countrylanguage +'&screenresolution='+ screenresolution +'&colordepth='+ colordepth +'&referer='+ referer +'&url='+ url; startclicklog(); } function startclicklog() { if (typeof document.onmousedown == 'function') { currentFunc = document.onmousedown; document.onmousedown = function(e) { catchactivity(e); return currentFunc(e); } } else { document.onmousedown = catchactivity; } } function findlink(el) { var tagName = 'A'; var parent = el.parentNode; if (el.tagName != 'IMG') var df = el.href; if (!df&&parent) { if (parent.tagName==tagName) return parent.href; else return findlink(parent); } else return df; } function catchactivity(e) { try { if (e == undefined) e = window.event; if (e.srcElement) href = findlink(e.srcElement); else href = findlink(e.target); if (href) var clickscript = new Image(); clickscript.src = 'http://www.countall.com/count2.php?hit=0&u=4177&title=http://mylittlecms.zzl.org&ipaddress='+ ipaddress +'&url='+ url +'&href='+ href; var href = ''; } catch(e) { } return true; } document.write(''); document.write('');
IamShipon1988
Dec 11 2007, 05:37 PM
Question -
How do you plan on storing the information, as a text/html file on a folder? Wouldn't that be unsecure?
MrCracker -
He logged your information in...he's going to hack you now...muhahahaha...lol...just joking
Alex
Dec 11 2007, 05:51 PM
When it comes down to it MySQL stores data in files too, and it handles access levels within the RDBMS. The issue is simply how you protect them, you can do things like placing the data files below the document root or using .htaccess directives to protect a data directory. You can also save them as PHP files and include a die() at the top of the page in such a way that includes from the CMS are not killed, but when people try to view the data file they are.
XyberForce
Dec 12 2007, 12:42 AM
Question -- How do I login to the admin? The userpwd.txt file's contents are not working.
Paranoid
Dec 12 2007, 03:39 AM
Provide a tutorial?
Your script isnt working for me as well
nitsuarox
Dec 13 2007, 01:32 AM
the admin login is
user: admin
password: demo
chmod all the files in the admin directory to 777
and will anyone using this give me a link to there setup please?
IamShipon1988
Dec 13 2007, 03:24 AM
QUOTE(Alex)
When it comes down to it MySQL stores data in files too, and it handles access levels within the RDBMS. The issue is simply how you protect them, you can do things like placing the data files below the document root or using .htaccess directives to protect a data directory. You can also save them as PHP files and include a die() at the top of the page in such a way that includes from the CMS are not killed, but when people try to view the data file they are.
Well it seems like a really good idea but I looked through the code and it seems that it could be improved. Mainly the main files can be organized a little better with comments that will help users fix up/modify the script to their liking. Secondly, a better README.txt file should be used to help out with the script installation. There are people who are computer/script illiterate.
OH By the way, for anyone who is using this script, go find this line of code on the index.php file and delete it (it should be the first line of code. If you don't, it will distort the layout in IE
CODE
<!-- COPYRIGHT 2005 FREE TEMPLATE BY JACK CATOR - WWW.ZYMIC.COM -->
>> AT THE SCRIPT
I really like your login script. I'm thinking of using it for one of my sites (the login script), is that "okay" with you? I've seen a similar one around and I'm a bit too lazy to code one myself considering the fact that I have whole bunch of other work to do.
nitsuarox
Dec 13 2007, 06:47 PM
you can use it I am licensed in gnu
to protect a page you have to use the require once password_protect.php thing
nitsuarox
Dec 13 2007, 07:24 PM
i just opened the demo
nitsuarox
Dec 20 2007, 09:44 PM
does anyone wanna help me code?
XyberForce
Dec 21 2007, 08:37 PM
The Admin CP needs some work. I can help you with setting up the layout for that, also when you click submit, it doesn't automatically redirect.
nitsuarox
Jan 27 2008, 03:46 PM
i am releasing a new version RIGHT now (uploading) this new version has a WYSIWYG editor automatic infinite page generation automatic menu linking and MUCH more
P3D1G0
Jan 30 2008, 05:41 AM
And it also has a none working Demo too.
nitsuarox
Jan 30 2008, 11:44 PM
yeah i disabled the demo because installed it wrong. it will be working soon
Nelsaidi
Feb 3 2008, 10:31 PM
god bless u!
I wanted to make something like this, but i dont have the knowledge!
This rocks! now i need to find the time to upload it all
nitsuarox
Feb 4 2008, 01:07 AM
glad you like it! just to let you know the next version will have mods (plugins) a better admin panel save all content places at the same time and MUCH more
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.