Home / Scripts & Code / PHP Scripts / Multimedia / Image


Image Converter PHP ScriptImage Converter PHP Script
An online image converter built with PHP and Jaravel that allows to convert images up to 24 different formats.




Home / Scripts & Code / PHP Scripts / Multimedia / Image

Image Converter PHP Script
An online image converter built with PHP and Jaravel that allows to convert images up to 24 diff...




165 Support questions or comments
Please login or create an account to post a question or comment.
-
9 months agoCan this script convert a 2 color png to a 2 color SVG? Or only to black?
You can't test it in the demo
-
10 months agohi sir how are you? sir tell me this script work in web hosting direct panel? please replay
-
10 months agowaqatulislam PurchasedIn this you can convert from JPG to another
Can't convert to other to JPG -
8 months agoLittleJohn AuthorTry to adjust the height and width: width="18.0684mm" height="22.6614mm"
-
10 months agowaqatulislam PurchasedFevicon icon changing error
-
10 months agobrucelam PurchasedI created db vs user and pwd in mysql, but step install can not connect to mysql
-
11 months agobeseeker PurchasedI bought the script, good job. Now I want it to work for two languages. it already comes with English, but I want to make it also in Spanish. I generated another json for the language, and I'm changing it with a middleware. But this only modifies the buttons and certain messages on the page. I added another column to table 'settings' in the database called payload_es, where I have the content in spanish. How can I achieve that, depending on the domain name, the system must call this column? at the moment, I have it with a middleware:
class LocaleMiddleware
{
public function handle($request, Closure $next)
{
$domain = $request->getHost();
$locale = 'en';
if ($domain === 'doman1.com' || $domain === 'domain2.com' ) {
$locale = 'es';
}
App::setLocale($locale);
return $next($request);
}
}
What I want, is that the texts and slug of the pages are also in Spanish, based on this new column that I add. This is for SEO purposes. But I saw that the views remain in cache. Do you recommend another way for do this? Can I somehow disable the cache so it calls the column based on browser detection? -
11 months agoLittleJohn AuthorThanks for the purchase. The script has partial multilingual support. It has a toggle button to select the language and uses mcamara/laravel-localization to handle localization so you don't need to create any middleware. Translating static strings is supported but the problem is with dynamic text inserted from the dashboard like page metadata and content and page slugs. I started working on an implementation a while ago to make all the locales editable from the dashboard but I had to pause it because of some freelancing work and also I'm working on the registration system.
I don't know when I will resume working on it but I'll definitely finish it once I have some free time -
10 months agoThis can change the language. I want to know more, after the installation of this script, can be changed to charge
-
10 months agoLittleJohn AuthorThe script only supports english for now and I said from the previous comment, I have plans to implement this feature in the future
-
11 months agobatwaa PurchasedHello sir I have 16.50 dollars in my codester account and I want to purchase this script can you reduce your rate by 0.50 for one day?
-
11 months agoLittleJohn AuthorDone. But it'll take a day or two for the update to apply
-
11 months agobatwaa Purchasedok thankyou am waiting for the updated price
-
Jul 17, 2024synaptium PurchasedI purchased the script and uploaded the the upload folder contents to the plublic_html folder.
I opened the home page and ir redirected me to domain.com/install/ with a 404 error. Please help. Also how do i reach you
-
Jul 13, 2024kuragayalasudheer PurchasedCan I install this script in a sub-domain?
- View 2 more replies
-
Jul 13, 2024LittleJohn AuthorSorry what I meant to say is it won't work in subfolders like this: https://webappskit.com/imageconverter/ but it works on subdomain of this format https://imageconverter.webappskit.com/ like in the demo
-
Jul 13, 2024kuragayalasudheer PurchasedOkay, got it. thanks
Can you make it work in subfolders? (paid service) -
Jul 13, 2024LittleJohn AuthorYou're welcome.
I'll have to test it on my local machine and get back to you
-
Jul 5, 2024batwaa PurchasedPlease Tell me what is this Laravel version. I want to buy this script but (Slugs Settings) is a very very bad option in the admin panel. you can add slugs under Converters Settings >> any tools setting >> after the title before the Meta Description.
Example Like This
Title
Slug
Meta Description -
Jul 5, 2024LittleJohn AuthorHello wkgroupcontect.
The script uses Laravel 10.
I created a separate slug settings page for ease of access. It will be hard to change that now because may users use thus script
Information
Category | Scripts & Code / PHP Scripts / Multimedia / Image |
First release | 8 August 2022 |
Last update | 23 January 2024 |
Files included | .php, .css |
Tags | php, image, online, converter, png, jpeg, bmp |