![]() |
Quote:
Technical Info: Lines begining with // are Remark/Comment lines in PHP and they are disregarded while the code is parsed. So line 1 and 3 are just comment lines which has nothing to do with the hack. The line that does the trick is line 2 and if you dont make it a new line (as in my code), it will be a part of comment line and will be skipped. This is what happened to you. Anyway, does it work now? Regards, Logician |
working now, i changed the 09 to just 9, and that made it work fine
thanks |
Well I tried this hack and got to use it today. It took the user about an hour to figure out a way around it. All you have to do is register a new account when you get the error message...
|
Quote:
1- Disable "new registrations if user has an account" setting in vb settings. 2- Use the hack that disables Register link if user is logged in. (dont remember the exact name) 3- Use this hack to track them.. As I said in the original message this hack cant stop expert users anyway but for a newbie it works well.. |
I seriously don't understand the people that complain that "it isn't working, my users can get around it in a matter of minutes!"...
First of all, Logician has already stated (quite a few times, might i add) that it's for n00bs etc. who don't have a clue as to how the system works. YES, it's possible to go around it by using another browser YES, it's possible to go around it by deleting your cookies so? there will always be clueless people who don't know what struck them You complain that 60% of your users know how to get around it? Are you sure you wouldn't just want the other 40% back on your forums as well? Logician: nice hack. Simple, clean & pretty effective. Keep it up :) |
does this work without problems on 2.2.6 ?
|
Quote:
|
anyone tried it with 2.2.7 ???? Code looks different than whats in the find field
if ($action=="logout") { $templatesused = 'error_cookieclear'; include("./global.php"); vbsetcookie("bbuserid","",1); vbsetcookie("bbpassword","",1); vbsetcookie("bbstyleid","",1); Anyone know if this hacks code needs to be altered to work in 2.2.7???? Thanks DM |
Quote:
PHP Code:
|
damn......so even if they clear cookies and all references to my site they still cant log out?
|
All times are GMT. The time now is 11:59 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|