5 Latest updates...
upload_file() 1 month
upload_image() 1 month
stripfilename() 1 month
image_exists() 1 month
filename_exists() 1 month
Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Sponsors
Shoutbox
You must login to post a message.

29/06/2010
Nice work m8 Grin

30/05/2010
Just updated the site to latest version of v7.01 Smile

26/03/2010
shoutbox spam removed.

26/02/2010
Fixed!

26/02/2010
Ereg alert in fusion_functions/i
ncludes/inc.functi
ons.php !

User Options
What's New
PHP-Fusion Version:

Comments and Ratings

FunctionChanges
makecommentnav Minor changes added, similar to the ones mentioned in the makepagenav function.
showcomments Global comments_enabled settings added to be able to disable all comments from the admin panel.
showratings Global ratings_enabled settings added to be able to disable all ratings from the admin panel.

Core Functions

FunctionChanges
cache_bbcode Database query optimized
cache_smileys Database query optimized
New Function check_admin_pass Function added to PHP-Fusion
check_captcha Function has been removed from the core as Secureimage is more reliable.
dbconnect XHTML valid
dbcount Added query count
dbquery Added query count
dbresult Added query count
highlight_words New and optimized way to highlight words
makefilelist Added extension filer to filter as a parameter to the function so certain extensions can be filtered out.
makepagenav Fixes mentioned in this thread here.
make_captcha Function has been removed from the core as Secureimage is more reliable.
parsebytesize Fixed bits to bytes for correct ISO standards.
parsesmileys Fixed error when parsing an smiley symbol starting with #.
New Function profile_link Function added to PHP-Fusion
New Function set_admin_pass Function added to PHP-Fusion
showdate Added "newsdate" to the accepted date formats
New Function stripget Function added to PHP-Fusion
stripinput stripinput() will now also strip arrays

Infusions Functions

FunctionChanges
New Function filename_exists Function added to PHP-Fusion
New Function get_settings Function added to PHP-Fusion
New Function send_pm Function added to PHP-Fusion
New Function set_setting Function added to PHP-Fusion
New Function stripfilename Function added to PHP-Fusion
New Function upload_file Function added to PHP-Fusion
New Function upload_image Function added to PHP-Fusion

Mail Functions

FunctionChanges
sendemail SMTP port added through admin panel and the $settings['smtp_port'] variable.

Other Functions

FunctionChanges
flood_control Admin option to enable or disable flood control auto ban. Function will now send out mail to the banned user about the ban through the flood control.

Photo Gallery Functions

FunctionChanges
New Function createsquarethumbnail Function added to PHP-Fusion
createthumbnail Added imagedestroy() to lower server load when creating thumbnails for proper destroying temporally thumbnail files when they are created and added ARGB support for transparent PNG thumbnails.

Theme Functions

FunctionChanges
articleopts Comments link now says "1 comment" in stead of "1 comments" when there are only one comment posted to the news item.
articleposter The function now uses the profile_link function to display the article author's name and profile link.
New Function newscat Function added to PHP-Fusion
newsopts Comments link now says "1 comment" in stead of "1 comments" when there are only one comment posted to the news item.
newsposter The function now uses the profile_link function to display the article author's name and profile link.
showcounter Enable or disable displaying the visitor counter through the admin panel and $settings['visitorcounter_enabled']
New Function showrendertime Function added to PHP-Fusion
showsublinks Added possibility to use the [b] [i] [u] and [color] BBCodes in the link names for styling and optimised query.