[PR #13] [CLOSED] WHMCS Module fopen to curl #64

Closed
opened 2026-02-27 22:07:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sibprogrammer/owp/pull/13
Author: @tripflex
Created: 3/22/2012
Status: Closed

Base: masterHead: patch-1


📝 Commits (2)

  • 893d096 Enable autocomplete for login form.
  • 6690398 Changed API call method from fopen to curl as the fopen curl does not appear to work.

📊 Changes

2 files changed (+9 additions, -7 deletions)

View changed files

📝 app/views/sessions/new.html.erb (+2 -0)
📝 utils/whmcs/owp/owp.php (+7 -7)

📄 Description

There were many complaints on the project's website regarding the API not pulling data. I tracked it down to fopen not authenticating correctly. I have updated the WHMCS module to use curl instead. I have tested this and it does work correctly now.

I will update it to support SSL shortly.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sibprogrammer/owp/pull/13 **Author:** [@tripflex](https://github.com/tripflex) **Created:** 3/22/2012 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`893d096`](https://github.com/sibprogrammer/owp/commit/893d0964d39568c8dca546280a4fc295893c8c89) Enable autocomplete for login form. - [`6690398`](https://github.com/sibprogrammer/owp/commit/66903981d4ccd9683819b485bac173c53ac805da) Changed API call method from fopen to curl as the fopen curl does not appear to work. ### 📊 Changes **2 files changed** (+9 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `app/views/sessions/new.html.erb` (+2 -0) 📝 `utils/whmcs/owp/owp.php` (+7 -7) </details> ### 📄 Description There were many complaints on the project's website regarding the API not pulling data. I tracked it down to fopen not authenticating correctly. I have updated the WHMCS module to use curl instead. I have tested this and it does work correctly now. I will update it to support SSL shortly. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:07:27 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/owp#64
No description provided.