Page Index Toggle Pages: 1 2 [3] 4 5 6 Send TopicPrint
Very Hot Topic (More than 25 Replies) Stealth Email Addresses V1.0a SP1.3.x (Read 40348 times)
Spikecity
God Member
*****
Offline


Beer anyone ?

Posts: 2630
Location: New York
Joined: Apr 16th, 2002
Gender: Male
Re: Stealth Email Addresses V1.0a SP1.3.x
Reply #30 - Sep 7th, 2004 at 2:11pm
Print Post  
Quote:
I installed the actual version from your 1st post and I also did upload the Memberlist.pl  Wink . When I view the Memberlist.pl from the server, the code from your mod is in there. But it doesn't seem to do anything.

But in that case there are no mailto: <email address>  links in it but ?action=mailto;user=userid in the board url ?
  

Nothing to add here Smiley
Back to top
 
IP Logged
 
Valtiel
God Member
*****
Offline


Copy & paste coder

Posts: 873
Joined: Sep 5th, 2003
Gender: Male
Re: Stealth Email Addresses V1.0a SP1.3.x
Reply #31 - Sep 7th, 2004 at 2:30pm
Print Post  
The memberlist looks like before... you see the nicknames, then the email addresses (not stealthed) and by moving the mouse over an email address you see the normal email link e.g. "mailto:name@provider.de".

If you want, I can upload my Memberlist.pl as text file.
  

Proud copy & paste coder Grin
Admin @ Silent Hill Forum
Back to top
WWW  
IP Logged
 
Spikecity
God Member
*****
Offline


Beer anyone ?

Posts: 2630
Location: New York
Joined: Apr 16th, 2002
Gender: Male
Re: Stealth Email Addresses V1.0a SP1.3.x
Reply #32 - Sep 7th, 2004 at 5:27pm
Print Post  
Please do as I downloaded the V1.0a mod and there is no way on earth there are any mailto: links are left as they are all replaced.

Are you absolutely sure you installed 1.0a as Memberlist was only added in that version.
Any previous version does not have Memberlist changes.
  

Nothing to add here Smiley
Back to top
 
IP Logged
 
Valtiel
God Member
*****
Offline


Copy & paste coder

Posts: 873
Joined: Sep 5th, 2003
Gender: Male
Re: Stealth Email Addresses V1.0a SP1.3.x
Reply #33 - Sep 7th, 2004 at 5:39pm
Print Post  
Ofcoz I'm sure... from where would the changes in Memberlist.pl come then Wink ? The mod version is definitely 1.0a.

Ok, here's my Memberlist.pl as text file, feel free to check it yourself...

Link
  

Proud copy & paste coder Grin
Admin @ Silent Hill Forum
Back to top
WWW  
IP Logged
 
Spikecity
God Member
*****
Offline


Beer anyone ?

Posts: 2630
Location: New York
Joined: Apr 16th, 2002
Gender: Male
Re: Stealth Email Addresses V1.0a SP1.3.x
Reply #34 - Sep 7th, 2004 at 9:25pm
Print Post  
Hahahahaha.... fooled you.
Admins and Gmods see the real stuff only members and guests are seeing stealth stuff.

Try logging in as a normal user and you'll see the difference.

Code
Select All
				if ($member[19] eq "checked" && $settings[7] ne "Administrator" &&  $settings[7] eq 'Global Moderator' && $allow_hide_email eq 1) { $yymain .= qq~
					<td class="windowbg2" bgcolor="$color{'windowbg2'}"><font size=2><i>$txt{'722'}</i></font></td>
				~; } else { $yymain .= qq~
					<td class="windowbg2" bgcolor="$color{'windowbg2'}"><font size=2><a href="mailto:$member[2]">$member[2]</a></font></td>
				~; }
				} 

  

Nothing to add here Smiley
Back to top
 
IP Logged
 
Valtiel
God Member
*****
Offline


Copy & paste coder

Posts: 873
Joined: Sep 5th, 2003
Gender: Male
Re: Stealth Email Addresses V1.0a SP1.3.x
Reply #35 - Sep 7th, 2004 at 9:53pm
Print Post  
No. Forgot to mention it, but also as normal user I see the real email addresses with the normal "mailto:" links!

I created an test account for you.

Login & passwort = "test"

Then click on "Mitglieder" in main menu. Address is in my sig.

Oh, one question... should I be able to see the email addresses in member's profiles and posts as admin? Coz they also appear hidden there, even for me.
  

Proud copy & paste coder Grin
Admin @ Silent Hill Forum
Back to top
WWW  
IP Logged
 
Spikecity
God Member
*****
Offline


Beer anyone ?

Posts: 2630
Location: New York
Joined: Apr 16th, 2002
Gender: Male
Re: Stealth Email Addresses V1.0a SP1.3.x
Reply #36 - Sep 9th, 2004 at 10:24am
Print Post  
Rechecked the mod and you memberlist.

This is NOT the standard Memberlist as it has Gmods installed (which explained a few mail addresses still visible as the number of searh lines doubled up)

I took the liberty of fixing your Memberlist, attached here as txt file.

O, and apart from inside the profile edit page nobody sees them.
  

Memberlist_Valtiel.txt ( 24 KB | Downloads )

Nothing to add here Smiley
Back to top
 
IP Logged
 
Valtiel
God Member
*****
Offline


Copy & paste coder

Posts: 873
Joined: Sep 5th, 2003
Gender: Male
Re: Stealth Email Addresses V1.0a SP1.3.x
Reply #37 - Sep 9th, 2004 at 10:54am
Print Post  
Thanx, it works now! Had to add another text variable coz I changed the other 2 to fit my language but there would stand only "Mail an" which means "Mail to" on memberlist then. With the new variable it says "Send mail" now.

But... shouldn't I as admin see the real mail addresses on memberlist? Coz now nobody seems to be able to see it.

Or do you mean the whole thing with:

Quote:
O, and apart from inside the profile edit page nobody sees them.


(Yeah, yeah... that evil global mods thingy  Grin )
  

Proud copy & paste coder Grin
Admin @ Silent Hill Forum
Back to top
WWW  
IP Logged
 
JannoL
Full Member
***
Offline


I love YaBB 1G - SP1.31!

Posts: 165
Location: Home
Joined: Jul 27th, 2002
Gender: Male
Re: Stealth Email Addresses V1.0a SP1.3.x
Reply #38 - Sep 9th, 2004 at 10:22pm
Print Post  
Works great I think, I will upload it to my online forum soon, I am not sure if it is my scripts or the upgrade but I made a few changes to the mod to get it work, I got errors in step 12,13,14 and 16 so
step 12 was only a tab prob. 13 also

14 and 16 i removed from the mod since those does the same as step 12 and I only have that line once in my Memberlist.pl file
  

Code Destructionator
Back to top
WWW  
IP Logged
 
Valtiel
God Member
*****
Offline


Copy & paste coder

Posts: 873
Joined: Sep 5th, 2003
Gender: Male
Re: Stealth Email Addresses V1.0a SP1.3.x
Reply #39 - Sep 9th, 2004 at 10:29pm
Print Post  
Hm... many errors. On my board (70 mods when I installed it) there wasn't a single error. How many mods does your board have?
  

Proud copy & paste coder Grin
Admin @ Silent Hill Forum
Back to top
WWW  
IP Logged
 
JannoL
Full Member
***
Offline


I love YaBB 1G - SP1.31!

Posts: 165
Location: Home
Joined: Jul 27th, 2002
Gender: Male
Re: Stealth Email Addresses V1.0a SP1.3.x
Reply #40 - Sep 10th, 2004 at 2:56pm
Print Post  
I have only 17 mods but It seems like it is the
YaMS - Yet another Memberlist for SP1.3 mod
that have changed a few things in Memberlist.pl, well I'll check my changes later, I think I have to change a few things in memberlist.pl manually or maybe uninstall YaMS first but then I guess I will get errors installing YaMS.

I am talking about YaMS step 41 and 50 thats seems to change a few things, btw why does some mods include changes in settings.pl, isn't that supposed to be controlled by adminedit.pl ? I mean it feels a bit stupid to let a mod change stuff in settings.pl since its most likely will never uninstall without errors then.

@Ron
You probably know exactly what I mean.
  

Code Destructionator
Back to top
WWW  
IP Logged
 
Valtiel
God Member
*****
Offline


Copy & paste coder

Posts: 873
Joined: Sep 5th, 2003
Gender: Male
Re: Stealth Email Addresses V1.0a SP1.3.x
Reply #41 - Sep 10th, 2004 at 3:47pm
Print Post  
Hm, ok - I don't have YaMS installed on my board.

I also wonder why some mods change the Settings.pl . And it's some risk as you have to download your actual Settings.pl from the server before installing such mods! And I'm sure most people forget that.
  

Proud copy & paste coder Grin
Admin @ Silent Hill Forum
Back to top
WWW  
IP Logged
 
Pages from Sages
New Member
*
Offline


30 mods and adding more...

Posts: 40
Location: Alkmaar
Joined: Aug 18th, 2004
Gender: Male
Re: Stealth Email Addresses V1.0a SP1.3.x
Reply #42 - Sep 12th, 2004 at 4:36am
Print Post  
Hello Ron!

I found a weird bug... The e-mail addresses of Guest users are scrambled as well and can't be used to reply as all... Any ideas on this one?

Alex
  

Fantasy is not a hobby, but a lifestyle!

Back to top
WWWICQ  
IP Logged
 
Spikecity
God Member
*****
Offline


Beer anyone ?

Posts: 2630
Location: New York
Joined: Apr 16th, 2002
Gender: Male
Re: Stealth Email Addresses V1.0a SP1.3.x
Reply #43 - Sep 12th, 2004 at 6:49pm
Print Post  
Quote:
Hello Ron!

I found a weird bug... The e-mail addresses of Guest users are scrambled as well and can't be used to reply as all... Any ideas on this one?

Alex

Alex,

That should be ok, of course guest email addresses are scrambled too, but they should decode just like the ones from members as there is no difference.

Can you give me a url so I can see what happens ?
  

Nothing to add here Smiley
Back to top
 
IP Logged
 
Spikecity
God Member
*****
Offline


Beer anyone ?

Posts: 2630
Location: New York
Joined: Apr 16th, 2002
Gender: Male
Re: Stealth Email Addresses V1.0a SP1.3.x
Reply #44 - Sep 12th, 2004 at 6:50pm
Print Post  
Quote:
Hm, ok - I don't have YaMS installed on my board.

YaMs is one of Carsten's famous rewrites of the memberlist which effectively means that my mod will have a hard time finding bits of original code at all.
  

Nothing to add here Smiley
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 2 [3] 4 5 6
Send TopicPrint