Ok kids... this is a big hack... not for people that only want to install a hack in 5 mins... the instruction file tells all.... let me repate and say this.... this is a big hack to your search.php so back it up before you do anything to it... cuz I wont trouble shoot that at all....
this has a admin cp to change the amount of searches possible at once... and it works pretty well on my vb... as you can in my images...
User Thing:
Admin Thing:
and here is the file..... BOOOOOOOOOOOOOOOM! *smoke raises and Neo falls on his ass*
Updated.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
The only part I'm worried about is if it's possible for a user to shut down their browser or crash or something and have their flag stuck at "1" ? Have you had any flags accumulate stuck at "1" yet?
AWESOME request filled, thanks neo... Since I'm the requestor I will definitely try it out and let you know about things getting stuck or how many complaints I get about it Should be a big help for big sites.
I haven't installed it yet, but I see this in the code:
PHP Code:
$usdbamt = mysql_query("SELECT varname FROM setting WHERE varname='ups'");
$usdbamt_query = mysql_fetch_row($usdbamt);
$userssearchamt = $usdbamt_query[0]
It's missing the semi-colon at the end of the last line.. but really you don't need these lines at all. When you put something into the setting table, it is automatically loaded with every page. All you have to do is reference the name of the variable "$ups" and it will be there without that extra query.
The only part I'm worried about is if it's possible for a user to shut down their browser or crash or something and have their flag stuck at "1" ? Have you had any flags accumulate stuck at "1" yet?
AWESOME request filled, thanks neo... Since I'm the requestor I will definitely try it out and let you know about things getting stuck or how many complaints I get about it Should be a big help for big sites.
I haven't installed it yet, but I see this in the code:
PHP Code:
$usdbamt = mysql_query("SELECT varname FROM setting WHERE varname='ups'");
$usdbamt_query = mysql_fetch_row($usdbamt);
$userssearchamt = $usdbamt_query[0]
It's missing the semi-colon at the end of the last line.. but really you don't need these lines at all. When you put something into the setting table, it is automatically loaded with every page. All you have to do is reference the name of the variable "$ups" and it will be there without that extra query.
Once I finished making it I didnt have any flags stuck as I know of. But if you find any, feel free to tell me.
Usually when I cute and paste code I either leave the $ or the ; out.... I am not to careful about that, and I never knew about the settings that for the info. I will update it right away.