Page 1 of 2

Upload your app's screenshot [New]

Posted: Sun Jul 18, 2021 11:02 pm
by ar-s
Image

Hey dudes
No need to register to use it. (but you should to manage your pictures)
I will ask you to use it only for your software screenshots, not for your personal pictures :)

Here is the address : https://upimg.ldvmultimedia.com

EnJoY

--edit 2022/01/19
After one year. The v1.0 is out.

- Change the maximum image size to 5MB
- Added bmp and svg formats
- Improved the display of "My Pictures".
- Account management (delete account, change password)
EnJoY 8)

--edit 2021/02/02
Now there is a member section, so you can create a free account. On it, you can see all your pictures and delete links.
------------------------------


Note.

If you want to translate (and correct..) senteces in your language, just put your translation here.

Code: Select all

case 'en':
        define('TXT_MAIL_CONFIRM',"A confirmation email has been sent to you to validate your account");
        define('TXT_MDP_INVALIDE', "Wrong password format");
        define('TXT_NOMAIL_FOUND',"No account corresponds to this email address");
        define('TXT_MDP_RENEW',"Password reminder instructions have been sent to you by email");
        define('TXT_DECO',"You are now unlogged");
        define('TXT_DELETE',"Delete");
        define('TXT_HOME',"Home");
        define('TXT_MDP_CHANGE',"Password changed");
        define('TXT_TOKEN_WRONG',"Invalid Token");
        define('TXT_LOST_WRONG',"Invalid data");
        define('TXT_MAIL_LOST_MESSAGE',"A password reset request has been made by UP IMG.<br>To renew the password click on the following link.");
        define('TXT_MAIL_SUJET_LOST',"Reset password");
        define('TXT_LOST',"Lost password");
        define('TXT_CONNECT',"Login");
        define('TXT_BAD_USER', "Invalid user");
        define('TXT_BAD_MDP', "Wrong password");
        define('TXT_USER_NOT_FOUND', "User not found");
        define('TXT_EMAIL_NOT_FOUND', "Email not found");
        define('TXT_ACTIVE', "Your account is now activated! You can log in.");
        define('TXT_ERR_CHAMPS', "All fields must be completed!");
        define('TXT_ERR_MAIL', "Wrong email format.<br>");
        define('TXT_ERR_2PASS', "Both passwords do not match..<br>");
        define('TXT_MAIL_INFO', "<br>An email has been sent to activate your account.");
        define('TXT_WELCOME', "Welcome ");
        define('TXT_MAIL_MESS1', "This message has been sent by LDV MULTIMEDIA // UP IMG.<br>Your login name is:");
        define('TXT_MAIL_MESS2', "<br>Please click on the link below to validate your account.<br>");
        define('TXT_MAIL_SUJET', "Please confirm your UP IMG account");
        define('TXT_ERREUR_PSEUDO', "Username already used");
        define('TXT_ERREUR_EMAIL', "Email adress already used");
        define('FILE_DON', "donuk.png"); 
        define('TXT_VALIDER', "Let's go"); 
        define('TXT_HOLDER_CONFIRM', "Repeat password");
        define('TXT_CONFIRM', "Repeat"); 
        define('TXT_ENTER_YOUR', "Enter your ");
        define('TXT_CANCEL', "Cancel");
        define('TXT_MDP', "Password");
        define('TXT_EMAIL', "Email");
        define('TXT_HOLDER_LOGIN', "Enter a login name");
        define('TXT_PSEUDO', "Login name");
        define('TXT_REGISTER_INFO_MIN', "The username and email will be recorded in lower case");
        define('TXT_REGISTER_TITLE', "Become a member");
        define('TXT_LOGIN', "Login");
        define('TXT_LOGOUT', "Logout");
        define('TXT_REGISTER', "Register");
        define('TXT_MYWORLD', "My pictures");
        define('TXT_COMPTE', "My account");
        define('TXT_VISIT', "Visit my website (fr)");
        define('TXT_PP',  "Please donate with paypal, the secure way to support my work");
        define('TXT_TELECH',  "Image uploader  bmp, svg, jpg, png et gif < 5mo");
        define('TXT_DEL',  "has been deleted<br></h4>");
        define('TXT_NONDEL',  "Unable to delete file ");
        define('TXT_NONVALID', "Bad file format.");
        define('TXT_SELECT', "Please select  Jpeg, Png or Gif file !");
        define('TXT_PROB',  "Problem during upload, please contact Ar-S");
        define('TXT_RETRY',  "Try again !");
        define('TXT_SUCCESS',  "The picture has been uploaded ");
        define('TXT_CHOOSE',  "Choose a picture");
        define('TXT_ACCUEIL',   "Back to homepage");
        define('TXT_DELINK',   "Delete link (do not loose it !):");
        define('TXT_BBCODE',   "BBCode for phpbb : ");
        define('TXT_ENV',   "Upload");
        define('TXT_COP',   "Link has been copied to the clipboard");
        define('TXT_COPCLIC',   "Clic here to copy the link");
        define('TXT_ACC_CHANGEMDP',   "Change your password");
        define('TXT_ACC_REPETEZ',   "Re-enter the new password");
        define('TXT_ACC_SUPPRALL', "Delete my account and my pictures (irreversible!)");
        define('TXT_ACC_SUPPRCONFIRM',   "Confirm account deletion");
        define('TXT_ACC_HELLO',   "Hi ");
        define('TXT_ACC_LINK',   "Your account is linked to ");
        define('TXT_MW_SIZE',"Size: ");
        define('TXT_MW_WEIGHT',"Weight: ");
        define('TXT_MW_TYPE',"Type: ");
        break;

case 'de':

case 'es':

etc..

Re: Upload your app's screenshot

Posted: Sun Jul 18, 2021 11:11 pm
by Kiffi
pretty much PHP warnings...

Re: Upload your app's screenshot

Posted: Sun Jul 18, 2021 11:29 pm
by ar-s
Sorry i just finish if. Should be better now

Re: Upload your app's screenshot

Posted: Mon Jul 19, 2021 12:37 am
by Kiffi
ar-s wrote: Sun Jul 18, 2021 11:29 pmShould be better now
nope:
Warning: Use of undefined constant TXT_VISIT - assumed 'TXT_VISIT' in /home/inkq4865/upimg/index.php on line 123
Warning: Use of undefined constant TXT_PP - assumed 'TXT_PP' in /home/inkq4865/upimg/index.php on line 127
Warning: Use of undefined constant TXT_TELECH - assumed 'TXT_TELECH' in /home/inkq4865/upimg/index.php on line 149
Warning: Use of undefined constant TXT_CHOOSE - assumed 'TXT_CHOOSE' in /home/inkq4865/upimg/index.php on line 349
Warning: Use of undefined constant TXT_ENV - assumed 'TXT_ENV' in /home/inkq4865/upimg/index.php on line 358

Re: Upload your app's screenshot

Posted: Mon Jul 19, 2021 8:22 am
by ar-s
Hey.
Could you tell me in witch language is your browser ?
Could you try again now ?

Re: Upload your app's screenshot

Posted: Mon Jul 19, 2021 8:43 am
by Kiffi
ar-s wrote: Mon Jul 19, 2021 8:22 amCould you try again now ?
Looks like there are no more warnings. 👍
ar-s wrote: Mon Jul 19, 2021 8:22 amCould you tell me in witch language is your browser ?
My browser is set to German.

Greetings ... Peter

Re: Upload your app's screenshot

Posted: Mon Jul 19, 2021 10:15 am
by BarryG
But will our hosted images still be on your server in 5 or 10 years, compared to something like Imgur.com?

Re: Upload your app's screenshot

Posted: Mon Jul 19, 2021 12:50 pm
by ar-s
Hey BarryG
My website exists since 2010. And i am not ready to stop my activity (I am 45 years old). As I am a PB user since the 3.x versions and one of the moderators of the french forum, I invest in the measure of my means for the community in a service related to PB which according to me misses the forum. Everyone is free to use it or not.

Re: Upload your app's screenshot

Posted: Tue Jul 20, 2021 6:25 pm
by Mindphazer
Whatever you do, whatever you say, there will always be this huge army of people who don't do anything but criticize...

Re: Upload your app's screenshot

Posted: Tue Jul 20, 2021 9:07 pm
by ar-s
@Mindphazer
I don't care. If that could help some people, that's enough for me. :wink:

Re: Upload your app's screenshot

Posted: Wed Jul 21, 2021 8:46 am
by BarryG
Come off it guys... I'm not criticizing. It's a legit question. We've had many people offer to host images here in the past but they've all disappeared after a while, losing our images in the process. So it's natural to ask about longevity.

Also, I am NOT one of those "people who don't do anything but criticize". I actively contribute here and post answers (with code!) to people who need help.

I'm sorry I spoke in this thread.

Re: Upload your app's screenshot

Posted: Wed Jul 21, 2021 11:31 am
by ar-s
no offense BarryG.

Re: Upload your app's screenshot [New]

Posted: Wed Feb 02, 2022 5:16 pm
by ar-s
--2021/02/02
Now there is a member section, so you can create a free account. On it, you can see all your pictures and delete links.
------------------------------

Re: Upload your app's screenshot

Posted: Wed Feb 02, 2022 6:17 pm
by Bitblazer
Thanks for this service. That is something really useful.
BarryG wrote: Wed Jul 21, 2021 8:46 am Come off it guys... I'm not criticizing. It's a legit question. We've had many people offer to host images here in the past but they've all disappeared after a while, losing our images in the process. So it's natural to ask about longevity.
You could upload all pictures to two free hosters, write a tiny script that checks on which free image hoster the image exists and does a temporary http redirect to the one that works. A webpage then links to the script instead of a picture ;) Additionally you should always keep the local original and let the script email you if a one of the free image hosting sites and a picture can't be reached (remember to implement basic flood protection! and garble any adress in the script). That would give you a "reliable" use of free resources ;)
Feel free to extend it to three free image hosts and make an Open Source version of the script :)

Re: Upload your app's screenshot [New]

Posted: Thu Jan 19, 2023 2:05 pm
by ar-s
After one year. The v1.0 is out.

- Change the maximum image size to 5MB
- Added bmp and svg formats
- Improved the display of "My Pictures".
- Account management (delete account, change password)
EnJoY 8)