|
0 registered (),
10
Guests and
5
Spiders online. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|
|
#171340 - 11/30/09 06:16 AM
Re: Generate user # in URL?
[Re: Meph]
|
911, do you need police, fire, or ambulance?
Registered: 01/13/02
Posts: 4948
Loc: Canada
|
Send a private message with 'sneaky inside information' - like dollar amounts, but change the number for each user - whoever rats will be identified by the uniqueness...
Everything in a url after ? is considered a variable - a script to say boneyard.com/?d=34256 is transparent to the forum (so long as you dont use one of their variables.
Then its just a matter of adding + ?<userid> to EVERY link on the site. That can be done in css I think...
_________________________
In a world where the blind leads the blind, who do you follow?
|
|
Top
|
|
|
|
|
#171342 - 11/30/09 08:52 AM
Re: Generate user # in URL?
[Re: Frollard]
|
the Unspoken Word
Registered: 02/10/02
Posts: 7290
Loc: Vancouver, British Columbia
|
It has to be a code that identifies the user that browses the forum, like letters and numbers, so that noone notices it in the URL that is printed at the bottom of pages when printed off.
Otherwise it is defeated by a sharpie black marker.
_________________________
 "Friends that won't let you have sex with them are not really your friends"
|
|
Top
|
|
|
|
|
#171350 - 11/30/09 02:31 PM
Re: Generate user # in URL?
[Re: NightShade]
|
the Unspoken Word
Registered: 02/10/02
Posts: 7290
Loc: Vancouver, British Columbia
|
IP won't tell us anything tho, because it is most likely being viewed at a station computer and none of that info will be available to us.
See the forum is private. So the only way the gov't is getting these printoffs of what people have said is that some card-carrying union member is backstabbing the rest of us (3500 union members and their families), hoping for an upper management position payoff.
That's really low. Doesn't it seem like a good idea to identify this individual(s)?
_________________________
 "Friends that won't let you have sex with them are not really your friends"
|
|
Top
|
|
|
|
|
#171353 - 11/30/09 03:09 PM
Re: Generate user # in URL?
[Re: Meph]
|
911, do you need police, fire, or ambulance?
Registered: 01/13/02
Posts: 4948
Loc: Canada
|
dont forum username databases have a primary key OTHER than the username (like entry number in the database)...
cant be too hard to add a column with a random number in it...
_________________________
In a world where the blind leads the blind, who do you follow?
|
|
Top
|
|
|
|
|
#171355 - 11/30/09 03:12 PM
Re: Generate user # in URL?
[Re: Frollard]
|
911, do you need police, fire, or ambulance?
Registered: 01/13/02
Posts: 4948
Loc: Canada
|
OOH - add a script that generates a nearly-transparent gif that has one of those barcodes we were playing with the other day.
open source script can generate the files...
_________________________
In a world where the blind leads the blind, who do you follow?
|
|
Top
|
|
|
|
|
#171357 - 11/30/09 03:26 PM
Re: Generate user # in URL?
[Re: NightShade]
|
the Unspoken Word
Registered: 02/10/02
Posts: 7290
Loc: Vancouver, British Columbia
|
Can't you just put the IP number and format it as a number for example saying generated in 0.722322222 seconds and add to the end of the page like here? Actually, I think there is some merit to this....instead of an IP number, the user's member number could be the first few digits in the "Generated in 0.xxxx34567 seconds" bit. Now, what kind of code would that require?
_________________________
 "Friends that won't let you have sex with them are not really your friends"
|
|
Top
|
|
|
|
|
#171364 - 11/30/09 08:46 PM
Re: Generate user # in URL?
[Re: Meph]
|
Mister Troller
Registered: 06/12/01
Posts: 10649
Loc: Toronto, Canada
|
What board script they using?
_________________________
RollergettesEdit: my ignorance is my downfall.
|
|
Top
|
|
|
|
|
#171367 - 11/30/09 11:19 PM
Re: Generate user # in URL?
[Re: m2h]
|
the Unspoken Word
Registered: 02/10/02
Posts: 7290
Loc: Vancouver, British Columbia
|
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
_________________________
 "Friends that won't let you have sex with them are not really your friends"
|
|
Top
|
|
|
|
|
#171372 - 12/01/09 11:25 AM
Re: Generate user # in URL?
[Re: Meph]
|
911, do you need police, fire, or ambulance?
Registered: 01/13/02
Posts: 4948
Loc: Canada
|
find the script that types the document.write (or whatever) 'page generated in blablabla' and insert a query to the user table.
_________________________
In a world where the blind leads the blind, who do you follow?
|
|
Top
|
|
|
|
|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
|
27
|
28
|
29
|
30
|
31
|
|
|
|
|
|