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. Average rating of 5.0 based on 26 votesHome / 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... Average rating of 5.0144 Support questions or comments
Please login or create an account to post a question or comment.
-
1 week agohi sir how are you? sir tell me this script work in web hosting direct panel? please replay
-
2 weeks agowaqatulislam PurchasedIn this you can convert from JPG to another
Can't convert to other to JPG
-
2 weeks agowaqatulislam PurchasedFevicon icon changing error
-
3 weeks agobrucelam PurchasedI created db vs user and pwd in mysql, but step install can not connect to mysql
-
2 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? -
2 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 -
1 month agoThis can change the language. I want to know more, after the installation of this script, can be changed to charge
-
1 month 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
-
2 months agowkgroupcontect 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?
-
2 months agoLittleJohn AuthorDone. But it'll take a day or two for the update to apply
-
2 months agowkgroupcontect Purchasedok thankyou am waiting for the updated price
-
3 months agosynaptium 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
-
3 months agokuragayalasudheer PurchasedCan I install this script in a sub-domain?
- View 2 more replies
-
3 months agoLittleJohn 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
-
3 months agokuragayalasudheer PurchasedOkay, got it. thanks
Can you make it work in subfolders? (paid service) -
3 months agoLittleJohn AuthorYou're welcome.
I'll have to test it on my local machine and get back to you
-
4 months agowkgroupcontect 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 -
4 months agoLittleJohn 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
-
5 months agoIt is nice that you added more formats, but I have questions why don't you add these things
1- there is no image dimensions option
2- there is no dpi option
3- there is no image quality option
4- Are images uploaded to our hosting/server?
5- there is no PDF converter, means PDF to image and image to PDF
and there are so many other formats as well. - View 8 more replies
-
4 months agoLittleJohn AuthorI just checked your site. It looks nice but needs to support more formats
-
4 months agoyes i know, can you make something like this with all kind of formats?
-
4 months agoLittleJohn AuthorYou want to use the same theme as your website? Also, can you contact me via email: [email protected]
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 |