|
|
 |
« 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
|
|
|
|
|
|
|
 |
« Reply #136 on: February 23, 2009, 09:26:53 AM » |
|
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
|
|
|
|
|
|
|
 |
« 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
|
|
|
|
|
|
|
 |
« 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...
|
|
|
|
|
|
|
 |
« Reply #139 on: February 23, 2009, 11:19:16 AM » |
|
Rihijs Open admin/user_edit.php Find: $queryz = "DELETE FROM yob_users WHERE id='$id'"; mysql_query($queryz) or die(mysql_error()); Replace with: $queryz = "DELETE FROM yob_users WHERE id='$id'"; mysql_query($queryz) or die(mysql_error()); $updateref = "UPDATE yob_users SET referer = '' WHERE referer = '$id'"; mysql_query($updateref) or die(mysql_error()); Should work
|
|
|
|
|
|
|
 |
« 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
|
|
|
|
|
|
|
 |
« Reply #141 on: February 23, 2009, 11:44:28 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[/b] not yet m8 its cafudling lol also i updated the code you posted on the yob 4 referal deletion lol
|
|
|
|
|
|
|
 |
« 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
|
|
|
|
|
|
|
 |
« Reply #143 on: February 23, 2009, 12:10:57 PM » |
|
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
|
|
|
|
|
|
|
 |
« 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
|
|
|
|
|
|
|
 |
« 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
|
|
|
|
|
|
|
 |
« Reply #146 on: February 23, 2009, 12:37:21 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[/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
|
|
|
|
|
|
|
 |
« 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
|
|
|
|
|
|
|
 |
« Reply #148 on: February 23, 2009, 02:56:46 PM » |
|
Rihijs Open admin/user_edit.php Find: $queryz = "DELETE FROM yob_users WHERE id='$id'"; mysql_query($queryz) or die(mysql_error()); Replace with: $queryz = "DELETE FROM yob_users WHERE id='$id'"; mysql_query($queryz) or die(mysql_error()); $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...
|
|
|
|
|
|
|
 |
« Reply #149 on: February 23, 2009, 03:19:48 PM » |
|
Liam already posted it on your topic
|
|
|
|
|
|