• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

FF 4 extension for Chevereto 2.x ?

~AEdes~

banned
1- Can someone tell me how it works? cuz the old one was working like charm with this structure :
Code:
http://www.websitename.com/?url=http://remote-image-address.jpg

2 - Im talking about the FF addon, not the remote upload button on the website. ALSO, I dont know if i have the mod_rewrite enabled on my damn webhost, but i cant see the TOS (etc pages),if i try to put the custom pages in the root directory and link direktly to them => This file cannot be directly accessed.
Kidding?

Here is my phpinfo file (i dont care if you hack the server, cuz isnt mine :D)
Code:
http://www.aedes.us/info.php

Some Help is appreciated.
 
The FF addon now works using the API. You have to setup the API in public mode and then use the "format=redirect" for it, also the GET url in the addon is different.

It should be:
Code:
http://mysite.com/api?upload=http://theimagetoupload.com/image.jpg&format=redirect

I've not made the tutorial yet for the FF addon, but I think that you can get the idea.
 
imaked working that, but how to make the link with remote upload+resize? how should be a normal link ?

thanks.

also How can i make for example : mysite.com/tos.php directly accessible ? cuz there is something that dont let me do that.

If you help me with the remote+resize thing, I will release the ff4 and chrome addons. thanks.
 
Pages are made to be used with mod_rewrite. It's a requirement. It seems that you server doesn't have mod_rewrite because the /api also gives a 404 error.

Please check that you have uploaded the the .htaccess file. Some FTP programs don't upload the .htaccess files because they are hidden by system (like in OS X).

About the FF extension, you can also make resize but the instruction needs to come from the api. Like Right click, upload and resize, enter resize value in a javascript alert or something and then the image will be resized. You can check the api parameters here: http://chevereto.com/docs#!api-call
 
Back
Top