Help - Search - Members - Calendar
Full Version: I Am Creating A Program That Will Help All Zymic Users
Zymic Webmaster Forums > Web Design & Development > General Web Design Discussion
nitsuarox
since zymics mysql stuff died hunter.gif 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
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
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
too bad cURL and fsock arnt open, then people could use a external server until everything is fixed
nitsuarox
I just released beta 0.1!
Paranoid
Keyword "Beta"?
XyberForce
Dude I'm truly excited for this! Finally, a CMS that won't the user down with all this MySQL stuffing.
MrCracker
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
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 laugh.gif
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.
XyberForce
Question -- How do I login to the admin? The userpwd.txt file's contents are not working.
Paranoid
Provide a tutorial?
Your script isnt working for me as well sad.gif
nitsuarox
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
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
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
i just opened the demo
nitsuarox
does anyone wanna help me code?
XyberForce
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
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
And it also has a none working Demo too.
nitsuarox
yeah i disabled the demo because installed it wrong. it will be working soon
Nelsaidi
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 biggrin.gif
nitsuarox
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.
Invision Power Board © 2001-2012 Invision Power Services, Inc.