Webmastersite.net
Register Log In

PPC only, no keywords
PPC directory only but having trouble

Comments on PPC only, no keywords

Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
#16 - Quote - Permalink
Posted Feb 27, 2005 - 3:05 PM:

Messy hack in paypal.php

Replace
      $thelink->update('funds,type,ip,origtype,validated');

with
 $m = new member('id', $thelink->ownerid);
$m->usergroup = 'x';
$m->update('usergroup');
$thelink->update('funds,type,ip,origtype,validated');


Where x is replaced with your new usergroup id number.
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



This thread is closed, so you cannot post a reply.