makecashnow.biz

Welcome, Guest. Please login or register.
Did you miss your activation email?
Pages: 1 ... 8 9 [10] 11 12
Print
Author Topic: [RESOLVED] PHPAdvancedBux v1.1  (Read 8634 times)
Jr. Member
**
Posts: 67


View Profile Email
« Reply #135 on: February 23, 2009, 09:05:05 AM »
I just checked the form against paypals payment form and it matches so dunno whats wrong
Logged
Full Member
***
Posts: 169

liamt2k6@tiscali.co.uk
View Profile WWW Email
« Reply #136 on: February 23, 2009, 09:26:53 AM »
QUOTE (pipsta @ Feb 23 2009, 05:05 PM) <{POST_SNAPBACK}>
Quote
I just checked the form against paypals payment form and it matches so dunno whats wrong [/b]


am from scotland . dunoon

i currently dont have curl installed on my server lol.


anyways you said paypal changed their form have you checked the address bar for any new variables.

i will try and install curl now
Logged
Jr. Member
**
Posts: 67


View Profile Email
« Reply #137 on: February 23, 2009, 09:31:17 AM »
I checked the source codes in firefox on the forms, it doesnt have any new variables in it, they just added payment type options but the form names are the same so dunno lol

ah scotland, my boss is scottish lol, dunno where about tho, closest I have been to scotland is Blackpool hehe

BTW cURL can be installed thru cPanel lol
Logged
Newbie
*
Posts: 40


View Profile Email
« Reply #138 on: February 23, 2009, 11:00:51 AM »
Hello, i use YOB 4.0 mayby you pipsta can give my bux fix codes for this source... and one more can someone can make code that when admin delete somene than user refferals go to unrefered refferals and i can sell these refs again...
Logged
Jr. Member
**
Posts: 67


View Profile Email
« Reply #139 on: February 23, 2009, 11:19:16 AM »
Rihijs

Open admin/user_edit.php

Find:

Code:
&#036;queryz = &#34;DELETE FROM yob_users WHERE id=&#39;&#036;id&#39;&#34;; mysql_query&#40;&#036;queryz&#41; or die&#40;mysql_error&#40;&#41;&#41;;

Replace with:

Code:
&#036;queryz = &#34;DELETE FROM yob_users WHERE id=&#39;&#036;id&#39;&#34;; mysql_query&#40;&#036;queryz&#41; or die&#40;mysql_error&#40;&#41;&#41;; $updateref = "UPDATE yob_users SET referer = '' WHERE referer = '$id'"; mysql_query($updateref) or die(mysql_error());

Should work
Logged
Jr. Member
**
Posts: 67


View Profile Email
« Reply #140 on: February 23, 2009, 11:22:25 AM »
Liam you had any joy bro, I just cannot figure it out, I posted it on WHT too and it looks like they cannot either, because they are not responding
Logged
Full Member
***
Posts: 169

liamt2k6@tiscali.co.uk
View Profile WWW Email
« Reply #141 on: February 23, 2009, 11:44:28 AM »
QUOTE (pipsta @ Feb 23 2009, 08:22 PM) <{POST_SNAPBACK}>
Quote
Liam you had any joy bro, I just cannot figure it out, I posted it on WHT too and it looks like they cannot either, because they are not responding[/b]

not yet m8 its cafudling lol

also i updated the code you posted on the yob 4 referal deletion lol
Logged
Jr. Member
**
Posts: 67


View Profile Email
« Reply #142 on: February 23, 2009, 11:47:12 AM »
Yeah I just realized what i missed lol

Never mind eh hopefully we can get the autopay added, will make it a lot better script
Logged
Full Member
***
Posts: 169

liamt2k6@tiscali.co.uk
View Profile WWW Email
« Reply #143 on: February 23, 2009, 12:10:57 PM »
QUOTE (pipsta @ Feb 23 2009, 08:47 PM) <{POST_SNAPBACK}>
Quote
Yeah I just realized what i missed lol

Never mind eh hopefully we can get the autopay added, will make it a lot better script [/b]

we will get it added just need to study it abit more
Logged
Jr. Member
**
Posts: 67


View Profile Email
« Reply #144 on: February 23, 2009, 12:29:36 PM »
It is kind of confusing because it works on Gen2 as far as I know, yet all I done was changed the code so it gives me the needed variables lol, should work but it doesn't

I will keep working on it
Logged
Jr. Member
**
Posts: 67


View Profile Email
« Reply #145 on: February 23, 2009, 12:33:08 PM »
BTW I am still working on another (commercial) script so I do not have as much time for this one atm lol
Logged
Full Member
***
Posts: 169

liamt2k6@tiscali.co.uk
View Profile WWW Email
« Reply #146 on: February 23, 2009, 12:37:21 PM »
QUOTE (pipsta @ Feb 23 2009, 08:29 PM) <{POST_SNAPBACK}>
Quote
It is kind of confusing because it works on Gen2 as far as I know, yet all I done was changed the code so it gives me the needed variables lol, should work but it doesn't

I will keep working on it[/b]

lol am gonna look for a basic script and mod it from their if i can find one so i have a decent idea of whats goin on with it
Logged
Jr. Member
**
Posts: 67


View Profile Email
« Reply #147 on: February 23, 2009, 01:29:45 PM »
It is the only one out there as far as I know mate, I think Gen2 wrote it specially for the script, I pretty much understand whats going on with it but cannot get my head round why it doesnt work
Logged
Newbie
*
Posts: 40


View Profile Email
« Reply #148 on: February 23, 2009, 02:56:46 PM »
QUOTE (pipsta @ Feb 23 2009, 07:19 PM) <{POST_SNAPBACK}>
Quote
Rihijs

Open admin/user_edit.php

Find:

Code:
&#036;queryz = &#34;DELETE FROM yob_users WHERE id=&#39;&#036;id&#39;&#34;; mysql_query&#40;&#036;queryz&#41; or die&#40;mysql_error&#40;&#41;&#41;;

Replace with:

Code:
&#036;queryz = &#34;DELETE FROM yob_users WHERE id=&#39;&#036;id&#39;&#34;; mysql_query&#40;&#036;queryz&#41; or die&#40;mysql_error&#40;&#41;&#41;; $updateref = "UPDATE yob_users SET referer = '' WHERE referer = '$id'"; mysql_query($updateref) or die(mysql_error());

Should work[/b]

Please someone post correct code... because this is very big mines in this source...
Logged
Jr. Member
**
Posts: 67


View Profile Email
« Reply #149 on: February 23, 2009, 03:19:48 PM »
Liam already posted it on your topic
Logged
Pages: 1 ... 8 9 [10] 11 12
Print
 
Jump to: