3969 comments found.
Are there any plans to integrate Russian payment systems? If yes, I’m ready to purchase both scripts immediately.
I also need to know if ALL functionality is fully translatable into other languages. I’m asking because most developers only implement partial translations – even though it’s the backend part that remains untranslated. Nobody has been able to explain to me what’s the point of making a project multilingual if the backend translation is only half-complete.
Hi there,
We haven’t really researched Russian-specific payment providers. I think you could also work around restrictions with the current ones with a bit of effort.
If you have any provider suggestions, let me know, and I’ll add them to our list of possible upcoming payment providers.
Regarding translations, yes, everything is translatable (including backend, I assume you mean DB values, which are commonly skipped). The only skipped area is the admin Settings, which we want to keep in pair with our documentation, but that’s only for the site owner, really.
Thanks, and let us know if you have any other questions.
Regarding Russian payments: suggesting to “work around restrictions” implies registering a legal entity in another country, which is an unrealistic solution for most individual entrepreneurs and small businesses in Russia.
The fundamental need is for direct payment integration that works for users with Russian bank cards. International gateways like Stripe/PayPal are functionally blocked here.
For your review, here are the API documentation links for the primary Russian payment gateways:
YooKassa (market leader): https://yookassa.ru/developers?lang=en
Integrating support for these systems would make your products directly accessible to the entire Russian market. I am ready to purchase both scripts if YooKassa support is implemented.
Hi there,
Regarding Russian payments: suggesting to “work around restrictions” implies registering a legal entity in another country, which is an unrealistic solution for most individual entrepreneurs and small businesses in Russia.
Yeah, this is exactly what I had in mind, and yes, this might not be the easiest thing to do either way.
I have made a note on Yookassa, I was not aware of it and will be trying to add it with upcoming versions; will let you know when we have any news on this one.
Thanks for the feedback and info!
Please let me know if a creator who has an account registered in your system is also able to post stories, similar to Instagram Stories
Hi there,
Unfortunately, at the moment, this is not possible, but we do have plans to add this functionality with the next updates.
Thanks, and let us know if you have any other questions.
I need the English-to-Spanish translation because I haven’t been able to translate the JSON file. I didn’t notice when I purchased it, but it’s not useful to me in English and Romanian. Please help me.
Hi there,
Unfortunately, at the moment, we are not distributing any translation files; the ones included are just to showcase how the translation system works/how to translate it.
One easy way you could translate it is via some AI service, with ChatGPT for example, you might have to split it into a few blocks, if it can not ingest the whole es.json file.
Let me know if you have any other questions.
The truth is that it’s not useful for me that it’s in English and Romanian, and it’s also complicated to configure. I’m not satisfied with the purchase — is it possible to request a refund? On the other hand, Codecanyon’s support is terrible. It says there’s 6 months of support, but no one answers except a bot.
Hi there,
The site is fully translatable. You can easily create translation languages using this guide @ https://docs.qdev.tech/justfans/documentation.html#translations .
If you have any other questions, feel free to send us a DM using this form @ https://codecanyon.net/user/ic0de#contact .
Thanks.
Hello, there
Is this a Wordpress theme?
Hi there,
No, this is a standalone PHP-based platform, not a WP theme/plugin.
However, it does share similarities with how WordPress sites are installed and configured.
Thanks, and let me know if you have any other questions.
Not too much of a big deal but my inclusive tax i want that to be able to be hidden
Hi there,
I did try to reproduce this on some of our instances, but was unable to.
Feel free to send us a DM with more details, maybe there’s something instance-specific to it.
Thanks.
Okay, never mind, it works – for some reason, my old taxes that were being used after the update weren’t able to be hidden, but after deleting them and making a new one, it was able to be hidden
Sounds good, maybe there was indeed some artefact related to the old ones.
Thanks & let us know if you’ll run into any other questions.
Fresh installation of 9.3.0 never completes – always errors at final stage/page of install
I have this in my laravel log…
Base table or view not found: 1146 Table 'justfans.settings_new' doesn't exist (Connection: mysql, SQL: select exists(select * from `settings_new` where `group` = payments and `name` = paypal_webhook_id) as `exists`)"" Please re-create your database and try again. If error persists, please contact us. {exception] (Exception(code: 0): Migrations or Seeds failed with following message \"SQLSTATE[42S02]: Base table or view not found: 1146 Table 'justfans.settings_new' doesn't exist (Connection: mysql, SQL: select exists(select * from `settings_new` where `group` = payments and `name` = paypal_webhook_id) as `exists`)\"\" Please re-create your database and try again. If error persists, please contact us. at /Users/Shared/Sites/justfans/app/Http/Controllers/InstallerController.php:150)
Pretty sure there’s some migrations missing from this release. Can we get a new version that works?
Hi there,
Sorry for the inconvenience, this seems to be true indeed.
I have just pushed a 9.3.1 patch which addresses this issue.
Feel free to re-download the latest version and re-install on a clean/fresh DB.
Thanks, and let us know.
Yes, that’s working now – many thanks! 
I was wondering are there any plans for designing the UI/UX for the user side just you you did it with the Admin panel by the way done a great job in improving the Admin UI! Keep up you are doing great with each update
Hi there,
We plan to update and improve the design along the way continuously.
As for a major overhaul, that might be on the table, but I can’t make any promises at the moment; it’s too early, and there are still a lot of new features we’d like to add next.
Thanks for your feedback and kind words!
In the next update, integrate the Live Shopping module/section.
Hi there,
We can not make any promises on such a feature, but we’ll make a note on it.
Thanks for your suggestion.
I can pay monthly indefinitely. For maintenance and updates.
Thanks for the suggestion. We are considering adding such a service in the near future.
Will let you know if we have any news.
Using Hestia CP it i forgot how to update using php script tools like on other control panels! when copying folders over i get site errors so had to backup back. the only way i can do right now until i find that tool i use to use, is dele old files/folders and upload new one but i ran into problems this way.
and i like to know do we need to dele ‘app/filament’
Hi there,
You could do this both ways, either by replacing old files (but delete app/filament before doing that), or by adding the whole new files, then adding back your .env file and storage/app/installed file.
The way I recommend doing it is:
1. Delete app/filament folder (can also delete vendor folder if you want) 2. Upload the new zip & extract it 3. Go to the newly extracted Script folder, delete the .env fil from there (but not your .env file) 4. Copy everything onto the main site directory 5. Go to domain.com/update and proceed with the DB update
Thanks, and let us know.
I was able to update via Filezilla but after update i get this error when trying to go to Admin panel “An internal error occurred”
Hi there,
Generally speaking, FTP client-based uploads aren’t recommended (they sometimes can miss files when transferring large amounts of small files, like it’s the case for our vendor folder).
What I recommend instead is uploading the zip onto the server and extracting it there (most of the web-panels/file managers allow this).
As for the 500 error, are you getting that after you’ve moved the files around? Is that an in-app 500 error or one on a white background?
Feel free to send us more details over a DM/a site link and we can have a look as well.
Thanks.
Im getting that after i movied files and updated (update said it went good and is active) – Everything with new update is active and working on site – i just cant get to admin panel. When uploading the zip and move files over site wasnt working at all and had to restore site. Ill try it again and see
Also when deleting app/filament and or Vendor am i deleting the old files or new ones thats being copy over
When using FTP Client-base: it was in-app error it wasnt sending me to white screen – site still functioned but i just wasnt able to get to admin panel After movie files manually with unzip file I get white background error: https://gyazo.com/a68d8b6e42e0d2d8da657d87295049ed
I redid FTP to show i get update: https://gyazo.com/d2756c846693d5d5b4f0c6fa3dcb2708 but when going to /admin i get this: https://gyazo.com/0fd891ad424fde405babae04024cfe68
Hi there,
If you fully replace the all the files and then restore your .env file, you will get the installer page.
You also need to create an empty file called `installed` at `storage/app` folder, then re-activate your product from the admin.
This one should do it.
Thanks & let me know.
@jjluiz to translate you gotta go to public_html > lang then duplicate en.json file open it up in transalte all the text in ”” after : ex “Account”: “Account(change this to Portuguese language)” Fastest way to transalte all is copy all and past into Chatgpt and say translate this json to w.e lang
Yup, that sounds correct.
Good afternoon, I need the translation into Portuguese, could you give it to me?
Good afternoon, I need the translation into Portuguese, could you give it to me?
Good afternoon, regarding receiving via Pix, is there any payment method available?
Hi there,
Regarding translations, we are not providing them out of the box. But you can translate them yourself with gpt or manually per this guide @ https://docs.qdev.tech/justfans/documentation.html#translations .
As for Pix—if you can provide us an account we could use for development, we can look into it.
Thanks.
Hello Admin,
I saw the Admin Panel was updated from v9.2.0 to v9.3.0. Can you please return the admin panel to v9.2.0?
The admin panel looked more robust in v9.2.0. I would like to continue testing the admin panel in v9.2.0.
Thank you, Daniel Oviedomora
Hi there,
Unfortunately, rollbacks are not available, but you could potentialy restore an older backup.
However, the admin doesn’t feature any front-facing related/design-related changes, only internal ones, targeting speed and security—everything else should be the same, really.
Also, besides the admin panel-related changes, there are other fixes and improvements that your instance will benefit from.
Thanks, and let us know.
Hello again dear Ic0de team i think buy but when will you add more payment gateways ? ( iyzico,payu etc…) Thanks Regards
Hi there,
I can’t say for sure at the moment, but these are on the list of our possible payment providers to come; they do seem quite popular in many regions.
Thanks again.
Do they have a facility service?
Hi there,
I am not really sure I understand what you mean.
Thanks, and let us know.
New feature – should allow us to add Badges to creators’ profiles, besides verified profile badges.
Hi there,
Thanks for the suggestion, we are actually considering adding some sort of badges and other gamifying-related features to keep the users engaged.
Don’t have any ETA on this one, but it’s something on our radar.
Thanks again.
I installed but I didn’t get the admin panel. It is missing in web.php and there doesn’t seem to be a controller for it either.
Hi there,
The admin should be available at site.com/admin. If you are looking into having custom changes into it, send us a DM and we can provide you more details.
Thanks.
Hello, I have problem with install. I put there all information and it show:
An internal error occurred Sorry, something happened on our side.
Please try again or contact us if the error persists.
Can you help me? All requirements are set.
Thank you.
Hi there,
Feel free to send us a DM with more info/website credentials and we can have a look to get you unstuck.
Thanks and let us know.
Strip Connect, I’m getting an error on withdrawal saying my balance is low, but I have added money to my account (that is not pending – that is available), and the creator requested a small amount that the balance can cover, but I get
Error: “Insufficient funds in Stripe account. You can use the /v1/balance endpoint to view your Stripe balance (for more details, see stripe.com/docs/api#balance).”
Hi there,
If this is still happening, send us over a DM with more details/screenshots/credentials, and we can have a look as well.
Thank,s and let us know.
I DM but i still havent recieved a response
Hi there,
Sorry for the delayed response. I’ve replied to your email with more questions.
Thanks.
I think I know why here’s my response from the strip { “amount”: “10”, “currency”: “SEK”, “destination”: “acct_1***” Connected account ,”transfer_group”: “13”, }
The currency is SEK, not USD? How do I change it to USD? Is this because cronjob not set up right or something else?
Hi there,
That seems like a bug on our end. Replied to your email with a quick patch.
Thanks.
Hi Qdev team,
I’m considering purchasing JustFans license and ran a security audit on the demo version.
The audit flagged several concerns: - PayPal webhook verification appears commented out - Payment amount validation seems weak - File upload security questions - Mass assignment concerns with role_id
Can you clarify: 1. Are these false positives or known trade-offs? 2. Do you recommend additional hardening after purchase? 3. What’s your security update policy?
Thanks!
PS: also … what’s the recommended security hardening process after installation?
Hi there,
I am really unable to comment on any of these w/o having access to more details. Feel free to send us a DM with any additional info.
Overall, there are no known critical security issues present at the moment, but things are constantly getting improved nevertheless.
Thanks, and let us know.
I keep getting this email from stripe, i never created this url for webhook endpoint.. what should this url be?
We’re still having trouble sending requests in live mode to a webhook endpoint associated with your Skitzly account. Stripe sends webhook events to your server to notify you of activity in your Stripe account, such as a completed payout or a newly created invoice.
The URL of the failing webhook endpoint is: https://skitzly.com/payment/stripeStatusUpdate
Hi there,
If possible, please send us a DM with a screenshot of your Stripe dashboard (or an expanded error) so we can see the HTTP status code/response over there.
Sometimes, some servers are blocking these webhook requests due to aggressive firewall rules.
Thanks, and let us know.