Search found 150 matches

by zipurman
Thu Mar 14, 2024 7:13 am
Forum: Community Help & Support
Topic: Docker Tutorial to run any version of Phoenix on any version of PHP
Replies: 0
Views: 43

Docker Tutorial to run any version of Phoenix on any version of PHP

So, if anyone wants to run any version of Phoenix on any version of PHP with very little work on their local machine, here is how I do it. I have been doing this for a while and it is awesome and saves so much time for me. I used to setup a VM or a live server to test these things, but that can take...
by zipurman
Fri Mar 01, 2024 6:09 pm
Forum: Community Help & Support
Topic: FUAI
Replies: 10
Views: 230

Re: FUAI

I am planning on building a phoenix Firewall similar to WordFence https://www.wordfence.com/

Likely not for a few months, but its on my list.
by zipurman
Fri Feb 23, 2024 6:02 pm
Forum: Community Help & Support
Topic: <P> fro new paragraph
Replies: 4
Views: 82

Re: <P> fro new paragraph

Some browsers try to compensate for missing ending tags but they were always required.
by zipurman
Sun Feb 11, 2024 9:01 am
Forum: Community Help & Support
Topic: Fedex Addon Updated to use oAuth API
Replies: 0
Views: 154

Fedex Addon Updated to use oAuth API

I have re-coded the Fedex Shipping Addon to use the new oAuth API.
app.php/addons/free_addon/fedex_shipping_module/

Feedback welcome.

Drinks / Donations welcome as this took 12+ hours to code and test ;)

Enjoy!

Zip
by zipurman
Sun Jan 28, 2024 1:16 am
Forum: Community Help & Support
Topic: New PhoenixAddons.com site launched.
Replies: 3
Views: 430

New PhoenixAddons.com site launched.

I ditched the old Wordpress site and switched the site over to Phoenix 1.0.8.21. To do this, I had to create a bunch of Licensing/Download/Versioning addons. All customers and valid orders/licenses were migrated. Now that I am using Phoenix for myself, I will be creating new addons both Free and Pai...
by zipurman
Fri Jan 19, 2024 1:55 am
Forum: Community Help & Support
Topic: Your Domain Email - To GMAIL AND YAHOO - new requirements Feb 2024
Replies: 2
Views: 544

Your Domain Email - To GMAIL AND YAHOO - new requirements Feb 2024

I am sure some of you know about this, but GMAIL and YAHOO will require the following as of Feb 2024 for all INCOMING email being sent to their users: - Send from a domain you own (not @gmail or @yahoo) - DKIM and SPF must be in place - DMARC policy in place You should get your server admin to make ...
by zipurman
Thu Aug 10, 2023 5:06 pm
Forum: Community Help & Support
Topic: 1.0.8.20 - images directory
Replies: 18
Views: 1786

Re: 1.0.8.20 - images directory

Keep in mind that the listen_updateProductAction is being called AFTER the actual product update has already happened. This means any $_FILES have already been dealt with and are no longer available. However, you still have access to the $_FILES array, so you could do the following: 1. Check if the ...
by zipurman
Tue Aug 08, 2023 3:53 pm
Forum: Community Help & Support
Topic: 1.0.8.20 - images directory
Replies: 18
Views: 1786

Re: 1.0.8.20 - images directory

Forget about "postAction" as it is called to late. The problem is that in admin/includes/segments/process_action.php, There is a Href::redirect before "postAction", so the "postAction" is never called as the page re-directs before it has a chance. listen_updateProductAc...
by zipurman
Thu Aug 03, 2023 3:04 pm
Forum: Community Help & Support
Topic: 1.0.8.20 - images directory
Replies: 18
Views: 1786

Re: 1.0.8.20 - images directory

I would recommend watching this if you havent already

https://youtu.be/bLd9m_uABYI