Topic RSS
8:50 am
April 23, 2012
OfflineHi, great software and a great replacement for managewp!
I'm using a blacklist/firewall from http://perishablepress.com/5g-blacklist/ to protect my sites from rogue bots, but it also blocks IWP, is there a way to "allow" access. I've already added the IP address from my IWP domain, but no go. So it's either the "user agent" or "request strings" I need to look at.
Can you point me in the right direction?
Thanks
Len
9:02 am
May 18, 2012
OfflineI have modified the script.
Still not working with one site (the very first oine I tried) but it works for others I am adding right now.
The first one I added to test when I discover your application is right now running again with ManageWp but I am switching all others from managewp to InfiniteWp.
Conclusion : it seems that a plugin or anything on the server of the first one is blocking to get updates and plugin list. I can add the first siet but can't update. Immediately I get a message : "Invalid message signature. Deactivate and activate the InfiniteWP Client plugin on this site, then remove the website from your InfiniteWP account and add it again."
I have many times deactivated and removed for it. Seems something is blocking.
I will try to put on the same server another WP without any plugins and I will say something asap !
Thanks anyway for your app !
Bernard
9:06 am
January 6, 2012
Offlinehttp://infinitewp.com/forum/is…..-site/#p52 – Try this solution. It should solve the Invalid message signature error.
We will be fixing this in the next update.
Most Users Ever Online: 50
Currently Online: jbowers, myallenmedia, dajohn, jwhite@sg7solutions.com, Quantum Leap Design, jsox78, jaledwith, Matrixik, NOVA, murenovich, overdigo, opaweb
9 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
ovidiu: 125
The Hack Repair Guy: 67
Joe Harkins: 66
johno69: 57
WebEndev: 51
myallenmedia: 50
nightrider: 49
MarciaH: 49
iohannis: 39
itinmind: 36
Forum Stats:
Groups: 2
Forums: 18
Topics: 1259
Posts: 5734
Newest Members: jammarketing, opaweb, overdigo, murenovich, constant1, JamesICT, NOVA, Matrixik, jaledwith, jsox78
Moderators: Danny159 (321)
Administrators: Support (1771), Support (15)
Log In
Register
Home


9:26 am
January 6, 2012
Hi,
Thanks a lot for your feedback.
Find "function doCall" in includes/commonFunctions.php
Add the following line
————————————————————————————
curl_setopt ($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20100101 Firefox/11.0");
————————————————————————————
Below "curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: text/plain'));"
Try accessing your sites and let me know if that fixes your issue.
Thanks
David.