Palladium said:
goldsilverpro said:
I deleted 3 offensive posts, 2 by victorz and 1 by Eric. Any more from either of you and you will be banned. There won't be another warning. If you want to attack each other, do it by PM. It won't be tolerated on the open forum.
I've got ads on ebay relating to gold refining. I have a program there that i use to capture isp #'s that view my page. I can tell what web site they left before and after they came to mine. Could you pull victorz's isp and send it to me? I ran into another Russian on a board i visit sometimes here a few moths ago and this fellow somehow reminds me of him. I've also been talking to a fellow from Michigan on ebay that just might be the same person. I just like to follow people! :mrgreen:
I missed the 'who-ha' of the banned posts (thankfully, I think!), but maybe here's an interesting solution to such things - and, something to make Palladium happy at the same time!
It would take some tiny mods to the forum software (I'm not suggesting I know how, but in a quick search of "phpbb show ip", I got several traces that would be a start for someone that wanted to make them).
Something like (I'll put this in easy-to-understand-for-anyone code type lingo);
//If the user hasn't given a location in their profile, display the IP address of the user
if(!exists($UserLocation)){
echo 'Your IP: ', $_SERVER[’REMOTE_ADDR’];}
else echo $UserLocation;
That way, anyone that wants to just come in and blast garbage can be tracked quite easily (unless they put in a profile location, of course.....). You could also just add their IP to the left-side display under the location, etc. (lots of ways to track such folks online!)
Sorry to stray this off topic - BTW, I think the 'Cheat Sheet' is great!