
utf8_unicode_ci ----> to ----> utf8_general_ci
the characters display correctly on the when accessing the website, however, they are unreadable through phpMyAdmin.
Much appreciate if anyone able to help change the collation back to utf8_unicode_ci
if ( is_readable(XOOPS_ROOT_PATH . "/class/xoopseditor/koivi/formwysiwygtextarea.php")) {
include_once(XOOPS_ROOT_PATH . "/class/xoopseditor/koivi/formwysiwygtextarea.php");
if ( is_readable(XOOPS_ROOT_PATH . "/class/wysiwyg/formwysiwygtextarea.php")) {
include_once(XOOPS_ROOT_PATH . "/class/wysiwyg/formwysiwygtextarea.php");
/*
By Matt Mullenweg > http://photomatt.net
Inspired by Dan Benjamin > http://hiveware.com/imagerotator.php
Latest version always at:
http://photomatt.net/scripts/randomimage
*/// Make this the relative path to the images, like "../img" or "random/images/".
// If the images are in the same directory, leave it blank.
$folder = '';
// Space seperated list of extensions, you probably won't have to change this.
$exts = 'jpg jpeg png gif';
$files = array(); $i = -1; // Initialize some variables
if ('' == $folder) $folder = './';
$handle = opendir($folder);
$exts = explode(' ', $exts);
while (false !== ($file = readdir($handle))) {
foreach($exts as $ext) { // for each extension check the extension
if (preg_match('/.'.$ext.'$/i', $file, $test)) { // faster than ereg, case insensitive
$files[] = $file; // it’s good
++$i;
}
}
}
closedir($handle); // We’re not using it anymore
mt_srand((double)microtime()*1000000); // seed for PHP < 4.2
$rand = mt_rand(0, $i); // $i was incremented as we went along
header('Location: '.$folder.$files[$rand]); // Voila!
?>
----- The following addresses had permanent fatal errors -----
(reason: 553 sorry, your mail was administratively denied. (#5.7.1))
----- Transcript of session follows -----
... while talking to relay-hosting.secureserver.net:
>>> MAIL From:
<<< 553 sorry, your mail was administratively denied. (#5.7.1)
501 5.6.0 Data format error
Final-Recipient: RFC822; xoops_userxxx@hotmail.com
Action: failed
Status: 5.1.3
Diagnostic-Code: SMTP; 553 sorry, your mail was administratively denied. (#5.7.1)
Last-Attempt-Date: Fri, 28 Nov 2008 01:55:08 -0700
Thank you for contacting Online Support. Some email addresses, such as those with gmail.com, aol.com, hotmail.com, msn.com, and yahoo.co.in, are blocked due to security reasons. These mail providers view our relay servers as sending Spam and to avoid being listed as a spamming company we do not allow you to use these as the from addresses with our hosting if you have a form on the site.