nice cobra keep up the good work.
Printable View
nice cobra keep up the good work.
You have mysql errors on the demo.
I contuniously upload new files so yeah, there's a small possiblity you might get a blank page. Which I fix in about 30 seconds
I have to say, very nice. You really know what you are doing :tongue:
I keep on getting mysql errors on your page(s).
such as? located where?
You'll have to be more specific so I can fix them, because I dont see any.
Also note you can report them here:
http://cobracms.sourceforge.net/bugs.php
A.I.S: Every page.
This page: http://84.26.187.66/ gives me errors already.
Code:Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\functions\visittracker.php on line 3
Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL server host 'mysql-c' (11004) in C:\xampp\htdocs\config.php on line 25
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in C:\xampp\htdocs\config.php on line 26
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\config.php on line 73
No connection could be made to the Database
He changed it to here: http://cobracms.sourceforge.net/
I guess he forgot to update first post.
Whoops you're right. Changed the link. the one on sourceforge is the updated one, I removed most of the files on my localhost
You should use @mysql_query, @mysql_fetch_assoc, etc. Error messages are THE thing a hacker wants. Also, work on your security for SQL injections, CSS and XSS attacks.
And make it W3 validated.
http://validator.w3.org/check?uri=ht...Inline&group=0
There are no error messages. He visited the old site, where I removed the database.
Anyway, don't actualy discredit the scripting, since the source hasn't even been released.
Bother to explain how 'find' works? Splitting string tags? Single Tags? This might have something after all. Keep it going.
I was thinking about doing a split keywords search when no search results are found.
Basicly it searches through the database and displays the result when the administrator chose to show the article on the frontpage.
The articles all get an id, if the admin choses the value "1" in "frontpage" in the database, the announcement will show on the frontpage and function as a new announcement. If the admin sets it as "0" it will get an id, but will not show on the frontpage.
Anyway, I haven't worked on it for 2-3 days so you can expect the next update today or tomorrow:
0.1.2:
=> Integrated Forum.
=> Archives page.
=> User profiles.
=> Anti-bot security.
=> Full UTF-8 support.
=> Simple plugin system.
=> Search engine optimisations.
=> Full browser support for Safari. (And hopefully opera).
=> Frontpage admin options. (Add/Edit/Delete announcement, etc...).
=> Flash integration, example (InsertFlash("link","width","height");)
Extra modules (don't come with the official files package on release):
=> Donation module.
=> Vent spy integration.
=> Mood manager (like the one on vbulletin).
Have you implemented the template module? That takes time.