Goto Page: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37
Actual Results
- cjxxi
- Forum: Website Reviews
- Topic: SITE REVIEW: cjax.net
- Subject: SITE REVIEW: cjax.net
- Replies: 21
- Views: 900
- Subject: SITE REVIEW: cjax.net
Posted: April 15th, 2009, 11:25 pm
ralf206 wrote:
Your website seems pretty interesting. I would recommend better color and bigger links for your website. You got great talent developing applications.
Thanks buddy, I will be looking into a bigger fonts
- cjxxi
- Forum: Website Reviews
- Topic: SITE REVIEW: cjax.net
- Subject: SITE REVIEW: cjax.net
- Replies: 21
- Views: 900
- Subject: SITE REVIEW: cjax.net
Posted: April 15th, 2009, 5:48 pm
Burner wrote:
site load very slowly. very silple desigh -site not imprest.
Just restarted the server, it should be fast now
thanks for the suggestion
- Carlos
- cjxxi
- Forum: Announcements & Rules
- Topic: Looking for members to help Ozzu
- Subject: Looking for members to help Ozzu
- Replies: 150
- Views: 12851
- Subject: Looking for members to help Ozzu
Posted: April 13th, 2009, 3:01 pm
any reply for me?
- cjxxi
- Forum: Announcements & Rules
- Topic: Looking for members to help Ozzu
- Subject: Looking for members to help Ozzu
- Replies: 150
- Views: 12851
- Subject: Looking for members to help Ozzu
Posted: April 13th, 2009, 11:44 am
I am in, I would like to help with something that is not on the list, and where areas is needed, as a developer, and/or help maintain/moderate the programming forums. Please tell us why you think you would be a good fit for the task: In my experience as a developer for several years, I believe I hav...
- cjxxi
- Forum: Programming / Scripting / Coding Forum
- Topic: Apache is crashing becasue of a regular expression
- Subject: Apache is crashing becasue of a regular expression
- Replies: 7
- Views: 185
Posted: April 12th, 2009, 2:32 pm
Do they all have that sort of pattern ? If they all look like that I would load the sql file into an array via the file() function and process each line. If line[0]=='(' it's a value, if it's 'INSERT' it needs to be checked for a table name and possibly trigger some event, if it's whitespace ignore...
- cjxxi
- Forum: Programming / Scripting / Coding Forum
- Topic: Apache is crashing becasue of a regular expression
- Subject: Apache is crashing becasue of a regular expression
- Replies: 7
- Views: 185
Posted: April 12th, 2009, 12:01 pm
- cjxxi
- Forum: Programming / Scripting / Coding Forum
- Topic: Apache is crashing becasue of a regular expression
- Subject: Apache is crashing becasue of a regular expression
- Replies: 7
- Views: 185
Posted: April 12th, 2009, 11:57 am
What about this ? http://www.php.net/manual/reference.pcr ... ifiers.php
I'm not exactly sure what you're doing, but something doesn't look right about that "(.+|\n)" bit. That would give y...
$patern = '#INSERT\s+INTO\s*`([a-z\d_]+)`\s*\([^\)]+\)\s*VALUES\s*(,?\s*\(.+\))+#isU';
- cjxxi
- Forum: Programming / Scripting / Coding Forum
- Topic: Apache is crashing becasue of a regular expression
- Subject: Apache is crashing becasue of a regular expression
- Replies: 7
- Views: 185
Posted: April 12th, 2009, 11:52 am
With a bit of research, it appears this could be related to pcre.backtrack_limit. Something to do with the stack size in the bit of recursion that you're calling from your pattern. I haven't tried to recreate locally, but have a look here and here . Maybe there's some helpful info there, or at leas...
- cjxxi
- Forum: Programming / Scripting / Coding Forum
- Topic: Apache is crashing becasue of a regular expression
- Subject: Apache is crashing becasue of a regular expression
- Replies: 7
- Views: 185
Posted: April 12th, 2009, 1:28 am
Ok, I had this regular expression:
It used to work fine in another windows server that I ran locally. It might be because of the ...
$patern = "INSERT INTO `([a-zA-Z0-9_]+)` \(.+\) VALUES\n (\(.+\)+[\,?\n?\;]+)+ ";
preg_match_all("/$patern/",$data,$insert);
- cjxxi
- Forum: Programming / Scripting / Coding Forum
- Topic: Difference between $_SERVER['PHP_SELF'] and $PHP_SELF
- Subject: Difference between $_SERVER['PHP_SELF'] and $PHP_SELF
- Replies: 4
- Views: 524
Posted: April 8th, 2009, 12:10 am
yeah that is one of the reasons. Another reason that is important would be server compatibility, it wouldn't work on every server. So if you code doing the "lazy" way, then your code would be broken if you try to test it on different environments. So it would be considered as a bad-practic...
- cjxxi
- Forum: Programming / Scripting / Coding Forum
- Topic: Difference between $_SERVER['PHP_SELF'] and $PHP_SELF
- Subject: Difference between $_SERVER['PHP_SELF'] and $PHP_SELF
- Replies: 4
- Views: 524
Posted: April 7th, 2009, 7:30 pm
$PHP_SELF is bad, $_SERVER['PHP_SELF'] not so bad
- cjxxi
- Forum: Website Reviews
- Topic: SITE REVIEW: EXM Media
- Subject: SITE REVIEW: EXM Media
- Replies: 21
- Views: 1103
- Subject: SITE REVIEW: EXM Media
Posted: April 7th, 2009, 6:57 pm
the black don't make such a good combination with the workflow image, and the image logo exm Media in the first flash banner, looks too strong, the light bolt looks nice, but it looks some what redundant. I guess if you find a brighter color on that banner would make the light bolt look better and l...
- cjxxi
- Forum: Website Reviews
- Topic: SITE REVIEW: WWW.JERUSALEMSTYLE.COM
- Subject: SITE REVIEW: WWW.JERUSALEMSTYLE.COM
- Replies: 25
- Views: 1204
- Subject: SITE REVIEW: WWW.JERUSALEMSTYLE.COM
Posted: April 6th, 2009, 11:25 pm
jerusalemstyle wrote:
Hello everybody,
This is our new website: http://jerusalemstyle.com , please have a constructive review!
Thanks for your great opinions in advanced!
Best Regards,
JerusalemStyle Team.
This is our new website: http://jerusalemstyle.com , please have a constructive review!
Thanks for your great opinions in advanced!
Best Regards,
JerusalemStyle Team.
I like it, it just feels like if there is something missing, but I am not sure what.
- cjxxi
- Forum: Website Reviews
- Topic: SITE REVIEW: cjax.net
- Subject: SITE REVIEW: cjax.net
- Replies: 21
- Views: 900
- Subject: SITE REVIEW: cjax.net
Posted: April 6th, 2009, 11:12 pm
GoWeb wrote: Page rank is 0. You should invest is search engine optimization. http://cjax.net The page rank is now 2 :D , I did invested some money on it, and time as well, what do you guys think of the end result? I am also looking for people to exchange link with to get better page rank, ...
- cjxxi
- Forum: Programming / Scripting / Coding Forum
- Topic: GLOBALS vs CONSTRUCT
- Subject: GLOBALS vs CONSTRUCT
- Replies: 31
- Views: 707
- Subject: GLOBALS vs CONSTRUCT
Posted: March 27th, 2009, 9:12 am
I would recommend you to look into, adodb - http://adodb.sourceforge.net/ However I really don't use it the way it is layout on their site, instead of using Execute(); to get data I use , getRow(), or getAssoc(), or even, getArray(); all these function will return an array to you, Execut...

