Best Blackhat Forum

Full Version: Interspire Email Marketer v6.1.2 - Mod Fixes (6.1.4 sucks)- CyberPunk
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
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.
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.
thanks for sharing
The form content is not displaying correctly and the captcha is not visible.
(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.
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
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
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
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
Thank you CyberPunk, Rep added!
Pages: 1 2 3 4 5 6 7 8
Reference URL's