Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

given netsoft link results in: forbidden + http 404 #92

Closed
wants to merge 1 commit into from

Conversation

Erkan-Yilmaz
Copy link
Contributor

The command "list cpids" gives this url (1) for the value "CPID Link", but that link gives me: forbidden + 404, see (2).

The current, working link in my browser is: (3).

Thus: replaced the link at 2 places in the code.

(1)
http://boinc.netsoft-online.com/get_user.php?cpid=myCPIDvalue

(2)
Forbidden
You don't have permission to access /get_user.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

(3) http://boinc.netsoft-online.com/e107_plugins/boinc/get_user.php?cpid=myCPIDvalue

The command "list cpids" gives this url (1) for the value "CPID Link", but that link gives me: forbidden + 404, see (2).

The current, working link in my browser is: (3)

(1) 
http://boinc.netsoft-online.com/get_user.php?cpid=myCPIDvalue

(2) 
Forbidden
You don't have permission to access /get_user.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

(3) http://boinc.netsoft-online.com/e107_plugins/boinc/get_user.php?cpid=myCPIDvalue
@Erkan-Yilmaz
Copy link
Contributor Author

what a strange behaviour of git:

I just changed 2 LOC, but it thinks:
"466 additions, 407 deletions not shown because the diff is too large."

@gridcoin
Copy link
Contributor

Hi Erkan,

That is a nice idea. Netsoft banned the public use of reading the XML rac a while back, due to massive abuse. So in all of the code that gathers credits we now use the Neural Network.
However, the list cpids command still has the old value in for convenience (which as you point out does not work).

Since I run a project (which I have moved to the cloud) my house IP is still un-banned by netsoft (just as a courtesy to help me look at credits).

When I test this URL it works:
http://boinc.netsoft-online.com/e107_plugins/boinc/get_user.php?cpid=784afb35d92503160125feb183157378

Could you please tell me if you can view the results from your IP?

If so, then I will just manually merge your change in since github somehow is pulling too many changes.

Thanks!
Rob

@Erkan-Yilmaz
Copy link
Contributor Author

yes, that works for me also

When I test this URL it works:
http://boinc.netsoft-online.com/e107_plugins/boinc/get_user.php?cpid=784afb35d92503160125feb183157378

Could you please tell me if you can view the results from your IP?

@gridcoin
Copy link
Contributor

Got the change in the code, thanks a lot.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants