WPjobster - Service Marketplace WordPress Theme

WPjobster - Service Marketplace WordPress Theme v6.3.1 with Addons

No permission to download

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
Code:
if ( $quantity == 'yes' && $job_amount_max > 1 ) {
                                        $is_price_type = false;
                                        if ( get_post_meta( $pid, 'price_type', true ) && get_post_meta( $pid, 'price_type', true ) != 'fixed' ) {
                                            $is_price_type = true;
                                        } ?>

                                        <li class="main_li_nopad">
                                            <label class="main_amount_box">
                                                <?php if ( $is_price_type ) { ?>
                                                    <span><?php echo sprintf( __( '%s Rate', 'wpjobster' ), ucfirst( wpjobster_translate_string( get_post_meta( $pid, 'price_type', true ) ) ) ); ?></span>
                                                <?php } else { ?>
                                                    <span><?php _e( 'Job Quantity', 'wpjobster' ); ?></span>
                                                <?php } ?>

                                                <span class="extra-price-inside"><?php echo wpjobster_get_show_price($prc); ?></span>

                                                <?php if ( ! $is_price_type ) { echo '<br>'; } ?>

                                                <?php if ( $quantity == 'yes' ) {
                                                    if ( $is_price_type ) { ?>
                                                        <br /><span class="sn-job-rate-text"><?php echo __( 'Number of', 'wpjobster' ) . ' ' . ucfirst( wpjobster_translate_string( wpj_change_rate_word( get_post_meta( $pid, 'price_type', true ), 'plural' ) ) ) . ':'; ?></span>
                                                    <?php } ?>

                                                    <span class="amount_section" <?php if ( $is_price_type ) { echo 'style="margin-top: 5px;"'; } ?>>
                                                        <a href="#" class="amount_rmv">&minus;</a>
                                                        <input type="text" name="main_value_inp" class="main_value_inp current_amount main_amount" data-max="<?php echo $job_amount_max; ?>" value="1">
                                                        <a href="#" class="amount_add">+</a>
                                                    </span>
                                                <?php } ?>
                                            </label>
                                        </li>
                                    <?php }
 

Hijaker

Active member
Sep 22, 2019
214
60
28
Code:
if ( $quantity == 'yes' && $job_amount_max > 1 ) {
                                        $is_price_type = false;
                                        if ( get_post_meta( $pid, 'price_type', true ) && get_post_meta( $pid, 'price_type', true ) != 'fixed' ) {
                                            $is_price_type = true;
                                        } ?>

                                        <li class="main_li_nopad">
                                            <label class="main_amount_box">
                                                <?php if ( $is_price_type ) { ?>
                                                    <span><?php echo sprintf( __( '%s Rate', 'wpjobster' ), ucfirst( wpjobster_translate_string( get_post_meta( $pid, 'price_type', true ) ) ) ); ?></span>
                                                <?php } else { ?>
                                                    <span><?php _e( 'Job Quantity', 'wpjobster' ); ?></span>
                                                <?php } ?>

                                                <span class="extra-price-inside"><?php echo wpjobster_get_show_price($prc); ?></span>

                                                <?php if ( ! $is_price_type ) { echo '<br>'; } ?>

                                                <?php if ( $quantity == 'yes' ) {
                                                    if ( $is_price_type ) { ?>
                                                        <br /><span class="sn-job-rate-text"><?php echo __( 'Number of', 'wpjobster' ) . ' ' . ucfirst( wpjobster_translate_string( wpj_change_rate_word( get_post_meta( $pid, 'price_type', true ), 'plural' ) ) ) . ':'; ?></span>
                                                    <?php } ?>

                                                    <span class="amount_section" <?php if ( $is_price_type ) { echo 'style="margin-top: 5px;"'; } ?>>
                                                        <a href="#" class="amount_rmv">&minus;</a>
                                                        <input type="text" name="main_value_inp" class="main_value_inp current_amount main_amount" data-max="<?php echo $job_amount_max; ?>" value="1">
                                                        <a href="#" class="amount_add">+</a>
                                                    </span>
                                                <?php } ?>
                                            </label>
                                        </li>
                                    <?php }
Should I remove this code from the theme?
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
or...
$quantity = 'no';
$job_amount_max =0;
if ( $quantity == 'yes' && $job_amount_max > 1 ) {
 

banjarroom

Member
Banned User
Oct 5, 2019
109
22
18
whether I have tested a featured purchase, because I tested it but there is a notification that the balance is empty even though the payment method has been added.
 

MFGTRUST

New member
Apr 19, 2020
1
0
3
Any one know original WPJobster script used RECURSION..?

I download from our BABIATO source it's block on my hosting provider. They said it's contain recursion in an argument, header or in the URI.

Help..!

Thanks in advance to Babiato and Members.
 

Ighalo87

Active member
Jan 18, 2020
400
55
28
i dont no if it just me or everyone else but i cant make charges on the theme.. please i need a fix:)
 

Hisaki

Active member
Aug 24, 2019
171
51
28
Any one know original WPJobster script used RECURSION..?

I download from our BABIATO source it's block on my hosting provider. They said it's contain recursion in an argument, header or in the URI.

Help..!

Thanks in advance to Babiato and Members.
Where are you hosting it?
 

MFGTRUST

New member
Apr 19, 2020
1
0
3
i dont no if it just me or everyone else but i cant make charges on the theme.. please i need a fix:)


I took this issue with hosting provide they solve issue.

Please advise how to identified backdoor and sql injection into plugin and theme.

Thanks
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu