50.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

03-17-2014, 05:52 AM
Post: #11
RE:
Dear CyberPunk,
I happy when get IEM 6.1.2 from you, but i got a problem with UTF-8 when i edit my campain.
I was check SendStudio_Functions.php file, and replace:
$htmlContent = htmlentities($htmlContent, ENT_QUOTES);
by
$htmlContent = htmlentities($htmlContent, ENT_QUOTES, SENDSTUDIO_CHARSET);
But it can't work for me.
And i find other difference from 6.1.2 and 6.1.4 in IEM.class.php:
In 6.1.4 has:
while (!$characterset_defined) {
if (is_null($db) || $db === false || !defined('SENDSTUDIO_DATABASE_TYPE')) {
break;
}
if (SENDSTUDIO_DATABASE_TYPE != 'mysql') {
$characterset_defined = true;
break;
}
if (!defined('SENDSTUDIO_CHARSET')) {
break;
}
if (SENDSTUDIO_CHARSET != 'UTF-8') {
$characterset_defined = true;
break;
}
if (!defined('SENDSTUDIO_DATABASE_UTF8PATCH')) {
define('SENDSTUDIO_DATABASE_UTF8PATCH', false);
}
if (!SENDSTUDIO_DATABASE_UTF8PATCH) {
$characterset_defined = true;
break;
}
$db->Query("SET NAMES 'utf8'");
$db->charset = 'utf8';
$characterset_defined = true;
break;
}
return $db;
But in 6.1.2 is not.
Thank you very much if you can show me when got my problem.
03-17-2014, 05:53 AM
Post: #12
RE:
Dear CyberPunk,
I happy when get IEM 6.1.2 from you, but i got a problem with UTF-8 when i edit my campain.
I was check SendStudio_Functions.php file, and replace:
$htmlContent = htmlentities($htmlContent, ENT_QUOTES);
by
$htmlContent = htmlentities($htmlContent, ENT_QUOTES, SENDSTUDIO_CHARSET);
But it can't work for me.
And i find other difference from 6.1.2 and 6.1.4 in IEM.class.php:
In 6.1.4 has:
while (!$characterset_defined) {
if (is_null($db) || $db === false || !defined('SENDSTUDIO_DATABASE_TYPE')) {
break;
}
if (SENDSTUDIO_DATABASE_TYPE != 'mysql') {
$characterset_defined = true;
break;
}
if (!defined('SENDSTUDIO_CHARSET')) {
break;
}
if (SENDSTUDIO_CHARSET != 'UTF-8') {
$characterset_defined = true;
break;
}
if (!defined('SENDSTUDIO_DATABASE_UTF8PATCH')) {
define('SENDSTUDIO_DATABASE_UTF8PATCH', false);
}
if (!SENDSTUDIO_DATABASE_UTF8PATCH) {
$characterset_defined = true;
break;
}
$db->Query("SET NAMES 'utf8'");
$db->charset = 'utf8';
$characterset_defined = true;
break;
}
return $db;
But in 6.1.2 is not.
Thank you very much if you can show me when got my problem.
03-17-2014, 07:54 PM
Post: #13
RE:
thanks for sharing
04-01-2014, 11:14 AM
Post: #14
RE:
The form content is not displaying correctly and the captcha is not visible.
04-09-2014, 07:06 PM (This post was last modified: 04-09-2014 07:06 PM by CyberPunk.)
Post: #15
RE:
(04-01-2014 11:14 AM)bobmarleylyrics Wrote:  The form content is not displaying correctly and the captcha is not visible.
Your server is probably missing an extension or something, like "Text To Image". Not positive, but I have dealt with other captcha login forms that used that extension to turn random text into a captcha image.

I will create a form and double check it though.
6.gif
04-25-2014, 12:26 PM
Post: #16
RE:
Hi CyberPunk.
Thank you for this null version. Your latest null is working perfectly for me.
I'm trying to null an addon for this amazing app. I'm working with multithread addon. The problem I face is the addon has been encoded with IonCube, I decoded it but got many Expression error. Can you give me a hint?
I attached original file and decoded file, hope you can help
Thanks.
Encoded:
https://dl.dropboxusercontent.com/u/5090...ncoded.rar


Decoded:
https://dl.dropboxusercontent.com/u/5090...ecoded.rar
04-25-2014, 12:49 PM
Post: #17
RE:
Hi CyberPunk.
Thank you for this null version. Your latest null is working perfectly for me.
I'm trying to null an addon for this amazing app. I'm working with multithread addon. The problem I face is the addon has been encoded with IonCube, I decoded it but got many Expression error. Can you give me a hint?
I attached original file and decoded file, hope you can help
Thanks.
Encoded:
https://dl.dropboxusercontent.com/u/5090...ncoded.rar


Decoded:
https://dl.dropboxusercontent.com/u/5090...ecoded.rar
04-25-2014, 12:49 PM
Post: #18
RE:
Hi CyberPunk.
Thank you for this null version. Your latest null is working perfectly for me.
I'm trying to null an addon for this amazing app. I'm working with multithread addon. The problem I face is the addon has been encoded with IonCube, I decoded it but got many Expression error. Can you give me a hint?
I attached original file and decoded file, hope you can help
Thanks.
Encoded:
https://dl.dropboxusercontent.com/u/5090...ncoded.rar


Decoded:
https://dl.dropboxusercontent.com/u/5090...ecoded.rar
04-25-2014, 09:31 PM
Post: #19
RE:
Thanks mate..working grate...a grate null!!
Only problem for me is jut that i do not know how to set up the bounce thing..get the error :
(An Unknown Error Has Occurred)
Verify your server is not firewalled
Try using a different protocol or port combination

any clues about this?

Thank you very much
04-26-2014, 06:26 AM
Post: #20
RE:
Thank you CyberPunk, Rep added!
8.gif




16.gif