Login     Sign up
Two suggestions
Gilbert Michel (@gilmichelz)
Join date: Oct 6th 2010
Community posts: 56
View Profile
Send Message

Hello,

Two suggestions:

1)The use of preg_mach in source code instate of eregi which is deprecated today.

2)A search function for the forum's module in version Pro.

Thank-you,
Gilbert

165 months ago
adil (@adil)
Join date: May 9th 2010
Community posts: 202
View Profile
Send Message

I like that

165 months ago
Gilbert Michel (@gilmichelz)
Join date: Oct 6th 2010
Community posts: 56
View Profile
Send Message

...also it will a good idea to replace [code]<?=[/code]
for [code]<?php echo [/code]
that is much appropriate for php 5.

165 months ago
Gilbert Michel (@gilmichelz)
Join date: Oct 6th 2010
Community posts: 56
View Profile
Send Message

..also it will be a good idea to replace

[code] addslashes() [/code]

for

[code] mysql_real_escape_string() [/code]

165 months ago