it is possible...

It's not difficult to install myLounge Redirection, but sometimes it's quite tricky. Post your questions in here.

Moderator: Scooby

it is possible...

Postby ToxicAid » Wed Nov 05, 2003 7:11 am

...to activate the user statistics by default ?

Greets
ToxicAid :lol:
ToxicAid
 

Postby andelal » Wed Nov 05, 2003 8:22 am

Yes, in register.php find the line:
Code: Select all
   mysql_query("INSERT INTO $redir_table (host, name, vname, passwd, email, url, title, descr, keyw, counter, robots, news, revisit, time, ip, cat, lasttime, stats, mail, adtype, acticode, active) VALUES ('$domainname.$ext', '$lname', '$fname', '$encr_password', '$email', '$targeturl', '$targettitle', '$targetdescription', '$targetkeywords', '0', '$targetrobot', 'on', '$targetrevisit', '$date', '$ip','$category','$date', 'off', 'off', 'on', '$activationcode', 'off')") or die (mysql_error());
and replace it with
Code: Select all
   mysql_query("INSERT INTO $redir_table (host, name, vname, passwd, email, url, title, descr, keyw, counter, robots, news, revisit, time, ip, cat, lasttime, stats, mail, adtype, acticode, active) VALUES ('$domainname.$ext', '$lname', '$fname', '$encr_password', '$email', '$targeturl', '$targettitle', '$targetdescription', '$targetkeywords', '0', '$targetrobot', 'on', '$targetrevisit', '$date', '$ip','$category','$date', 'on', 'off', 'on', '$activationcode', 'off')") or die (mysql_error());

The only difference is that stats is set from "off" to "on"

Alex
User avatar
andelal
Site Admin
Site Admin
 
Posts: 479
Joined: Tue Jan 07, 2003 8:53 pm
Location: Vienna/Austria/Europe


Return to Support

Who is online

Users browsing this forum: No registered users and 0 guests

cron