Imgur delete anonymous upload (Greenshot) - imgur

Need your help... thanks to Greenshot a missclick is sufficient to post a picture online to Imgur. (I did...and now I want to delete it)
the picture has been posted using anonymous mode.
Because I didn't post it manually I do not have the delete link, but I have the deleteHash (15 alphanum-character).
I know there is formular to ask to delete the picture. But I would like to delete it myself.
In the plugin history I found a delete button which tell me the picture has been deleted from Imgur but the picture is still there.
I tried this : http://imgur.com/delete/ABCDEFghi01abcd
but its tells me "This isn't a valid image link! Go on, get out of here!"
I tried this :
<form action="https://api.imgur.com/3/image/ABCDEFghi01abcd" method="DELETE
<p><input type="submit" value="OK"></p>
</form>
but I got this :
{"data":{"error":"Authentication required","request":"\/3\/image\/ABCDEFghi01abcd","method":"GET"},"success":false,"status":401}
(BTW how do we send a DELETE method ? it seems ignored and sent a GET instead...)
maybe the deleteHash code given by Greenshot is wrong ?
Any idea ?

This problem with greenshot still persists in 2022.
I just had the same problem and I wanted to contribute my sufferings here.
Here are the steps to get the delete hash and how to use it:
Go to C:\Users{yourusername}\AppData\Roaming\Greenshot\Greenshot.ini andopen the file using notepad or any text editor
Look for 'Imgur', and you should find "Imgur upload history" which lists all the images you've uploaded and their deleteHash
The deletehash is a 15 alpha-numerical characters that appear following the "=" symbol
Go to imgur.com/delete/{deletehash} and you will see a prompt asking if you want to delete the picture permanently

For those of you facing the same issue specifically with Greenshot, in the current version (1.2.10 as of 10th Dec 2018) there's an easier solution:
In the taskbar/system tray click on the Greenshot icon, then select Imgur > History and you can see a list of images uploaded there and a button to delete them. I verified this by comparing with the solution of Michel Jiang.

This should work if you pull the deleteHash from the history of the imgur plugin through Greenshot, then if you enter imgur.com/delete/{deleteHashHere} it should prompt you with the 'are you sure you want to delete y/n?' page.

Related

Edititing main page in Shopware

I´m usind Shopware to create a website ( www.futureindustries.co ) I need to change all of the pictures that are on the main page (the slider). Actually there is first slide blank and then 2 pictures. I need to change the first picture (blank) but I have no idea where to find the style sheet or that piece of code where I ľill put the path to the picture. I mean that I have no idea where to find place where I would change this:
background-image: url("");
To this:
background-image: url("path to the image I want");
I´m using theme "Views"
I know that this may be very irrelevant for most of you (maybe all of you) but I´m really desperate. I feel like I´ve opened every file and i still can´t find it.
To make it clear - I am repairing the website and the programmer that created this site is not responding to anyone so I can´t ask him how to do that.
The content seems exist in database. You can find & edit it from Backend menu > Marketing > Shopping Worlds > Startseite.

Opencart 2.0.3.1 Header Problems

So, I have modified the header.tpl file in OpenCart 2.0.3.1 by removing the wishlist, linking the telephone# as a click to call and added a custom class called "great-barbecue". It worked in one version that I earlier installed. When that whole thing went sideways, I started from scratch and now the wishlist still shows up, the phone# and icon are not "click to call" and my custom class is not appearing at all? Here is a link to the code I have for header.tpl in catalog/view/theme/default/template/common header template
My site chestersbbq.com/Groton
When I copy and paste the code I get an error telling me to indent all code with 4 spaces and I really don't have time for that, hence the link. I have tried it in all browsers and when I look at the source code for the page the wishlist is still there, the phone still links to contact and my custom html is not there. I don't know how to fix this.
nice site, I have found this in the open cart forums, it looks like you have to remove all instances of the wish list. Try this and let me know how it goes.
http://forum.opencart.com/viewtopic.php?t=32955

MODX: I added a resource page and now all my links are broken

A client wanted me to add a page to his Modx website. I am only a Joomla/Wordpress guy but I figured I would take a stab at it.
Here were my steps:
I clicked "new document", gave the page a template, a name, a parent, then pasted in some dummy text and hit save.
Now, all of my links look like this: http://www.myurl.com/modx/contact.html
edit: Actually that is how they are supposed to look according to google. They just simply are not linking to the page any longer.
My blog link still looks like this: http://www.myurl.com/blog (and it is the only link on the page that works)
I cannot delete the resource that I created under any circumstances. Modx just crosses it out in red and there is no option to permanently delete it, that I can find.
edit: Got that part solved... :)
Thanks for your help, I am trying to fix this before the client realizes it is broken.
You specified base tag in head? Like this: <base href="http://www.myurl.com/modx/" >.
And to fully remove the resource you need to press the trash icon on top resource panel tree.
Getting rid of the resource group assignments sorted out the issue, and the site is now fully accessible again.

review form do not show up after clicking on "Be the first one to review"?

i have checked that review is both enabled from Advance tab under system -> configuration and also from catalog tab.
also i have changed the files with original one but still not getting the form on frontend :( Although link to show review is showing .
can anyone please help ?
DO category settings like anchor set to NO has any impact on it ?
i did even replace complete folders of layout and template even then it didn't change. But when I commented app/design/frontend/mythemefolder,
it did show up.
But how can i show it on mytheme ?
i guess someone played with my style sheet and i found that this class ".product-collateral" in stylesheet was given "display = NOne"
it took me too long as i was examining the code but anyhow problem solved.

jQueryUI Tabs - Caching Images

I have a form split apart throughout 4 tabs. One of the tabs contains photos if the user has uploaded some. Under each photo is a button to delete the photo. It performs an AJAX call to delete the photo and load in a new input[file] field that the user can use to upload another photo.
This works fine. The problem is after the user uploads the new photo, it appears as if the old photo is still there. If the user refreshes the browser, it doesn't go away. The user literally has to hold shift and then refresh (bypass cache).
The problem most likely stems from the fact that the new image gets named the same as the old one... and the browser is simply pulling from it's cache.
What do I need to do to prevent that from occurring? I've already set {cache : false} on the jQueryUI tabs. I believe it has to do with the image being cached by the browser. Is there a way to tell the browser to not cache a few images?
Try adding a parameter to the image tag source filename, such as the current timestamp to break the browser's cache? Something like:
<img src="something.jpg?234343234"/>

Resources