JAB Creations
- Total activity 238
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 47
- Subscriptions 49
Comments
Recent activity by JAB Creations-
@Porolifle Fuller which browser are you using? I think that might play a part as most "developers" aren't developers because they only test one browser (namely, Chrome). I clicked on the login link...
-
Fastest response ever on here, thank you Rex. That is fantastic news, thank you for sharing. It'll be nice to get 11.4 before the end of this year.
-
We ended up doing two things. First, we ripped out Immunity360 since it kept insisting that legitimate mail was spam. It's not properly developed as there was an overwhelming amount of ambiguity. S...
-
SOLVED Detecting chroot for PHP required running PHP's sleep(30) (30 seconds) as the command only detects chroot processes that are running by this command: for file in `find /proc/ -type l -name "...
-
I discovered that PHP is in "chroot jail" and confirmed it when running: stat -c %i / Which returned '2'. Because the topic is related though also entirely different I started a new thread here: ht...
-
None of this helps, it's all fragmented and there are no full examples with basic obfuscation. Reading the UAPI documentation (which apparently should be called API3) it says to first do the follo...
-
Can you verify if that solved the issue? Yes. Why did you recommend the XML version if it was not only deprecated though also being outright removed in March? Integrators and API users will want...
-
I was missing the very first parameter: the user string (the cPanel username). [PHP] $result = $xmlapi->api2_query('cpanel_user_name','Email', 'addpop', array('domain' => 'example.com', 'email' =>...
-
Thank you for the reply Michael. I'm trying to get this to work via PHP (tried the XML API first though abandoned it because the Github project looks largely abandoned with many pending commits). ...
-
Solved! Full working answer here! I needed the API interface...go figure. I've got it all working now and I'll actually post what I did to save someone else hours of aggravation. First use the so...