I just wanted to thank Aequitas for taking the time to code this plugin and make it available for free to WickedFire members. Great job.
Just a quick question...
I just tried to get the plugin setup and running. Everything went smooth until I tried to do a manual test post and nothing posted to my blog. I went back through Aequitas long description and I am pretty sure that I have everything setup correctly.
The only thing I noticed was that he said the plugin requires PHP5 and I am running a version of PHP4. Could this be what is keeping the plugin from working? Should I upgrade to PHP5?
Thanks for everyones help. You guys are great here.
Andrew
Yeah your issues are most likely caused because your not running at least PHP 5, I had to put PHP 5 as a requirement because I wanted well at the time had to use the PHP 5 function known as simplexml_load_file() which just returns an XML file as an object.
You see for some reason the PHP 4 eqivelent of that function was not catching some required elements inside of the XML file.
On my hosting accounts I can run both PHP 4 and 5 at the same time so it was just a lot easier to use the PHP 5 function, thats the only thing which is stoping it from being avail in all out PHP 4.
The location of this single PHP 5 function is inside of the addVideo.php and the automate.php file if you can get the PHP 4 XML parser to get the required elements then it will work fine for you all not using PHP 5.
It can be done but again it was just 10 times easier to use 1 line of code over 10 lines of code.
As a side note PHP 4 is really old but its stable, PHP 5 was considered half-assed stable but I've programmed in PHP 5 lots and never had an issue so I don't know what all the fuss was about.
Anyway PHP 6 seems to be better and should be released soon enough.
I've also got a few more things in the works to clean this up and I'll show you how to make some cash flow with it as the time goes on but I'm not fully setup to show you more as of yet.
Oh yeah, maybe I should have added my host is running PHP 5.2.6 and I'm running WP 2.6. The host also mentioned that they have allow_url_fopen disabled. Is this how the videos are fetched from the API?
As for you the plug should work fine if they enable allow_url_fopen because it does use some functions which requires this to be enabled.
Most hosts should have it enabled by default, if you have access to your php.ini file you can enable it on your own, I'm not sure why they would have it disabled, tell them to enable it and get with the program.