• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked!
Service Finder - Provider and Business Listing WordPress Theme

Service Finder - Provider and Business Listing WordPress Theme 4.1 NULLED

raz0r

owner
Staff member
Administrator
Moderator
Messages
21,236
Files
6065
Reactions
82,205
raz0r submitted a new resource:

Service Finder - Provider and Business Listing WordPress Theme - Service Finder - Provider and Business Listing WordPress Theme - Themeforest 15208793

View attachment 7794

Service Finder WordPress Theme is an advanced business and service directory theme. Business and Service providers from different categories can register and create their profile. Customer can see their profile and book their services only. Customer can give feedback on each booking completed. For example, customer can go to cleaner or electrician profile and book their services. Similarly customers can go to a dentist profile and book an...

Read more about this resource...
 
raz0r 's signature
Reacted by:
Not nulled!
Who can null this?
Added nulled version. Re-download.
Or add this code to functions.php (in theme folder)
PHP:
$license = serialize(array('instant' => time(), 'lhjsdhf_dhfhjskfj' => 'done' ));
update_option( '_transient_feed_lhjsdhf_dhfhjskfj', $license );
$license2 = serialize(array('schedule' => time(), 'soruer_ksjfdij' => 'pass' ));
update_option( '_transient_feed_soruer_ksjfdij', $license2 );
 
raz0r 's signature
Reacted by:
  • Sad
Reactions: codepens
Added nulled version. Re-download.
Or add this code to functions.php (in theme folder)
PHP:
$license = serialize(array('instant' => time(), 'lhjsdhf_dhfhjskfj' => 'done' ));
update_option( '_transient_feed_lhjsdhf_dhfhjskfj', $license );
$license2 = serialize(array('schedule' => time(), 'soruer_ksjfdij' => 'pass' ));
update_option( '_transient_feed_soruer_ksjfdij', $license2 );
I tested it, but unfortunately it doesn't work.
The template asks for a license check and the user's personal account does not work.
 
Reacted by:
I tested it, but unfortunately it doesn't work.
The template asks for a license check and the user's personal account does not work.
It's work, additional settings opened.
 
raz0r 's signature
Reacted by:
If you open a user profile (not an admin) then you will have a blank / white screen.
Check your logs, this error does not belong to the license
 
raz0r 's signature
Reacted by:
Guys, I need help! How to reset this WordPress theme? Now in the admin panel I see the "Product License" item and there is no "Service Finder" item where the theme control is located. In addition, in the front-end on the account page, I see only a white background and nothing else. I think this may also be due to the lack of a license.
How to solve this problem? And maybe you can recommend some other resource for the home service marketplace. Not required for WordPress.
Thanks!
 
Reacted by:
raz0r 's signature
Reacted by:
raz0r 's signature
Reacted by:
  • Like
Reactions: MarkDragon
If you open a user profile (not an admin) then you will have a blank / white screen.
Has anyone got this to work. I can get it installed and the demo data working but the login as admin just sends you back to the WP admin dashboard which ok maybe that is by design but if you create a user "Service Finder Provider" or "Service Finder Customer" to login to get to their dashboards you get a white screen. I noticed the "Product License" menu item in WP Admin sends you to a screen to put in your license which we don't have but maybe don't have to. I tried to paste in the suggested code above in the downloaded Services Finder 4.1 .zip functions.php file at the very bottom and rezipped and uploaded but same result. I also tried to use PHP 7.4.3 as it says PHP 7.4 required in the theme upload message. The wordpress health page says its all ok. I created an error log with
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
}
in the /wp-config.php file and there is one line at top that says:
[13-Jun-2024 23:56:52 UTC] PHP Deprecated: key(): Calling key() on an object is deprecated in I:\Projects\service-finder\local-flywheel\services-finder\app\public\wp-content\themes\service-finder\lib\genral-functions.php on line 7522

and a bunch of these but i think they are not important:
[14-Jun-2024 00:03:56 UTC] PHP Notice: Undefined variable: blogposttitlecolor in I:\Projects\services-finder\local-flywheel\services-finder\app\public\wp-content\plugins\sf-shortcodes\elementor\widgets\latest-blog.php on line 1107

I've asked chatgp and tries some stuff.
Anyway anyone got it going please say how you did it.

Quick install is
Download the 4.1 file
Unzip
Upload just the services-finder.zip theme
install just the red marked plugins
goto Appearance>Import Demo Data
add user choose Services Finder Provider
goto site and login
this is where i get just a white screen and should get a dashboard.
 
Reacted by:
Has anyone got this to work. I can get it installed and the demo data working but the login as admin just sends you back to the WP admin dashboard which ok maybe that is by design but if you create a user "Service Finder Provider" or "Service Finder Customer" to login to get to their dashboards you get a white screen. I noticed the "Product License" menu item in WP Admin sends you to a screen to put in your license which we don't have but maybe don't have to. I tried to paste in the suggested code above in the downloaded Services Finder 4.1 .zip functions.php file at the very bottom and rezipped and uploaded but same result. I also tried to use PHP 7.4.3 as it says PHP 7.4 required in the theme upload message. The wordpress health page says its all ok. I created an error log with
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
}
in the /wp-config.php file and there is one line at top that says:
[13-Jun-2024 23:56:52 UTC] PHP Deprecated: key(): Calling key() on an object is deprecated in I:\Projects\service-finder\local-flywheel\services-finder\app\public\wp-content\themes\service-finder\lib\genral-functions.php on line 7522

and a bunch of these but i think they are not important:
[14-Jun-2024 00:03:56 UTC] PHP Notice: Undefined variable: blogposttitlecolor in I:\Projects\services-finder\local-flywheel\services-finder\app\public\wp-content\plugins\sf-shortcodes\elementor\widgets\latest-blog.php on line 1107

I've asked chatgp and tries some stuff.
Anyway anyone got it going please say how you did it.

Quick install is
Download the 4.1 file
Unzip
Upload just the services-finder.zip theme
install just the red marked plugins
goto Appearance>Import Demo Data
add user choose Services Finder Provider
goto site and login
this is where i get just a white screen and should get a dashboard.
Rollback php version on your server to 8.0 or 7.4.
The very first error at top says it all; PHP Deprecated and every other following error stems from that. You are probably using php 8.2...

Deprecated means 'does not work with this version of php'.
 
Reacted by:
Thanks for the reply.
I have tried, PHP 8.3.0, 8.2.10, 8.1.23, 8.0.30, 7.4.30, 7.3.5, 5.6.39
I have tried locally using Local by Flywheel. Wordpress 6.5.4, Nginx and Apache, MariaDB 10.4.32
I have tried AWS with PHP 8.3, Nginx, MariaDB
I don't think it is nulled and this is how they stop people from using it and make it so you can't access the dashboards of the users -maybe.
There has been many downloads so if any of you got it going and access to the login dashboards of the users you have to create eg Services Finder Provider, Services Finder Customer, share how. Cheers.
if anyone found a better Services marketplace solution let me know. This one seems ok but the dev seems to be a flake.
 
Reacted by:
Thanks for the reply.
I have tried, PHP 8.3.0, 8.2.10, 8.1.23, 8.0.30, 7.4.30, 7.3.5, 5.6.39
I have tried locally using Local by Flywheel. Wordpress 6.5.4, Nginx and Apache, MariaDB 10.4.32
I have tried AWS with PHP 8.3, Nginx, MariaDB
I don't think it is nulled and this is how they stop people from using it and make it so you can't access the dashboards of the users -maybe.
There has been many downloads so if any of you got it going and access to the login dashboards of the users you have to create eg Services Finder Provider, Services Finder Customer, share how. Cheers.
if anyone found a better Services marketplace solution let me know. This one seems ok but the dev seems to be a flake.
Yup sounds like a matter for tech support.
let is know it turns out.

^ seems it's a You problem, because nobody else has reported similar issue before or since.
 
Reacted by:
Sure ok buddy -havin a bad day are we
No why? Are you projecting?

It sounds like you need tech support.

And to answer your question, no nobody else reported, only you.

It seems we've gone as far a your technicL experience can take it.

Does that sound like I am having a bad day?

I am having a great day, how about you?

20240614_130956.jpg
 
Reacted by:
Top