May 22, 2013, 12:33:35 AM

Recent Posts

Pages: [1]
1
General Discussion / DOMPDF Error: image not readable or empty [A Solution]
« Last post by Ultranuke on November 09, 2012, 06:03:45 PM »
There is a crazy error in DOMPDF that shows this:

image not readable or empty

I have found many solutions, but none worked for me, but fixing a simple server configuration problem was the solution, we can find some solutions like setting DOMPDF_ENABLE_REMOTE to true in custom.inc.php and also setting a correct DOMPDF_TEMP_DIR + 777 permissions, none of this worked for me.

There is an issue with some server configurations like mine, and I was receiving this error:

Code: [Select]
Image not readable or empty
\"./images/png/result_ok.gif\"

You may note that the " are escaped, so I tried disabling the magic quotes feature in the php.ini file of my CentOs server:

all magic_quotes must be off (or may be not all?)

magic_quotes_gpc = off
magic_quotes_runtime = Off
magic_quotes_sybase = Off

 and wow.. it's working, hope you get this solved, since I know is a very annoying problem!
2
General Discussion / How to enable DOM XML for PHP on Linux Centos
« Last post by Ultranuke on June 08, 2012, 09:24:41 AM »
Hi, I noticed that some Magento extensions and some other software needs an extension called DOM, used for XML manipulation within PHP, it is supposed that the extension comes enabled when compiling PHP on your linux server, but that was not my case, after some research I found that the best way is recompiling PHP with a distribution with the option enabled by default, well I know most of people and newcomers like me (in the Linux CentOS server administration) will not get it easy, so I found this easy solution to get it enabled without recompiling PHP:

On your CentOS server:

Code: [Select]
yum install php-xml
restart

As simple as it, hope you will get the same result as me, greetings!
3
Hi, if you want to block the access to your nameservers via webbrowser, for example you have 2 websites hosted in your web server, but you have maindomain.com as your master domain and you are having problems with double content at Google because when you try to access ns1.otherdomain.com then it will show the master domain content, I found this solution:

1- Open the .htaccess file of your master domain, and add these lines:

Code: [Select]
RewriteCond %{HTTP_HOST} !^www\.maindomain\.com$
RewriteRule ^(.*)$ http://www.maindomain.com/404.shtml [R=404]


2- Just save it, now when you try to open ns1.otherdomain.com then you will get a 404 not found error and shuch pages will be deleted from the Google index within some days.

Greetings!
4
Magento / Liberty Reserve Payment Module for Magento
« Last post by Ultranuke on May 06, 2012, 09:54:29 AM »
Title: Liberty Reserve Payment Module / Extension
Softwares: Magento Store (Ver. 1.6.1.0 - 1.6.2 - 1.7)

This is a PAID module, Cost: $40 USD - We accept Liberty Reserve ;)

Attention if you wish to pay via PayPal: Due to the high amount of unauthorized payment scams we received, we decided to only automatically process orders paid via Liberty Reserve.

If you want to pay via PayPal you need to contact us and follow our verification process.
----------


----------
This extension will add a new payment method to your list: Liberty Reserve
Characteristics and Options:

- All of the orders get a Pending status when created and get updated to Processing when a payment is done.

- Supports LRUSD and LREUR as currencies.

- Automatic payment verification / IPN Support

- Automatic Billing / Automatic e-mail with order information to customers
---------

Change Log:

Version 1.0 May 06, 2012

- Not publicly released.
-->

This is not a free module and support will be only given to all of the paid users that purchased this product. New updates, versions or patches will NOT have any cost.
5
Modifications / Default Avatar Per Membergroup
« Last post by Ultranuke on May 04, 2012, 05:54:15 PM »
Title: Default Avatar Per Membergroup
Forum Softwares: SMF - Simple Machines Forum (Ver. 2.0.2)
----------
This mod will edit and add some avatar related features in the default SMF theme, will set up a default avatar per membergroup (Membergroups prevails over post-count membergroups), also it can force the member to use the default one for the membergroup or not (using the user one).
---------

Change Log:

Version 1.0 Jan 26, 2012

- Not publicly released.
- Can set a default avatar per membergroup.
- Can force the user to use the default avatar for their membergroup
- Membergroups prevails over post-count membergroups
-->

Version 1.0 May 04, 2012

- Publicly released
6
General Discussion / Re: RE-Making ForumMods
« Last post by Ultranuke on April 25, 2012, 04:26:30 PM »
Weird, I fixed some errors today and until now was able to see your message, I sent you an email!

Greetings.
7
General Discussion / RE-Making ForumMods
« Last post by beaud8958 on March 27, 2012, 09:35:11 PM »
I do not understand what happened to ForumMods, I was on the Staff Team but now i do not know whats up? People fill me in?
Pages: [1]