GoUrl Bitcoin Payment Gateway & Paid Downloads & Membership

GoUrl Official Bitcoin/Altcoin Payment Gateway for Wordpress. Accept Bitcoin, Bitcoin Cash, Litecoin, Dash, Dogecoin, etc. Payments Online

v1.6.6gourlUpdated Added 800 installs80% rating
20
Score
1,832
Errors
720
Warnings
+0
Change

Category Scores

Security0
Repo66
Performance100
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

2,552 findings

I18n

1,326

5 issue groups

Security

864

9 issue groups

Maintainability

305

11 issue groups

ERRORI18nNon Singular String Literal DomainThe $domain parameter must be a single text string literal. Found: GOURL1,016
Category
I18n
Occurrences
1,016
Severity
error

Sample message

The $domain parameter must be a single text string literal. Found: GOURL

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" $this->coinLabel. Allowed range: 0.0001 .. 500,000,000"'.293
Category
Security
Occurrences
293
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" $this->coinLabel. Allowed range: 0.0001 .. 500,000,000"'.

ERRORI18nMissing Translators CommentA function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.209
Category
I18n
Occurrences
209
Severity
error

Sample message

A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.124
Category
Security
Occurrences
124
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_COOKIE[$id]117
Category
Security
Occurrences
117
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_COOKIE[$id]

WARNINGSecurityRequest data is not unslashed$_COOKIE[$id] not unslashed before sanitization. Use wp_unslash() or similar100
Category
Security
Occurrences
100
Severity
warning

Sample message

$_COOKIE[$id] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.92
Category
Security
Occurrences
92
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORI18nUnordered Placeholders TextMultiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Connection to GoUrl.io Server is OK!   <a target="_blank" href="%s">Raw Data Url »</a>     Payment Box <a href="%s">Preview »</a>'.82
Category
I18n
Occurrences
82
Severity
error

Sample message

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Connection to GoUrl.io Server is OK!   <a target="_blank" href="%s">Raw Data Url »</a>     Payment Box <a href="%s">Preview »</a>'.

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.74
Category
Maintainability
Occurrences
74
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().74
Category
Maintainability
Occurrences
74
Severity
warning

Sample message

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

Show 15 more
WARNINGSecurityInput is not validated54
Category
Security
Occurrences
54
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_GET[&quot;example&quot;]. Check that the array index exists before using it.

ERRORSecuritySQL query is not prepared41
Category
Security
Occurrences
41
Severity
error

Sample message

Use placeholders and $wpdb->prepare(); found $idx

WARNINGMaintainabilityNon-prefixed global variable37
Category
Maintainability
Occurrences
37
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$arr&quot;.

ERRORMaintainabilitycurl curl setopt36
Category
Maintainability
Occurrences
36
Severity
error

Sample message

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

ERRORSecurityDatabase parameter is not escaped31
Category
Security
Occurrences
31
Severity
error

Sample message

Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 7551.

ERRORMaintainabilitydate date25
Category
Maintainability
Occurrences
25
Severity
error

Sample message

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

ERRORMaintainabilityrand mt rand13
Category
Maintainability
Occurrences
13
Severity
error

Sample message

mt_rand() is discouraged. Use the far less predictable wp_rand() instead.

WARNINGSecurityInterpolated SQL is not prepared12
Category
Security
Occurrences
12
Severity
warning

Sample message

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $dt at &quot; &amp;&amp; disabled = 1 &amp;&amp; startDate &lt;= &#039;$dt&#039; &amp;&amp; endDate &gt;= &#039;$dt&#039; &amp;&amp; paymentID &gt; 0&quot;

WARNINGMaintainabilityNon-prefixed function12
Category
Maintainability
Occurrences
12
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;convert_currency_live&quot;.

ERRORMaintainabilitywp function not compatible with requires wp12
Category
Maintainability
Occurrences
12
Severity
error

Sample message

Function "has_shortcode()" requires WordPress 3.6.0, but your plugin minimum supported version is WordPress 3.5.0.

WARNINGMaintainabilitySchema Change11
Category
Maintainability
Occurrences
11
Severity
warning

Sample message

Attempting a database schema change is discouraged.

ERRORI18nMissing Arg Domain10
Category
I18n
Occurrences
10
Severity
error

Sample message

Missing $domain parameter in function call to __().

ERRORI18nNon Singular String Literal Text9
Category
I18n
Occurrences
9
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: $search?__('Found', GOURL):__('Total Files', GOURL)

ERRORMaintainabilityNon Enqueued Script6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

Scripts must be registered/enqueued via wp_enqueue_script()

ERRORMaintainabilitycurl curl close5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

External Connections

Potential connections found in static code analysis.

31 domains

Outbound calls

275

External assets

25

Incoming endpoints

0

Notable Domains

bootswatch.com26 · outbound
getbootstrap.com26 · outbound
gourl.io25 · outbound
blockchain.com2 · outbound
speedcoin.org2 · outbound

Platform / Reference Domains

w3.org117 · platform/reference
github.com36 · platform/reference
wordpress.org17 · platform/reference

External Asset Domains

Incoming Endpoints

No public endpoints detected.

Score History

First score snapshot

v1.6.6

20

Latest

Findings
2,552
Errors
1,832
Warnings
720
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins