Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
09-30-2016, 09:41 AM
Post: #1
|
|||
|
|||
[HELP] [PHP] How to null this?
app_verify.php
PHP Code: <?php include("includes/header.php"); purchase.php PHP Code: <?php error_reporting(0); |
|||
10-01-2016, 08:28 AM
Post: #2
|
|||
|
|||
RE: [HELP] [PHP] How to null this?
give me script and i will try to null
|
|||
10-01-2016, 08:38 AM
Post: #3
|
|||
|
|||
RE: [HELP] [PHP] How to null this?
(10-01-2016 08:28 AM)ledz Wrote: give me script and i will try to null Code: http://www.blackhatworld.com/seo/help-php-how-to-null-this.881249/ ⭐ ⭐ ⭐ ⭐ ⭐ [MVP Access] on MoneyVIPProgram.com ⭐ ⭐ ⭐ ⭐ ⭐
|
|||
10-01-2016, 09:06 AM
Post: #4
|
|||
|
|||
RE: [HELP] [PHP] How to null this?
Try to change:
Code: function verify_purchase($buyer_name,$p_code) into this: Code: function verify_purchase($buyer_name,$p_code) Did not test, but should work :-) |
|||
10-01-2016, 09:12 AM
Post: #5
|
|||
|
|||
RE: [HELP] [PHP] How to null this?
(10-01-2016 09:06 AM)bl4ckhat Wrote: Try to change: +5 rep, this seems so obvious lol THANKS FOR THE REPS
|
|||
10-01-2016, 09:30 AM
Post: #6
|
|||
|
|||
RE: [HELP] [PHP] How to null this?
@bl4ckhat just got your PM and had a quick look, yes that should work! :)
i can't say for sure without auditing the rest of the code as there might be additional checks, but judging by that snippet, just returning true should do the trick. |
|||
10-01-2016, 09:45 AM
Post: #7
|
|||
|
|||
RE: [HELP] [PHP] How to null this?
Thanks to both of you :-)
|
|||
10-09-2016, 06:56 AM
Post: #8
|
|||
|
|||
RE: [HELP] [PHP] How to null this?
So Mr. DollarLover, did it work? You ask for help and get it free then don´t even say thank you :-P
|
|||
10-09-2016, 07:05 AM
(This post was last modified: 10-09-2016 07:09 AM by Edjumacated_Bum.)
Post: #9
|
|||
|
|||
RE: [HELP] [PHP] How to null this?
(10-09-2016 06:56 AM)bl4ckhat Wrote: So Mr. DollarLover, did it work? You ask for help and get it free then don´t even say thank you :-P That's what BBHF gets for people bending over backwards to help SPAMMERS. This ain't the place for begging, as if so - Why Not Have EVERYONE Beg for [HELP] in EVERY FORUM??????????????/ Oh, that's right - cuz it's against the Rules and against Omni Potent and turns BBHF into a dumping ground for beggers and spammers. Great work guys! (NOT!) Just goes to show, while some people can pay for VIP - it doesn't make them V - I or much of a P. ALWAYS REPORT SPAMMERS - Don't Bend-over for them. LOVE BBHF - Don't Sell out BBHF. |
|||
10-09-2016, 07:16 AM
Post: #10
|
|||
|
|||
RE: [HELP] [PHP] How to null this? | |||