Bug in Developers Console when accepting invitation to add Cloud Platform project [closed] - google-app-engine

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Well, it would seem that Google only provide support for Cloud Platform through here, which seems a bit odd, as I've tried to report a bug via their ticketing system only to have it closed with a forward to the Google Product forums, which then got me sent to the slightly-useless Support tab within Cloud Platform itself as there's no forum for Cloud Platform (srsly?), which states "Google engineers monitor and answer questions via Stack Overflow." You'd think they'd have a bloody bug tracker…
Anyway, this is what I submitted via the ticketing system. I'm expecting this to get closed pretty quickly as off-topic, but maybe one of you lot knows where their bloody bug tracking stuff actually is. I can't for a minute believe that they don't have one! >.<
--
Original bug report:
I have discovered a bug in the Google Developers Console (https://console.developers.google.com) regarding the Cloud Platform. When accepting an invitation from another developer to add a project to your console with a Google Apps for Business account which does not yet have any projects created against it (IE, it is a new account), the invitation request process throws the error "You have no more apps available to accept this invitation".
If the user then creates an app against their account directly, then initiates the invitation process, the invitation is accepted as expected, and the project is added to the account as normal. The directly-created project can now be removed, and future invitations work as normal. If all projects are then removed from the apps account, the error "You have no more apps available to accept this invitation." returns again until such time a directly-created project is added.
--
As I said, I'm expecting this to get closed pretty quickly, so if anyone knows where Google's Developers Console bugs should actually be submitted, I'd appreciate it if you could let me know before closing it, as I would expect this post to come up in searches for this bug, and a pointer in the right direction on where to go for support would be of help to me and anyone who comes across this post.
Cheers.

Use Send Feedback link at the right-bottom corner of the Cloud Console:
https://console.developers.google.com/project

Related

Selenium and Amazon Captcha [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed yesterday.
Improve this question
I'm running code in selenium to check for lower price on an item on Amazon. Once my target price hits, my code executes and once my account is logged, Amazon asks for log in again with a captcha. Now, I have the same code running on another PC and it executes fine without any captcha.
I've deleted all the User Data for Chrome, uninstalled Chrome with All data from the uninstaller, and clear any cookies or settings, but once I install Chrome again, I get the same captcha error.
Does any know where Amazon might be storing this information in order for me to clear it? Could is possible it's somewhere in regedit?
Reinstalled Chrome, Deleted all data from User Folder.
Provide your code, otherwise we can't help you.
Possible solutions:
If it's a Chrome WebDriver, you are in developer mode and any website can read it.
You are talking about YOUR information, however, Amazon may also have restricted your account for inappropriate use. These companies detect this type of conduct VERY easily.
Try to store cookies and avoid multiple logins.

DDOS Attack causing Database connection error [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I have hosted my Prestashop at Fastdomain server it's like the 4th year, the website is stable and working fine till 3 days ago where my email inbox got full of spam and more than 300K requests on the site causing the site to go down.
I activated the basic protection from Sitelock provided from Fastdomain Cpanel, it worked fine for two days and the site is down again cuz of another strike.
Fastdomain support tried to fix it but no instant method they said the problem is caused due to script overuse in send to friend module, even though this module is an original PrestaShop module, and they said the website will "recover" in few hours.
any comment or thoughts? how t respond to such attack!?
my website is elektrojo.com and am using the up to date version
This appears to be a common problem. Not only is it taking your site down, it may be being used to spam others, which has the risk of getting your domain blacklisted.
In that thread was linked an updated version of the module supporting a CAPTCHA, along with a similar modification for product reviews. It seems to be for PrestaShop 1.5 and 1.6.
If you have some kind of a "backend" which you can update modules on, you should also do that.
Another suggestion is to use fail2ban to detect repeated attempts to access this feature and block it. You may not have the necessary access to do that, but if not, your hosts should be able to.
Failing that, you should remove the sendtoafriend code (ensure the files are actually gone from their original location) until you have found a way to harden it, since it's being abused to take your site down.

Is it possible to get the list of google blacklisted domains? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I know that browsers use Google safe browsing service to detect if a domain is blacklisted or not. The client(for example Firefox) basically downloads a hashed list of these domains and then checks if a url is blacklisted or not. My question is that, is it possible to access this list of domains?(not their hash values which is not reversible)
I worked in a company in which we were doing web filtering. We were doing also category based filtering like not allow gambling websites or adult etc..
I didn't see open version of Google safe browsing urls when I were working . Instead we had several sources but best free source was as I remember http://www.urlblacklist.com/ . Which has like 1.5 million websites categorized.You can filter out urls under categories like Adult-Gambling etc....
I don't know if you only asking for the Google blacklist, but since Kafka Erdem Damir suggested another list, a few friends of mine used the "shallalist". Unfortunately it's a German service.
http://www.shallalist.de

What package to use for Form + intelligent Answer website? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm new to web developing and I want to make a web where the user fill in a few info and then get an answer from the backend. The info filled in is sent to the backend; the backend then process the info and send the answer back for display.
My question is how can I do it with the simplest possible framework? LAMP and GAE both seem ok to me in the long run, but is there any simpler framework good for my needs? I have also looked into LAMP provider like bitnami, however I can't find the application I need in the list of applications. If needed, I can program in Java.
Thanks! and please let me know if I need to clarify my question. I think what I'm asking is general guidance on setting up such a simple web.
Google AppEngine will work fine for your needs. You will need to program it, and Java works on GAE. Start with Java Tutorial and then gradually add your own server side processing. Of course many other web server platforms are possible, but users of GAE generally consider it to be very capable and easy enough to use. LAMP is likely to take you longer to learn.

Are people using google app engine compared to other cloud computing platforms? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I know this question was asked early last year, but I'm interested if anything has changed (its mid-April 2011)? I basically want to know if GAE is dying or growing?
Is there a current comparison anywhere of who's using cloud services from Amazon, MS, and Google?
GAE is definitely growing. For computationally light python webapps I would say that there's few to none better services available, primarily because of the on demand charges. With amazon you always have to have an ec2 instance of some form or another running, but with GAE you can go days between visitors and not pay a cent until somebody visits your site. I've had a fairly complex app running primarily doing web scraping of about 3000 pages a day and I've only paid $0.02 so far when I accidentally set up a loop that wasn't exiting properly.
However I am coming from a python perspective. The elastic beanstalk on amazon seems to be java focused so it's nothing I have any experience with.
There was a comparison of GAE, Amazon Bean Stalk and CloudBees recently.
It relates to using PaaS for Java applications but you can see if it helps you.
J-Shootout
I myself don't know which is best, but I would keep an eye out for Cloud Foundry VMWare's PaaS solution seems like a really good deal if it can live up to the hype.

Resources