Page 1 of 1

My PHP tryouts

Posted: Sat 20 Nov 2010, 17:14
by dejan555
Hey people I guess there are some developers around that work with PHP/MySql, I messed around with it a bit and I have 2 projects that I've been working on.
One is some kind of online bookmarks called "Linkage" (paulhomebus helped with CSS) and this new one that I've been working on is a basic blog with no fancy features "Teh Blag" :P

Blog is here:
http://node85.zxq.net/
Latest version at the moment is http://node85.zxq.net/index.php?p=4
and I'm still working on that one.

So just wanted to share with you, if there are people interested in it maybe I can setup a forum for colaborative development or something or even for different forks. Tell me what you think.

Cheers, Dejan. 8)

Edited links to new site.

Posted: Sun 21 Nov 2010, 12:59
by sc0ttman
i like PHP and wanted to check your source, cos I like your blog thing..

but the download links to the source dont work... (for me, at least...)

Posted: Sun 21 Nov 2010, 13:38
by dejan555
Hmm, that's weird, maybe server doesn't allow hotlinking, anyway here I'll attach sources, I did some work today and added comments and made new style, that's not in 0.0.8 sources yet but I will post version 0.1 once I sort out everything.

Posted: Sun 21 Nov 2010, 17:13
by dejan555
Updated to 0.1

Posted: Thu 25 Nov 2010, 02:37
by droope
They're looking great! :D

Posted: Thu 25 Nov 2010, 07:37
by dejan555
Thanks droope, by the way people, I added dropdown menu on the site so you can preview styles that come with it or that I've been working on. 8)

Posted: Mon 13 Dec 2010, 07:32
by dejan555
My site was deleted without any warning so I'll find latest source and attach here later darn free hosting...

Posted: Mon 13 Dec 2010, 20:35
by dejan555
The latest version I could find on HD attached I think there's no much difference between this one and 0.1.2 I tested it a bit and just renamed as 0.1.2 on site maybe organized code a bit I'll check that.

Posted: Tue 14 Dec 2010, 08:18
by dejan555
It's online again on this adress: http://node85.zxq.net/

Posted: Tue 14 Dec 2010, 20:22
by tlchost
dejan555 wrote:It's online again on this adress: http://node85.zxq.net/
tried making post and got

Code: Select all

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 't.', '14.12.10')' at line 2

Posted: Wed 15 Dec 2010, 01:08
by aarf
tried and failed webcollab http://www.murga-linux.com/puppy/viewtopic.php?t=59846 if you have nothing to do and are successful.....

Posted: Wed 15 Dec 2010, 07:08
by dejan555
tlchost wrote: tried making post and got

Code: Select all

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 't.', '14.12.10')' at line 2
I'll check that, mysql version on this server doesn't allow many errors so I'll have to add some functions to escape strings when storing data.

EDIT: OK, I think I fixed it.