<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Angular: Insert shortcode with magic wand - popup overlay is blank</title>
		<link>http://www.kriesi.at/support/topic/angular-insert-shortcode-with-magic-wand-popup-overlay-is-blank</link>
		<description>Support Forum - Topic: Angular: Insert shortcode with magic wand - popup overlay is blank</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 00:33:02 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/angular-insert-shortcode-with-magic-wand-popup-overlay-is-blank" rel="self" type="application/rss+xml" />

		<item>
			<title>AllysonA on "Angular: Insert shortcode with magic wand - popup overlay is blank"</title>
			<link>http://www.kriesi.at/support/topic/angular-insert-shortcode-with-magic-wand-popup-overlay-is-blank#post-54416</link>
			<pubDate>Wed, 02 May 2012 23:18:36 +0000</pubDate>
			<dc:creator>AllysonA</dc:creator>
			<guid isPermaLink="false">54416@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK, thanks. Marking this thread as solved.&#60;/p&#62;
&#60;p&#62;Ivan, thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Angular: Insert shortcode with magic wand - popup overlay is blank"</title>
			<link>http://www.kriesi.at/support/topic/angular-insert-shortcode-with-magic-wand-popup-overlay-is-blank#post-54399</link>
			<pubDate>Wed, 02 May 2012 19:36:25 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">54399@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You are correct AllysonA. You could manually update the theme files based on the changelog if need be. I would suggest though you make a backup of the two files just in case. As far as incorporating the change that Kriesi's decision. We've flagged him on this thread.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AllysonA on "Angular: Insert shortcode with magic wand - popup overlay is blank"</title>
			<link>http://www.kriesi.at/support/topic/angular-insert-shortcode-with-magic-wand-popup-overlay-is-blank#post-54395</link>
			<pubDate>Wed, 02 May 2012 19:18:21 +0000</pubDate>
			<dc:creator>AllysonA</dc:creator>
			<guid isPermaLink="false">54395@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ivan, that works! Thank you so much!&#60;/p&#62;
&#60;p&#62;Devin, Kresi, et al - now that I've changed files in the angular theme folder, my changes will get overwritten by the next theme update, correct? If so, can you incorporate this change into the themes, or let me know of a way to ensure the changes don't get overwritten?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iwe_ on "Angular: Insert shortcode with magic wand - popup overlay is blank"</title>
			<link>http://www.kriesi.at/support/topic/angular-insert-shortcode-with-magic-wand-popup-overlay-is-blank#post-54348</link>
			<pubDate>Wed, 02 May 2012 16:21:28 +0000</pubDate>
			<dc:creator>iwe_</dc:creator>
			<guid isPermaLink="false">54348@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I found a solution.&#60;/p&#62;
&#60;p&#62;You have to modify:&#60;br /&#62;
propulsion\framework\php\avia_shortcodes\tinymce\&#60;strong&#62;dialog.php&#60;/strong&#62;&#60;br /&#62;
and&#60;br /&#62;
propulsion\framework\php\avia_shortcodes\&#60;strong&#62;preview-shortcode-external.php&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;search for following line to find the right code:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
foreach ($paths as $path)&#60;br /&#62;
{&#60;br /&#62;
   if(@include_once($path.'/wp-load.php')) break;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
replace with:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
foreach ($paths as $path)&#60;br /&#62;
{&#60;br /&#62;
    if(@file_exists($path.'/wp-load.php')) {&#60;br /&#62;
        include($path.'/wp-load.php');&#60;br /&#62;
        break;&#60;br /&#62;
    }&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
Thats works for me.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ivan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Angular: Insert shortcode with magic wand - popup overlay is blank"</title>
			<link>http://www.kriesi.at/support/topic/angular-insert-shortcode-with-magic-wand-popup-overlay-is-blank#post-54146</link>
			<pubDate>Tue, 01 May 2012 14:42:48 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">54146@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks AllysonA.&#60;/p&#62;
&#60;p&#62;We'll update as soon as we have something :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AllysonA on "Angular: Insert shortcode with magic wand - popup overlay is blank"</title>
			<link>http://www.kriesi.at/support/topic/angular-insert-shortcode-with-magic-wand-popup-overlay-is-blank#post-54046</link>
			<pubDate>Mon, 30 Apr 2012 23:04:29 +0000</pubDate>
			<dc:creator>AllysonA</dc:creator>
			<guid isPermaLink="false">54046@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;It's a pretty standard shared hosting setup. Linux i686, PHP 5.3.8, Apache 1.3.42, etc. The results of phpinfo() are below, with a few values removed for privacy/security. Let me know if you need any other details.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;**********************&#60;br /&#62;
PHP Version 5.3.8&#60;/p&#62;
&#60;p&#62;Build Date 	Mar 15 2012 23:29:05&#60;br /&#62;
Configure Command 	'./configure' '--disable-fileinfo' '--enable-bcmath' '--enable-calendar' '--enable-exif' '--enable-ftp' '--enable-gd-native-ttf' '--enable-libxml' '--enable-magic-quotes' '--enable-mbstring' '--enable-pdo=shared' '--enable-sockets' '--enable-zip' '--prefix=/usr' '--with-curl=/opt/curlssl/' '--with-curlwrappers' '--with-freetype-dir=/usr' '--with-gd' '--with-gettext' '--with-imap=/opt/php_with_imap_client/' '--with-imap-ssl=/usr' '--with-jpeg-dir=/usr' '--with-kerberos' '--with-libxml-dir=/opt/xml2/' '--with-mcrypt=/opt/libmcrypt/' '--with-mysql=/usr' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-mysqli=/usr/bin/mysql_config' '--with-openssl=/usr' '--with-openssl-dir=/usr' '--with-pcre-regex=/opt/pcre' '--with-pdo-mysql=shared' '--with-pdo-sqlite=shared' '--with-png-dir=/usr' '--with-pspell' '--with-sqlite=shared' '--with-xpm-dir=/usr/X11R6' '--with-xsl=/opt/xslt/' '--with-zlib' '--with-zlib-dir=/usr'&#60;br /&#62;
Server API 	CGI/FastCGI&#60;br /&#62;
Virtual Directory Support 	disabled&#60;br /&#62;
Configuration File (php.ini) Path 	/usr/lib&#60;br /&#62;
Loaded Configuration File 	/usr/local/lib/php.ini&#60;br /&#62;
Scan this dir for additional .ini files 	(none)&#60;br /&#62;
Additional .ini files parsed 	(none)&#60;br /&#62;
PHP API 	20090626&#60;br /&#62;
PHP Extension 	20090626&#60;br /&#62;
Zend Extension 	220090626&#60;br /&#62;
Zend Extension Build 	API220090626,NTS&#60;br /&#62;
PHP Extension Build 	API20090626,NTS&#60;br /&#62;
Debug Build 	no&#60;br /&#62;
Thread Safety 	disabled&#60;br /&#62;
Zend Memory Manager 	enabled&#60;br /&#62;
Zend Multibyte Support 	disabled&#60;br /&#62;
IPv6 Support 	enabled&#60;br /&#62;
Registered PHP Streams 	compress.zlib, dict, ftp, ftps, gopher, http, https, imap, imaps, pop3, pop3s, rtsp, smtp, smtps, telnet, tftp, php, file, glob, data, phar, zip&#60;br /&#62;
Registered Stream Socket Transports 	tcp, udp, unix, udg, ssl, sslv3, sslv2, tls&#60;br /&#62;
Registered Stream Filters 	zlib.*, convert.iconv.*, mcrypt.*, mdecrypt.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk&#60;/p&#62;
&#60;p&#62;Zend logo This program makes use of the Zend Scripting Language Engine:&#60;br /&#62;
Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies&#60;br /&#62;
    with the ionCube PHP Loader v4.0.12, Copyright (c) 2002-2011, by ionCube Ltd., and&#60;br /&#62;
    with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies&#60;br /&#62;
    with Suhosin v0.9.33, Copyright (c) 2007-2012, by SektionEins GmbH&#60;/p&#62;
&#60;p&#62;PHP Credits&#60;br /&#62;
Configuration&#60;br /&#62;
bcmath&#60;br /&#62;
BCMath support 	enabled&#60;/p&#62;
&#60;p&#62;Directive	Local Value	Master Value&#60;br /&#62;
bcmath.scale	0	0&#60;/p&#62;
&#60;p&#62;calendar&#60;br /&#62;
Calendar support 	enabled&#60;/p&#62;
&#60;p&#62;cgi-fcgi&#60;br /&#62;
Directive	Local Value	Master Value&#60;br /&#62;
cgi.check_shebang_line	1	1&#60;br /&#62;
cgi.discard_path	0	0&#60;br /&#62;
cgi.fix_pathinfo	1	1&#60;br /&#62;
cgi.force_redirect	1	1&#60;br /&#62;
cgi.nph	0	0&#60;br /&#62;
cgi.redirect_status_env	no value	no value&#60;br /&#62;
cgi.rfc2616_headers	0	0&#60;br /&#62;
fastcgi.logging	1	1&#60;/p&#62;
&#60;p&#62;Core&#60;br /&#62;
PHP Version 	5.3.8&#60;/p&#62;
&#60;p&#62;Directive	Local Value	Master Value&#60;br /&#62;
allow_call_time_pass_reference	On	On&#60;br /&#62;
allow_url_fopen	On	On&#60;br /&#62;
allow_url_include	Off	Off&#60;br /&#62;
always_populate_raw_post_data	Off	Off&#60;br /&#62;
arg_separator.input	&#38;amp;	&#38;amp;&#60;br /&#62;
arg_separator.output	&#38;amp;	&#38;amp;&#60;br /&#62;
asp_tags	Off	Off&#60;br /&#62;
auto_append_file	no value	no value&#60;br /&#62;
auto_globals_jit	On	On&#60;br /&#62;
auto_prepend_file	no value	no value&#60;br /&#62;
browscap	no value	no value&#60;br /&#62;
default_charset	no value	no value&#60;br /&#62;
default_mimetype	text/html	text/html&#60;br /&#62;
define_syslog_variables	Off	Off&#60;br /&#62;
disable_classes	no value	no value&#60;br /&#62;
disable_functions	show_source, system, shell_exec, passthru, proc_open	show_source, system, shell_exec, passthru, proc_open&#60;br /&#62;
display_errors	On	On&#60;br /&#62;
display_startup_errors	On	On&#60;br /&#62;
doc_root	no value	no value&#60;br /&#62;
docref_ext	no value	no value&#60;br /&#62;
docref_root	no value	no value&#60;br /&#62;
enable_dl	On	On&#60;br /&#62;
error_append_string	no value	no value&#60;br /&#62;
error_log	error_log	error_log&#60;br /&#62;
error_prepend_string	no value	no value&#60;br /&#62;
error_reporting	22519	22519&#60;br /&#62;
exit_on_timeout	Off	Off&#60;br /&#62;
expose_php	On	On&#60;br /&#62;
extension_dir	/usr/local/lib/php/extensions/no-debug-non-zts-20090626	/usr/local/lib/php/extensions/no-debug-non-zts-20090626&#60;br /&#62;
file_uploads	On	On&#60;br /&#62;
highlight.bg	#FFFFFF	#FFFFFF&#60;br /&#62;
highlight.comment	#FF8000	#FF8000&#60;br /&#62;
highlight.default	#0000BB	#0000BB&#60;br /&#62;
highlight.html	#000000	#000000&#60;br /&#62;
highlight.keyword	#007700	#007700&#60;br /&#62;
highlight.string	#DD0000	#DD0000&#60;br /&#62;
html_errors	On	On&#60;br /&#62;
ignore_repeated_errors	Off	Off&#60;br /&#62;
ignore_repeated_source	Off	Off&#60;br /&#62;
ignore_user_abort	Off	Off&#60;br /&#62;
implicit_flush	Off	Off&#60;br /&#62;
include_path	.:/usr/lib/php:/usr/local/lib/php	.:/usr/lib/php:/usr/local/lib/php&#60;br /&#62;
log_errors	On	On&#60;br /&#62;
log_errors_max_len	1024	1024&#60;br /&#62;
magic_quotes_gpc	Off	Off&#60;br /&#62;
magic_quotes_runtime	Off	Off&#60;br /&#62;
magic_quotes_sybase	Off	Off&#60;br /&#62;
mail.add_x_header	Off	Off&#60;br /&#62;
mail.force_extra_parameters	no value	no value&#60;br /&#62;
mail.log	no value	no value&#60;br /&#62;
max_execution_time	30	30&#60;br /&#62;
max_file_uploads	20	20&#60;br /&#62;
max_input_nesting_level	64	64&#60;br /&#62;
max_input_time	60	60&#60;br /&#62;
memory_limit	64M	64M&#60;br /&#62;
open_basedir	no value	no value&#60;br /&#62;
output_buffering	no value	no value&#60;br /&#62;
output_handler	no value	no value&#60;br /&#62;
post_max_size	8M	8M&#60;br /&#62;
precision	12	12&#60;br /&#62;
realpath_cache_size	16K	16K&#60;br /&#62;
realpath_cache_ttl	120	120&#60;br /&#62;
register_argc_argv	On	On&#60;br /&#62;
register_globals	On	On&#60;br /&#62;
register_long_arrays	On	On&#60;br /&#62;
report_memleaks	On	On&#60;br /&#62;
report_zend_debug	On	On&#60;br /&#62;
request_order	no value	no value&#60;br /&#62;
safe_mode	Off	Off&#60;br /&#62;
safe_mode_exec_dir	no value	no value&#60;br /&#62;
safe_mode_gid	Off	Off&#60;br /&#62;
safe_mode_include_dir	no value	no value&#60;br /&#62;
sendmail_from	no value	no value&#60;br /&#62;
sendmail_path	/usr/sbin/sendmail -t -i	/usr/sbin/sendmail -t -i&#60;br /&#62;
serialize_precision	100	100&#60;br /&#62;
short_open_tag	On	On&#60;br /&#62;
SMTP	localhost	localhost&#60;br /&#62;
smtp_port	25	25&#60;br /&#62;
sql.safe_mode	Off	Off&#60;br /&#62;
track_errors	Off	Off&#60;br /&#62;
unserialize_callback_func	no value	no value&#60;br /&#62;
upload_max_filesize	50M	50M&#60;br /&#62;
upload_tmp_dir	no value	no value&#60;br /&#62;
user_dir	no value	no value&#60;br /&#62;
user_ini.cache_ttl	300	300&#60;br /&#62;
user_ini.filename	.user.ini	.user.ini&#60;br /&#62;
variables_order	EGPCS	EGPCS&#60;br /&#62;
xmlrpc_error_number	0	0&#60;br /&#62;
xmlrpc_errors	Off	Off&#60;br /&#62;
y2k_compliance	On	On&#60;br /&#62;
zend.enable_gc	On	On&#60;/p&#62;
&#60;p&#62;ctype&#60;br /&#62;
ctype functions 	enabled&#60;/p&#62;
&#60;p&#62;curl&#60;br /&#62;
cURL support 	enabled&#60;br /&#62;
cURL Information 	7.24.0&#60;br /&#62;
Age 	3&#60;br /&#62;
Features&#60;br /&#62;
AsynchDNS 	No&#60;br /&#62;
Debug 	No&#60;br /&#62;
GSS-Negotiate 	No&#60;br /&#62;
IDN 	Yes&#60;br /&#62;
IPv6 	Yes&#60;br /&#62;
Largefile 	Yes&#60;br /&#62;
NTLM 	Yes&#60;br /&#62;
SPNEGO 	No&#60;br /&#62;
SSL 	Yes&#60;br /&#62;
SSPI 	No&#60;br /&#62;
krb4 	No&#60;br /&#62;
libz 	Yes&#60;br /&#62;
CharConv 	No&#60;br /&#62;
Protocols 	dict, file, ftp, ftps, gopher, http, https, imap, imaps, pop3, pop3s, rtsp, smtp, smtps, telnet, tftp&#60;br /&#62;
Host 	i686-pc-linux-gnu&#60;br /&#62;
SSL Version 	OpenSSL/0.9.7a&#60;br /&#62;
ZLib Version 	1.2.3&#60;/p&#62;
&#60;p&#62;date&#60;br /&#62;
date/time support 	enabled&#60;br /&#62;
&#34;Olson&#34; Timezone Database Version 	2011.8&#60;br /&#62;
Timezone Database 	internal&#60;br /&#62;
Default timezone 	America/New_York&#60;/p&#62;
&#60;p&#62;Directive	Local Value	Master Value&#60;br /&#62;
date.default_latitude	31.7667	31.7667&#60;br /&#62;
date.default_longitude	35.2333	35.2333&#60;br /&#62;
date.sunrise_zenith	90.583333	90.583333&#60;br /&#62;
date.sunset_zenith	90.583333	90.583333&#60;br /&#62;
date.timezone	America/New_York	America/New_York&#60;/p&#62;
&#60;p&#62;dom&#60;br /&#62;
DOM/XML 	enabled&#60;br /&#62;
DOM/XML API Version 	20031129&#60;br /&#62;
libxml Version 	2.7.8&#60;br /&#62;
HTML Support 	enabled&#60;br /&#62;
XPath Support 	enabled&#60;br /&#62;
XPointer Support 	enabled&#60;br /&#62;
Schema Support 	enabled&#60;br /&#62;
RelaxNG Support 	enabled&#60;/p&#62;
&#60;p&#62;ereg&#60;br /&#62;
Regex Library 	Bundled library enabled&#60;/p&#62;
&#60;p&#62;exif&#60;br /&#62;
EXIF Support 	enabled&#60;br /&#62;
EXIF Version 	1.4 $Id: exif.c 314376 2011-08-06 14:47:44Z felipe $&#60;br /&#62;
Supported EXIF Version 	0220&#60;br /&#62;
Supported filetypes 	JPEG,TIFF&#60;/p&#62;
&#60;p&#62;Directive	Local Value	Master Value&#60;br /&#62;
exif.decode_jis_intel	JIS	JIS&#60;br /&#62;
exif.decode_jis_motorola	JIS	JIS&#60;br /&#62;
exif.decode_unicode_intel	UCS-2LE	UCS-2LE&#60;br /&#62;
exif.decode_unicode_motorola	UCS-2BE	UCS-2BE&#60;br /&#62;
exif.encode_jis	no value	no value&#60;br /&#62;
exif.encode_unicode	ISO-8859-15	ISO-8859-15&#60;/p&#62;
&#60;p&#62;filter&#60;br /&#62;
Input Validation and Filtering 	enabled&#60;br /&#62;
Revision 	$Revision: 313665 $&#60;/p&#62;
&#60;p&#62;Directive	Local Value	Master Value&#60;br /&#62;
filter.default	unsafe_raw	unsafe_raw&#60;br /&#62;
filter.default_flags	no value	no value&#60;/p&#62;
&#60;p&#62;ftp&#60;br /&#62;
FTP support 	enabled&#60;/p&#62;
&#60;p&#62;gd&#60;br /&#62;
GD Support 	enabled&#60;br /&#62;
GD Version 	bundled (2.0.34 compatible)&#60;br /&#62;
FreeType Support 	enabled&#60;br /&#62;
FreeType Linkage 	with freetype&#60;br /&#62;
FreeType Version 	2.1.9&#60;br /&#62;
GIF Read Support 	enabled&#60;br /&#62;
GIF Create Support 	enabled&#60;br /&#62;
JPEG Support 	enabled&#60;br /&#62;
libJPEG Version 	6b&#60;br /&#62;
PNG Support 	enabled&#60;br /&#62;
libPNG Version 	1.2.7&#60;br /&#62;
WBMP Support 	enabled&#60;br /&#62;
XPM Support 	enabled&#60;br /&#62;
XBM Support 	enabled&#60;/p&#62;
&#60;p&#62;Directive	Local Value	Master Value&#60;br /&#62;
gd.jpeg_ignore_warning	0	0&#60;/p&#62;
&#60;p&#62;gettext&#60;br /&#62;
GetText Support 	enabled&#60;/p&#62;
&#60;p&#62;hash&#60;br /&#62;
hash support 	enabled&#60;br /&#62;
Hashing Engines 	md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost adler32 crc32 crc32b salsa10 salsa20 haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5&#60;/p&#62;
&#60;p&#62;iconv&#60;br /&#62;
iconv support 	enabled&#60;br /&#62;
iconv implementation 	glibc&#60;br /&#62;
iconv library version 	2.3.4&#60;/p&#62;
&#60;p&#62;Directive	Local Value	Master Value&#60;br /&#62;
iconv.input_encoding	ISO-8859-1	ISO-8859-1&#60;br /&#62;
iconv.internal_encoding	ISO-8859-1	ISO-8859-1&#60;br /&#62;
iconv.output_encoding	ISO-8859-1	ISO-8859-1&#60;/p&#62;
&#60;p&#62;imap&#60;br /&#62;
IMAP c-Client Version 	2007f&#60;br /&#62;
SSL Support 	enabled&#60;br /&#62;
Kerberos Support 	enabled&#60;/p&#62;
&#60;p&#62;json&#60;br /&#62;
json support 	enabled&#60;br /&#62;
json version 	1.2.1&#60;/p&#62;
&#60;p&#62;libxml&#60;br /&#62;
libXML support 	active&#60;br /&#62;
libXML Compiled Version 	2.7.8&#60;br /&#62;
libXML Loaded Version 	20708&#60;br /&#62;
libXML streams 	enabled&#60;/p&#62;
&#60;p&#62;mbstring&#60;br /&#62;
Multibyte Support 	enabled&#60;br /&#62;
Multibyte string engine 	libmbfl&#60;br /&#62;
HTTP input encoding translation 	disabled&#60;/p&#62;
&#60;p&#62;mbstring extension makes use of &#34;streamable kanji code filter and converter&#34;, which is distributed under the GNU Lesser General Public License version 2.1.&#60;/p&#62;
&#60;p&#62;Multibyte (japanese) regex support 	enabled&#60;br /&#62;
Multibyte regex (oniguruma) backtrack check 	On&#60;br /&#62;
Multibyte regex (oniguruma) version 	4.7.1&#60;/p&#62;
&#60;p&#62;Directive	Local Value	Master Value&#60;br /&#62;
mbstring.detect_order	no value	no value&#60;br /&#62;
mbstring.encoding_translation	Off	Off&#60;br /&#62;
mbstring.func_overload	0	0&#60;br /&#62;
mbstring.http_input	pass	pass&#60;br /&#62;
mbstring.http_output	pass	pass&#60;br /&#62;
mbstring.http_output_conv_mimetypes	^(text/&#124;application/xhtml\+xml)	^(text/&#124;application/xhtml\+xml)&#60;br /&#62;
mbstring.internal_encoding	no value	no value&#60;br /&#62;
mbstring.language	neutral	neutral&#60;br /&#62;
mbstring.strict_detection	Off	Off&#60;br /&#62;
mbstring.substitute_character	no value	no value&#60;/p&#62;
&#60;p&#62;mcrypt&#60;br /&#62;
mcrypt support	enabled&#60;br /&#62;
mcrypt_filter support	enabled&#60;br /&#62;
Version 	2.5.8&#60;br /&#62;
Api No 	20021217&#60;br /&#62;
Supported ciphers 	cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes&#60;br /&#62;
Supported modes 	cbc cfb ctr ecb ncfb nofb ofb stream&#60;/p&#62;
&#60;p&#62;Directive	Local Value	Master Value&#60;br /&#62;
mcrypt.algorithms_dir	no value	no value&#60;br /&#62;
mcrypt.modes_dir	no value	no value&#60;/p&#62;
&#60;p&#62;mysql&#60;br /&#62;
MySQL Support	enabled&#60;br /&#62;
Active Persistent Links 	0&#60;br /&#62;
Active Links 	0&#60;br /&#62;
Client API version 	5.0.92&#60;br /&#62;
MYSQL_MODULE_TYPE 	external&#60;br /&#62;
MYSQL_SOCKET 	/var/lib/mysql/mysql.sock&#60;br /&#62;
MYSQL_INCLUDE 	-I/usr/include/mysql&#60;br /&#62;
MYSQL_LIBS 	-L/usr/lib -lmysqlclient&#60;/p&#62;
&#60;p&#62;Directive	Local Value	Master Value&#60;br /&#62;
mysql.allow_local_infile	On	On&#60;br /&#62;
mysql.allow_persistent	Off	Off&#60;br /&#62;
mysql.connect_timeout	60	60&#60;br /&#62;
mysql.default_host	no value	no value&#60;br /&#62;
mysql.default_password	no value	no value&#60;br /&#62;
mysql.default_port	no value	no value&#60;br /&#62;
mysql.default_socket	/var/lib/mysql/mysql.sock	/var/lib/mysql/mysql.sock&#60;br /&#62;
mysql.default_user	no value	no value&#60;br /&#62;
mysql.max_links	Unlimited	Unlimited&#60;br /&#62;
mysql.max_persistent	Unlimited	Unlimited&#60;br /&#62;
mysql.trace_mode	Off	Off&#60;/p&#62;
&#60;p&#62;mysqli&#60;br /&#62;
MysqlI Support	enabled&#60;br /&#62;
Client API library version 	5.0.92&#60;br /&#62;
Active Persistent Links 	0&#60;br /&#62;
Inactive Persistent Links 	0&#60;br /&#62;
Active Links 	0&#60;br /&#62;
Client API header version 	5.0.92&#60;br /&#62;
MYSQLI_SOCKET 	/var/lib/mysql/mysql.sock&#60;/p&#62;
&#60;p&#62;Directive	Local Value	Master Value&#60;br /&#62;
mysqli.allow_local_infile	On	On&#60;br /&#62;
mysqli.allow_persistent	On	On&#60;br /&#62;
mysqli.default_host	no value	no value&#60;br /&#62;
mysqli.default_port	3306	3306&#60;br /&#62;
mysqli.default_pw	no value	no value&#60;br /&#62;
mysqli.default_socket	/var/lib/mysql/mysql.sock	/var/lib/mysql/mysql.sock&#60;br /&#62;
mysqli.default_user	no value	no value&#60;br /&#62;
mysqli.max_links	Unlimited	Unlimited&#60;br /&#62;
mysqli.max_persistent	Unlimited	Unlimited&#60;br /&#62;
mysqli.reconnect	Off	Off&#60;/p&#62;
&#60;p&#62;openssl&#60;br /&#62;
OpenSSL support 	enabled&#60;br /&#62;
OpenSSL Library Version 	OpenSSL 0.9.7a Feb 19 2003&#60;br /&#62;
OpenSSL Header Version 	OpenSSL 0.9.7a Feb 19 2003&#60;/p&#62;
&#60;p&#62;pcre&#60;br /&#62;
PCRE (Perl Compatible Regular Expressions) Support 	enabled&#60;br /&#62;
PCRE Library Version 	8.21 2011-12-12&#60;/p&#62;
&#60;p&#62;Directive	Local Value	Master Value&#60;br /&#62;
pcre.backtrack_limit	1000000	1000000&#60;br /&#62;
pcre.recursion_limit	100000	100000&#60;/p&#62;
&#60;p&#62;PDO&#60;br /&#62;
PDO support	enabled&#60;br /&#62;
PDO drivers 	sqlite, sqlite2, mysql&#60;/p&#62;
&#60;p&#62;pdo_mysql&#60;br /&#62;
PDO Driver for MySQL	enabled&#60;br /&#62;
Client API version 	5.0.92&#60;/p&#62;
&#60;p&#62;pdo_sqlite&#60;br /&#62;
PDO Driver for SQLite 3.x	enabled&#60;br /&#62;
SQLite Library 	3.7.7.1&#60;/p&#62;
&#60;p&#62;Phar&#60;br /&#62;
Phar: PHP Archive support	enabled&#60;br /&#62;
Phar EXT version 	2.0.1&#60;br /&#62;
Phar API version 	1.1.1&#60;br /&#62;
SVN revision 	$Revision: 314419 $&#60;br /&#62;
Phar-based phar archives 	enabled&#60;br /&#62;
Tar-based phar archives 	enabled&#60;br /&#62;
ZIP-based phar archives 	enabled&#60;br /&#62;
gzip compression 	enabled&#60;br /&#62;
bzip2 compression 	disabled (install pecl/bz2)&#60;br /&#62;
OpenSSL support 	enabled&#60;/p&#62;
&#60;p&#62;Phar based on pear/PHP_Archive, original concept by Davey Shafik.&#60;br /&#62;
Phar fully realized by Gregory Beaver and Marcus Boerger.&#60;br /&#62;
Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.&#60;/p&#62;
&#60;p&#62;Directive	Local Value	Master Value&#60;br /&#62;
phar.cache_list	no value	no value&#60;br /&#62;
phar.readonly	On	On&#60;br /&#62;
phar.require_hash	On	On&#60;/p&#62;
&#60;p&#62;posix&#60;br /&#62;
Revision 	$Revision: 313665 $&#60;/p&#62;
&#60;p&#62;pspell&#60;br /&#62;
PSpell Support 	enabled&#60;/p&#62;
&#60;p&#62;Reflection&#60;br /&#62;
Reflection	enabled&#60;br /&#62;
Version 	$Revision: 313665 $&#60;/p&#62;
&#60;p&#62;session&#60;br /&#62;
Session Support 	enabled&#60;br /&#62;
Registered save handlers 	files user sqlite&#60;br /&#62;
Registered serializer handlers 	php php_binary&#60;/p&#62;
&#60;p&#62;Directive	Local Value	Master Value&#60;br /&#62;
session.auto_start	Off	Off&#60;br /&#62;
session.bug_compat_42	On	On&#60;br /&#62;
session.bug_compat_warn	On	On&#60;br /&#62;
session.cache_expire	180	180&#60;br /&#62;
session.cache_limiter	nocache	nocache&#60;br /&#62;
session.cookie_domain	no value	no value&#60;br /&#62;
session.cookie_httponly	Off	Off&#60;br /&#62;
session.cookie_lifetime	0	0&#60;br /&#62;
session.cookie_path	/	/&#60;br /&#62;
session.cookie_secure	Off	Off&#60;br /&#62;
session.entropy_file	no value	no value&#60;br /&#62;
session.entropy_length	0	0&#60;br /&#62;
session.gc_divisor	100	100&#60;br /&#62;
session.gc_maxlifetime	1440	1440&#60;br /&#62;
session.gc_probability	1	1&#60;br /&#62;
session.hash_bits_per_character	4	4&#60;br /&#62;
session.hash_function	0	0&#60;br /&#62;
session.name	PHPSESSID	PHPSESSID&#60;br /&#62;
session.referer_check	no value	no value&#60;br /&#62;
session.save_handler	files	files&#60;br /&#62;
session.save_path	/tmp	/tmp&#60;br /&#62;
session.serialize_handler	php	php&#60;br /&#62;
session.use_cookies	On	On&#60;br /&#62;
session.use_only_cookies	On	On&#60;br /&#62;
session.use_trans_sid	0	0&#60;/p&#62;
&#60;p&#62;SimpleXML&#60;br /&#62;
Simplexml support	enabled&#60;br /&#62;
Revision 	$Revision: 314376 $&#60;br /&#62;
Schema support 	enabled&#60;/p&#62;
&#60;p&#62;sockets&#60;br /&#62;
Sockets Support 	enabled&#60;/p&#62;
&#60;p&#62;SPL&#60;br /&#62;
SPL support	enabled&#60;br /&#62;
Interfaces 	Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject&#60;br /&#62;
Classes 	AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException&#60;/p&#62;
&#60;p&#62;SQLite&#60;br /&#62;
SQLite support	enabled&#60;br /&#62;
PECL Module version 	2.0-dev $Id: sqlite.c 306939 2011-01-01 02:19:59Z felipe $&#60;br /&#62;
SQLite Library 	2.8.17&#60;br /&#62;
SQLite Encoding 	iso8859&#60;/p&#62;
&#60;p&#62;Directive	Local Value	Master Value&#60;br /&#62;
sqlite.assoc_case	0	0&#60;/p&#62;
&#60;p&#62;sqlite3&#60;br /&#62;
SQLite3 support	enabled&#60;br /&#62;
SQLite3 module version 	0.7-dev&#60;br /&#62;
SQLite Library 	3.7.7.1&#60;/p&#62;
&#60;p&#62;Directive	Local Value	Master Value&#60;br /&#62;
sqlite3.extension_dir	no value	no value&#60;/p&#62;
&#60;p&#62;standard&#60;br /&#62;
Dynamic Library Support 	enabled&#60;br /&#62;
Path to sendmail 	/usr/sbin/sendmail -t -i&#60;/p&#62;
&#60;p&#62;Directive	Local Value	Master Value&#60;br /&#62;
assert.active	1	1&#60;br /&#62;
assert.bail	0	0&#60;br /&#62;
assert.callback	no value	no value&#60;br /&#62;
assert.quiet_eval	0	0&#60;br /&#62;
assert.warning	1	1&#60;br /&#62;
auto_detect_line_endings	0	0&#60;br /&#62;
default_socket_timeout	60	60&#60;br /&#62;
from	no value	no value&#60;br /&#62;
safe_mode_allowed_env_vars	PHP_	PHP_&#60;br /&#62;
safe_mode_protected_env_vars	LD_LIBRARY_PATH	LD_LIBRARY_PATH&#60;br /&#62;
url_rewriter.tags	a=href,area=href,frame=src,input=src,form=,fieldset=	a=href,area=href,frame=src,input=src,form=,fieldset=&#60;br /&#62;
user_agent	no value	no value&#60;/p&#62;
&#60;p&#62;suhosin&#60;br /&#62;
Suhosin logo This server is protected with the Suhosin Extension 0.9.33&#60;/p&#62;
&#60;p&#62;Copyright (c) 2006-2007 Hardened-PHP Project&#60;br /&#62;
Copyright (c) 2007-2012 SektionEins GmbH&#60;/p&#62;
&#60;p&#62;Directive	Local Value	Master Value&#60;br /&#62;
suhosin.apc_bug_workaround	Off	Off&#60;br /&#62;
suhosin.cookie.checkraddr	0	0&#60;br /&#62;
suhosin.cookie.cryptdocroot	On	On&#60;br /&#62;
suhosin.cookie.cryptkey	[ protected ]	[ protected ]&#60;br /&#62;
suhosin.cookie.cryptlist	no value	no value&#60;br /&#62;
suhosin.cookie.cryptraddr	0	0&#60;br /&#62;
suhosin.cookie.cryptua	On	On&#60;br /&#62;
suhosin.cookie.disallow_nul	1	1&#60;br /&#62;
suhosin.cookie.disallow_ws	1	1&#60;br /&#62;
suhosin.cookie.encrypt	Off	Off&#60;br /&#62;
suhosin.cookie.max_array_depth	1000	1000&#60;br /&#62;
suhosin.cookie.max_array_index_length	64	64&#60;br /&#62;
suhosin.cookie.max_name_length	64	64&#60;br /&#62;
suhosin.cookie.max_totalname_length	256	256&#60;br /&#62;
suhosin.cookie.max_value_length	200000	200000&#60;br /&#62;
suhosin.cookie.max_vars	500	500&#60;br /&#62;
suhosin.cookie.plainlist	no value	no value&#60;br /&#62;
suhosin.coredump	Off	Off&#60;br /&#62;
suhosin.disable.display_errors	Off	Off&#60;br /&#62;
suhosin.executor.allow_symlink	Off	Off&#60;br /&#62;
suhosin.executor.disable_emodifier	Off	Off&#60;br /&#62;
suhosin.executor.disable_eval	Off	Off&#60;br /&#62;
suhosin.executor.eval.blacklist	no value	no value&#60;br /&#62;
suhosin.executor.eval.whitelist	no value	no value&#60;br /&#62;
suhosin.executor.func.blacklist	no value	no value&#60;br /&#62;
suhosin.executor.func.whitelist	no value	no value&#60;br /&#62;
suhosin.executor.include.allow_writable_files	On	On&#60;br /&#62;
suhosin.executor.include.blacklist	&#60;a href=&#34;http://void.ru&#34; rel=&#34;nofollow&#34;&#62;http://void.ru&#60;/a&#62;	&#60;a href=&#34;http://void.ru&#34; rel=&#34;nofollow&#34;&#62;http://void.ru&#60;/a&#62;&#60;br /&#62;
suhosin.executor.include.max_traversal	6	6&#60;br /&#62;
suhosin.executor.include.whitelist	no value	no value&#60;br /&#62;
suhosin.executor.max_depth	0	0&#60;br /&#62;
suhosin.filter.action	no value	no value&#60;br /&#62;
suhosin.get.disallow_nul	1	1&#60;br /&#62;
suhosin.get.disallow_ws	0	0&#60;br /&#62;
suhosin.get.max_array_depth	1000	1000&#60;br /&#62;
suhosin.get.max_array_index_length	64	64&#60;br /&#62;
suhosin.get.max_name_length	64	64&#60;br /&#62;
suhosin.get.max_totalname_length	256	256&#60;br /&#62;
suhosin.get.max_value_length	200000	200000&#60;br /&#62;
suhosin.get.max_vars	500	500&#60;br /&#62;
suhosin.log.file	0	0&#60;br /&#62;
suhosin.log.file.name	no value	no value&#60;br /&#62;
suhosin.log.phpscript	0	0&#60;br /&#62;
suhosin.log.phpscript.is_safe	Off	Off&#60;br /&#62;
suhosin.log.phpscript.name	no value	no value&#60;br /&#62;
suhosin.log.sapi	0	0&#60;br /&#62;
suhosin.log.script	0	0&#60;br /&#62;
suhosin.log.script.name	no value	no value&#60;br /&#62;
suhosin.log.syslog	no value	no value&#60;br /&#62;
suhosin.log.syslog.facility	9	9&#60;br /&#62;
suhosin.log.syslog.priority	no value	no value&#60;br /&#62;
suhosin.log.use-x-forwarded-for	Off	Off&#60;br /&#62;
suhosin.mail.protect	0	0&#60;br /&#62;
suhosin.memory_limit	75	75&#60;br /&#62;
suhosin.mt_srand.ignore	On	On&#60;br /&#62;
suhosin.multiheader	Off	Off&#60;br /&#62;
suhosin.perdir	0	0&#60;br /&#62;
suhosin.post.disallow_nul	1	1&#60;br /&#62;
suhosin.post.disallow_ws	0	0&#60;br /&#62;
suhosin.post.max_array_depth	1000	1000&#60;br /&#62;
suhosin.post.max_array_index_length	500	500&#60;br /&#62;
suhosin.post.max_name_length	64	64&#60;br /&#62;
suhosin.post.max_totalname_length	256	256&#60;br /&#62;
suhosin.post.max_value_length	200000	200000&#60;br /&#62;
suhosin.post.max_vars	500	500&#60;br /&#62;
suhosin.protectkey	On	On&#60;br /&#62;
suhosin.request.disallow_nul	1	1&#60;br /&#62;
suhosin.request.disallow_ws	0	0&#60;br /&#62;
suhosin.request.max_array_depth	1000	1000&#60;br /&#62;
suhosin.request.max_array_index_length	500	500&#60;br /&#62;
suhosin.request.max_totalname_length	256	256&#60;br /&#62;
suhosin.request.max_value_length	200000	200000&#60;br /&#62;
suhosin.request.max_varname_length	64	64&#60;br /&#62;
suhosin.request.max_vars	500	500&#60;br /&#62;
suhosin.server.encode	On	On&#60;br /&#62;
suhosin.server.strip	On	On&#60;br /&#62;
suhosin.session.checkraddr	0	0&#60;br /&#62;
suhosin.session.cryptdocroot	On	On&#60;br /&#62;
suhosin.session.cryptkey	[ protected ]	[ protected ]&#60;br /&#62;
suhosin.session.cryptraddr	0	0&#60;br /&#62;
suhosin.session.cryptua	Off	Off&#60;br /&#62;
suhosin.session.encrypt	On	On&#60;br /&#62;
suhosin.session.max_id_length	1024	1024&#60;br /&#62;
suhosin.simulation	Off	Off&#60;br /&#62;
suhosin.sql.bailout_on_error	Off	Off&#60;br /&#62;
suhosin.sql.comment	0	0&#60;br /&#62;
suhosin.sql.multiselect	0	0&#60;br /&#62;
suhosin.sql.opencomment	0	0&#60;br /&#62;
suhosin.sql.union	0	0&#60;br /&#62;
suhosin.sql.user_postfix	no value	no value&#60;br /&#62;
suhosin.sql.user_prefix	no value	no value&#60;br /&#62;
suhosin.srand.ignore	On	On&#60;br /&#62;
suhosin.stealth	On	On&#60;br /&#62;
suhosin.upload.disallow_binary	0	0&#60;br /&#62;
suhosin.upload.disallow_elf	no value	no value&#60;br /&#62;
suhosin.upload.max_uploads	300	300&#60;br /&#62;
suhosin.upload.remove_binary	0	0&#60;br /&#62;
suhosin.upload.verification_script	/usr/local/upload_guardian/scanit.pl	/usr/local/upload_guardian/scanit.pl&#60;/p&#62;
&#60;p&#62;tokenizer&#60;br /&#62;
Tokenizer Support 	enabled&#60;/p&#62;
&#60;p&#62;xml&#60;br /&#62;
XML Support 	active&#60;br /&#62;
XML Namespace Support 	active&#60;br /&#62;
libxml2 Version 	2.7.8&#60;/p&#62;
&#60;p&#62;xmlreader&#60;br /&#62;
XMLReader 	enabled&#60;/p&#62;
&#60;p&#62;xmlwriter&#60;br /&#62;
XMLWriter 	enabled&#60;/p&#62;
&#60;p&#62;xsl&#60;br /&#62;
XSL 	enabled&#60;br /&#62;
libxslt Version 	1.1.26&#60;br /&#62;
libxslt compiled against libxml Version 	2.7.8&#60;br /&#62;
EXSLT 	enabled&#60;br /&#62;
libexslt Version 	1.1.26&#60;/p&#62;
&#60;p&#62;Zend Guard Loader&#60;br /&#62;
Zend Guard Loader 	enabled&#60;br /&#62;
License Path 	no value&#60;br /&#62;
Obfuscation level 	3&#60;/p&#62;
&#60;p&#62;zip&#60;br /&#62;
Zip 	enabled&#60;br /&#62;
Extension Version 	$Id: php_zip.c 313665 2011-07-25 11:42:53Z felipe $&#60;br /&#62;
Zip version 	1.9.1&#60;br /&#62;
Libzip version 	0.9.0&#60;/p&#62;
&#60;p&#62;zlib&#60;br /&#62;
ZLib Support 	enabled&#60;br /&#62;
Stream Wrapper support 	compress.zlib://&#60;br /&#62;
Stream Filter support 	zlib.inflate, zlib.deflate&#60;br /&#62;
Compiled Version 	1.2.1.2&#60;br /&#62;
Linked Version 	1.2.3&#60;/p&#62;
&#60;p&#62;Directive	Local Value	Master Value&#60;br /&#62;
zlib.output_compression	Off	Off&#60;br /&#62;
zlib.output_compression_level	-1	-1&#60;br /&#62;
zlib.output_handler	no value	no value&#60;/p&#62;
&#60;p&#62;Additional Modules&#60;br /&#62;
Module Name&#60;br /&#62;
ionCube Loader&#60;/p&#62;
&#60;p&#62;Environment&#60;br /&#62;
Variable	Value&#60;br /&#62;
SERVER_PORT 	80&#60;br /&#62;
REQUEST_URI 	/info.php&#60;br /&#62;
SCRIPT_NAME 	/info.php&#60;br /&#62;
HTTP_CONNECTION 	keep-alive&#60;br /&#62;
PATH 	/usr/local/bin:/usr/bin:/bin&#60;br /&#62;
PWD 	/usr/local/cpanel/cgi-sys&#60;br /&#62;
REDIRECT_STATUS 	200&#60;br /&#62;
HTTP_ACCEPT_LANGUAGE 	en-us,en;q=0.5&#60;br /&#62;
HTTP_ACCEPT 	text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&#60;br /&#62;
SHLVL 	0&#60;br /&#62;
SERVER_SOFTWARE 	Apache&#60;br /&#62;
QUERY_STRING 	no value&#60;br /&#62;
GATEWAY_INTERFACE 	CGI/1.1&#60;br /&#62;
SERVER_PROTOCOL 	HTTP/1.1&#60;br /&#62;
HTTP_ACCEPT_ENCODING 	gzip, deflate&#60;br /&#62;
REDIRECT_URL 	/info.php&#60;br /&#62;
REQUEST_METHOD 	GET&#60;br /&#62;
ORIG_SCRIPT_FILENAME 	/usr/local/cpanel/cgi-sys//php5&#60;br /&#62;
ORIG_PATH_INFO 	/info.php&#60;br /&#62;
ORIG_SCRIPT_NAME 	/cgi-sys/php5&#60;/p&#62;
&#60;p&#62;PHP Variables&#60;br /&#62;
Variable	Value&#60;br /&#62;
PHP_SELF 	/info.php&#60;br /&#62;
_REQUEST[&#34;wp-settings-time-1&#34;]	1335466849&#60;br /&#62;
_REQUEST[&#34;Angular_avia_banner&#34;]	firstcall&#60;br /&#62;
_REQUEST[&#34;wp-settings-1&#34;]	editor=tinymce&#38;amp;align=left&#38;amp;hidetb=1&#38;amp;urlbutton=none&#60;br /&#62;
_REQUEST[&#34;wp-settings-time-3&#34;]	1335473120&#60;br /&#62;
_REQUEST[&#34;wordpress_test_cookie&#34;]	WP Cookie check&#60;br /&#62;
_COOKIE[&#34;wp-settings-time-1&#34;]	1335466849&#60;br /&#62;
_COOKIE[&#34;Angular_avia_banner&#34;]	firstcall&#60;br /&#62;
_COOKIE[&#34;wp-settings-1&#34;]	editor=tinymce&#38;amp;align=left&#38;amp;hidetb=1&#38;amp;urlbutton=none&#60;br /&#62;
_COOKIE[&#34;wp-settings-time-3&#34;]	1335473120&#60;br /&#62;
_COOKIE[&#34;wordpress_test_cookie&#34;]	WP Cookie check&#60;br /&#62;
_SERVER[&#34;SERVER_PORT&#34;]	80&#60;br /&#62;
_SERVER[&#34;REQUEST_URI&#34;]	/info.php&#60;br /&#62;
_SERVER[&#34;SCRIPT_NAME&#34;]	/info.php&#60;br /&#62;
_SERVER[&#34;HTTP_CONNECTION&#34;]	keep-alive&#60;br /&#62;
_SERVER[&#34;REMOTE_PORT&#34;]	56045&#60;br /&#62;
_SERVER[&#34;PATH&#34;]	/usr/local/bin:/usr/bin:/bin&#60;br /&#62;
_SERVER[&#34;REDIRECT_STATUS&#34;]	200&#60;br /&#62;
_SERVER[&#34;HTTP_ACCEPT_LANGUAGE&#34;]	en-us,en;q=0.5&#60;br /&#62;
_SERVER[&#34;HTTP_ACCEPT&#34;]	text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&#60;br /&#62;
_SERVER[&#34;SHLVL&#34;]	0&#60;br /&#62;
_SERVER[&#34;SERVER_SOFTWARE&#34;]	Apache&#60;br /&#62;
_SERVER[&#34;QUERY_STRING&#34;]	no value&#60;br /&#62;
_SERVER[&#34;GATEWAY_INTERFACE&#34;]	CGI/1.1&#60;br /&#62;
_SERVER[&#34;SERVER_PROTOCOL&#34;]	HTTP/1.1&#60;br /&#62;
_SERVER[&#34;HTTP_ACCEPT_ENCODING&#34;]	gzip, deflate&#60;br /&#62;
_SERVER[&#34;REDIRECT_URL&#34;]	/info.php&#60;br /&#62;
_SERVER[&#34;REQUEST_METHOD&#34;]	GET&#60;br /&#62;
_SERVER[&#34;ORIG_SCRIPT_FILENAME&#34;]	/usr/local/cpanel/cgi-sys//php5&#60;br /&#62;
_SERVER[&#34;ORIG_PATH_INFO&#34;]	/info.php&#60;br /&#62;
_SERVER[&#34;ORIG_SCRIPT_NAME&#34;]	/cgi-sys/php5&#60;br /&#62;
_SERVER[&#34;PHP_SELF&#34;]	/info.php&#60;br /&#62;
_SERVER[&#34;REQUEST_TIME&#34;]	1335822437&#60;br /&#62;
_SERVER[&#34;argv&#34;]	&#60;/p&#62;
&#60;p&#62;Array&#60;br /&#62;
(&#60;br /&#62;
)&#60;/p&#62;
&#60;p&#62;_SERVER[&#34;argc&#34;]	0&#60;br /&#62;
_ENV[&#34;SERVER_PORT&#34;]	80&#60;br /&#62;
_ENV[&#34;REQUEST_URI&#34;]	/info.php&#60;br /&#62;
_ENV[&#34;SCRIPT_NAME&#34;]	/info.php&#60;br /&#62;
_ENV[&#34;HTTP_CONNECTION&#34;]	keep-alive&#60;br /&#62;
_ENV[&#34;REMOTE_PORT&#34;]	56045&#60;br /&#62;
_ENV[&#34;PATH&#34;]	/usr/local/bin:/usr/bin:/bin&#60;br /&#62;
_ENV[&#34;PWD&#34;]	/usr/local/cpanel/cgi-sys&#60;br /&#62;
_ENV[&#34;REDIRECT_STATUS&#34;]	200&#60;br /&#62;
_ENV[&#34;HTTP_ACCEPT_LANGUAGE&#34;]	en-us,en;q=0.5&#60;br /&#62;
_ENV[&#34;HTTP_ACCEPT&#34;]	text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&#60;br /&#62;
_ENV[&#34;SHLVL&#34;]	0&#60;br /&#62;
_ENV[&#34;SERVER_SOFTWARE&#34;]	Apache&#60;br /&#62;
_ENV[&#34;QUERY_STRING&#34;]	no value&#60;br /&#62;
_ENV[&#34;GATEWAY_INTERFACE&#34;]	CGI/1.1&#60;br /&#62;
_ENV[&#34;SERVER_PROTOCOL&#34;]	HTTP/1.1&#60;br /&#62;
_ENV[&#34;HTTP_ACCEPT_ENCODING&#34;]	gzip, deflate&#60;br /&#62;
_ENV[&#34;REDIRECT_URL&#34;]	/info.php&#60;br /&#62;
_ENV[&#34;REQUEST_METHOD&#34;]	GET&#60;br /&#62;
_ENV[&#34;ORIG_SCRIPT_FILENAME&#34;]	/usr/local/cpanel/cgi-sys//php5&#60;br /&#62;
_ENV[&#34;ORIG_PATH_INFO&#34;]	/info.php&#60;br /&#62;
_ENV[&#34;ORIG_SCRIPT_NAME&#34;]	/cgi-sys/php5
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Angular: Insert shortcode with magic wand - popup overlay is blank"</title>
			<link>http://www.kriesi.at/support/topic/angular-insert-shortcode-with-magic-wand-popup-overlay-is-blank#post-54010</link>
			<pubDate>Mon, 30 Apr 2012 19:06:48 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">54010@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Memory, OS(32bit or 64bit), PHP version. If its on something like a dedicated virtual plan server or a generic hosting plan. The more the better at this point :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AllysonA on "Angular: Insert shortcode with magic wand - popup overlay is blank"</title>
			<link>http://www.kriesi.at/support/topic/angular-insert-shortcode-with-magic-wand-popup-overlay-is-blank#post-54004</link>
			<pubDate>Mon, 30 Apr 2012 18:52:21 +0000</pubDate>
			<dc:creator>AllysonA</dc:creator>
			<guid isPermaLink="false">54004@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sure, what specs do you want to see?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Angular: Insert shortcode with magic wand - popup overlay is blank"</title>
			<link>http://www.kriesi.at/support/topic/angular-insert-shortcode-with-magic-wand-popup-overlay-is-blank#post-53977</link>
			<pubDate>Mon, 30 Apr 2012 16:29:29 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">53977@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Its a frustrating issue because it isn't widespread and I still don't see any common denominator. Could you possibly post your hosting specs here?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AllysonA on "Angular: Insert shortcode with magic wand - popup overlay is blank"</title>
			<link>http://www.kriesi.at/support/topic/angular-insert-shortcode-with-magic-wand-popup-overlay-is-blank#post-53975</link>
			<pubDate>Mon, 30 Apr 2012 16:24:49 +0000</pubDate>
			<dc:creator>AllysonA</dc:creator>
			<guid isPermaLink="false">53975@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Devin,&#60;/p&#62;
&#60;p&#62;This is not with Hostgator, but I did contact the host and point them to the post about Timthumb - that's not the issue here.&#60;/p&#62;
&#60;p&#62;mod_security was enabled by default, so I thought I had found the issue there, but I disabled it through .htaccess and it didn't make a difference. I asked the host to double check that mod_security was indeed disabled effectively, and they confirmed it was. So I'm still stumped/frustrated.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Angular: Insert shortcode with magic wand - popup overlay is blank"</title>
			<link>http://www.kriesi.at/support/topic/angular-insert-shortcode-with-magic-wand-popup-overlay-is-blank#post-53934</link>
			<pubDate>Mon, 30 Apr 2012 14:04:25 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">53934@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey AllysonA,&#60;/p&#62;
&#60;p&#62;This has been popping up here and there recently but I still have not been able to find a continual root cause. If you are by chance with HostGator, did you try the suggestion of contacting them re: Timthumb?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AllysonA on "Angular: Insert shortcode with magic wand - popup overlay is blank"</title>
			<link>http://www.kriesi.at/support/topic/angular-insert-shortcode-with-magic-wand-popup-overlay-is-blank#post-53752</link>
			<pubDate>Fri, 27 Apr 2012 19:23:15 +0000</pubDate>
			<dc:creator>AllysonA</dc:creator>
			<guid isPermaLink="false">53752@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Mya for the quick response!&#60;/p&#62;
&#60;p&#62;I'm on a Mac, using mainly Firefox 12. But I've also tried with Safari (5) and Chrome (18) - behavior is the same on all three browsers.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Angular: Insert shortcode with magic wand - popup overlay is blank"</title>
			<link>http://www.kriesi.at/support/topic/angular-insert-shortcode-with-magic-wand-popup-overlay-is-blank#post-53750</link>
			<pubDate>Fri, 27 Apr 2012 19:17:53 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">53750@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi AllysonA,&#60;/p&#62;
&#60;p&#62;Thank you for the detailed message! Could you tell us what browser/version you're using? For example, I'm using Firefox 11.0 and on my install of Angular all the shortcodes work.&#60;/p&#62;
&#60;p&#62;In the meantime, I'm going to forward this to the rest of the support team as well as Kriesi to see if they may have a resolution for you.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AllysonA on "Angular: Insert shortcode with magic wand - popup overlay is blank"</title>
			<link>http://www.kriesi.at/support/topic/angular-insert-shortcode-with-magic-wand-popup-overlay-is-blank#post-53744</link>
			<pubDate>Fri, 27 Apr 2012 18:36:00 +0000</pubDate>
			<dc:creator>AllysonA</dc:creator>
			<guid isPermaLink="false">53744@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;We've purchased the Angular theme, and the shortcodes work if manually typed into the editor. However, when using the magic wand tool, only the basic ones like horizontal rule can be inserted. Any shortcodes that bring up the overlay result in a white, blank page (&#60;a href=&#34;http://awesomescreenshot.com/0564dsf8e&#34;&#62;screenshot&#60;/a&#62;). This makes the theme unusable for the client editors.&#60;/p&#62;
&#60;p&#62;There are several threads across different themes with the same or similar issues:&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/insert-shortcode-produces-a-blank-page&#34;&#62;Insert shortcode produces a blank page&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/insert-shortcode-doesnt-work-with-all-plungins-disabled&#34;&#62;Insert shortcode doesn't work (with all plugins disabled)&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/angular-shortcode-doesnt-work&#34;&#62;Angular: shortcode doesn't work&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/insert-shortcode-empty&#34;&#62;Insert shortcode empty&#60;/a&#62;&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;We've tried pretty much all the suggestions, as well as the basic troubleshooting things you'd expect. These include:&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;Disabling all plugins (there actually aren't any yet - it's a fresh install)&#60;/li&#62;
&#60;li&#62;Making sure Wordpress and plugins are up to date&#60;/li&#62;
&#60;li&#62;Reinstalling the theme&#60;/li&#62;
&#60;li&#62;Uploading the compressed theme to the server and extracting it there&#60;/li&#62;
&#60;li&#62;Disabling mod_security&#60;/li&#62;
&#60;li&#62;Checking for appropriate file and directory permissions&#60;/li&#62;
&#60;li&#62;Discussing the issue with the hosting company: they can't find anything wrong on their end that would cause this, and they're actually really helpful when it comes to support&#60;/li&#62;
&#60;li&#62;re-upload the framework&#38;gt;php&#38;gt;avia_shortcodes folder (as &#60;a href=&#34;http://www.kriesi.at/support/topic/angular-shortcode-doesnt-work#post-50686&#34;&#62;suggested by Devin&#60;/a&#62;)&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;So we've tried everything we can think of, and it's not working. It's critical that this work, so does anyone have a solution?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
