|
|
Joined: Sep 2003
Posts: 488
Code Monkey
|
Code Monkey
Joined: Sep 2003
Posts: 488 |
Yeah it's admin\edittitles.php & admin\doedittitles.php over here. Perhaps this section could be useful for manually doing a query? // ----------------------------------------------------------------------<br />// If they checked the update box, then we need to update the user titles<br /> if ($doupdate) {<br /> for ( $i=1; $i<= 20; $i++) {<br /> $thisnumber = "number$i";<br /> $thistitle = "title$i";<br /> $next = $i+1;<br /> $nextnumber = "number$next";<br /> $clause="";<br /> if ($i ==1) {<br /> $clause = "WHERE U_TotalPosts < $HTTP_POST_VARS[$nextnumber]";<br /> }<br /> elseif (!$HTTP_POST_VARS[$thisnumber]) { continue; }<br /> else {<br /> $clause = "WHERE U_TotalPosts >= $HTTP_POST_VARS[$thisnumber] AND U_TotalPosts < $HTTP_POST_VARS[$nextnumber]";<br /> }<br /> if (!$HTTP_POST_VARS[$nextnumber]) {<br /> $clause = "WHERE U_TotalPosts >= $HTTP_POST_VARS[$thisnumber]";<br /> }<br /><br /> $updatedtitle = $HTTP_POST_VARS[$thistitle];<br /> $query = "<br /> UPDATE {$config['tbprefix']}Users <br /> SET U_Title = '$updatedtitle'<br /> $clause<br /> ";<br /> $dbh -> do_query($query);<br /> }<br /><br /> }
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 254
Joined: January 2000
|
|
Forums63
Topics37,575
Posts293,931
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|
|