Page Index Toggle Pages: 1 2 3 [4] 5  Send TopicPrint
Very Hot Topic (More than 25 Replies) Link IP Mod (Read 32355 times)
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Link IP Mod
Reply #45 - Jan 8th, 2006 at 11:17am
Print Post  
Hi Mongo
I have validate this mod too.  Grin

in Admin/link_ip.pl
in line 67:
Code
Select All
	    <span style="font-size: 12px; color: black; font-weight: bold;"><i>&nbsp;&nbsp;$linkip_txt{'2a'}</span></i> 



</span>>/i> to </i></span>

This I found in Link IP V1.2 for Hidden for User Mod.
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
jans
Senior Member
****
Offline


Oooops!

Posts: 374
Location: Meppel
Joined: Oct 27th, 2005
Gender: Male
Re: Link IP Mod
Reply #46 - Jan 16th, 2006 at 7:47pm
Print Post  
Hi Mongo,

Carsten updated his YaMMS and now your YaMMS adaption does not install anymore, tried to find why but can't locate it.

Could you see what is wrong with it ?

Thanks.
  
Back to top
WWW  
IP Logged
 
Mongo
Full Member
***
Offline


Mongo only pawn in game
of life.

Posts: 197
Location: Hampstead
Joined: Jun 23rd, 2005
Gender: Male
Re: Link IP Mod
Reply #47 - Jan 19th, 2006 at 9:50pm
Print Post  
jans wrote on Jan 16th, 2006 at 7:47pm:
Hi Mongo,

Carsten updated his YaMMS and now your YaMMS adaption does not install anymore, tried to find why but can't locate it.

Could you see what is wrong with it ?

Thanks.

jans, if you would, send me an email or private message letting me know which steps of the mod you're getting errors at.  Thanks.
  

--I no longer have time to work on my mods.  If anyone wants to continue what I've started, be my guest.  Please read my notes in my profile for more information.

--Mongo
Back to top
 
IP Logged
 
jans
Senior Member
****
Offline


Oooops!

Posts: 374
Location: Meppel
Joined: Oct 27th, 2005
Gender: Male
Re: Link IP Mod
Reply #48 - Jan 19th, 2006 at 10:36pm
Print Post  
Ach, it's simple, there is only one step that could fail, step one Wink


now installing: Link IP for YaMMS 1.2 (Link_IP_V1-2_for_YaMMS.mod)





Step 1 ... failed - ERR(1): Search string could not be found



> modifications failed! 1 errors occured. No files will be modified. Please see readme for help on the
error messages.
  
Back to top
WWW  
IP Logged
 
gus
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 43
Joined: Aug 12th, 2005
Re: Link IP Mod
Reply #49 - Feb 15th, 2006 at 10:27pm
Print Post  
Hi,

When viewing votes on a poll, I saw that it records the IP address of voters.

Would it be possible to add this to the Link IP mod?

Thanks in advance.
  
Back to top
 
IP Logged
 
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Link IP Mod
Reply #50 - Feb 16th, 2006 at 8:52am
Print Post  
Hi Mongo
I have now trying Link ip for Memberlist but I got a error with new Version of YaMMs.

Your Search is:

Code
Select All
		my $usrips = ${$uid.$user}{'lastips'};
		$usrips =~ s~\|*\Z~~g;
		$usrips =~ s~\|~<br \/>~g;
		$yymain .= qq~<td width="12%" align="center" class="windowbg">$usrips</td>~; 



But in Memberlist.pl I can found this:

Code
Select All
	$yymain .= qq~<td width="$colwidth" class="windowbg">$link{$user}</td>~;
	if ($iamadmin || ($iamgmod && $gmod_access2{'ipban2'} eq "on")) {
		@usrips = split (/\|/, ${$uid.$user}{'lastips'});
		$usrip = "";
		for($i=0; $i<@usrips; $i++) {
			if($INFO{'theip'} eq $usrips[$i]) {
				$thisip = qq~<b>$usrips[$i]</b>~;
			}
			else {
				$thisip = qq~$usrips[$i]~;
			}
			if($i) { $usrip .= qq~<br />~; }
			$usrip .= qq~<a href="$scripturl?action=ml;sort=sameip;theip=$usrips[$i]">$thisip</a>~;
		}
		$yymain .= qq~<td width="12%" align="center" class="windowbg">$usrip</td>~; 



what I have to change in search?
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
jans
Senior Member
****
Offline


Oooops!

Posts: 374
Location: Meppel
Joined: Oct 27th, 2005
Gender: Male
Re: Link IP Mod
Reply #51 - Feb 21st, 2006 at 6:56pm
Print Post  
same here, as already said in previos post  Lips Sealed

I removed first three lines of seach and ran mod again, did install and seems to work fine.

Please confirm, someone ?
  
Back to top
WWW  
IP Logged
 
Larian
Senior Member
****
Offline



Posts: 316
Location: Leipzig
Joined: Oct 22nd, 2002
Gender: Male
Re: Link IP Mod
Reply #52 - Feb 22nd, 2006 at 6:27am
Print Post  
I think, the problem is, that the IP's in the new Memberlist are linked against a search for that IP in that list. You have to remove that searchlink to make the link against the target of this mod.

Larian
« Last Edit: Feb 22nd, 2006 at 1:51pm by Larian »  
Back to top
 
IP Logged
 
jans
Senior Member
****
Offline


Oooops!

Posts: 374
Location: Meppel
Joined: Oct 27th, 2005
Gender: Male
Re: Link IP Mod
Reply #53 - Feb 22nd, 2006 at 1:02pm
Print Post  
Larian wrote on Feb 22nd, 2006 at 6:27am:
I think, the problem is, that the IP's in the new Memberlist are linked against a search for that IP in that list. You have top remove that searchlink to make the link against the target of this mod.

Larian



Huh ??? you've lost me completely  Grin

Now in leemans language please, hahaha
  
Back to top
WWW  
IP Logged
 
Larian
Senior Member
****
Offline



Posts: 316
Location: Leipzig
Joined: Oct 22nd, 2002
Gender: Male
Re: Link IP Mod
Reply #54 - Feb 22nd, 2006 at 1:55pm
Print Post  
oh, ok, i will try to explain it better:

If you click on a IP in the memberlist, then it searches for all users, which that IP (that's the normal feature of YAMMS in the last version).
To install Link-IP you have to remove this feature (but you cannot make two link-targets).

Larian
  
Back to top
 
IP Logged
 
jans
Senior Member
****
Offline


Oooops!

Posts: 374
Location: Meppel
Joined: Oct 27th, 2005
Gender: Male
Re: Link IP Mod
Reply #55 - Feb 23rd, 2006 at 6:28pm
Print Post  
??? lost again, but may I suggest you posting a mod or the mod so it works with latest YaMMs ? or is that to much asked ? and name it yamms 1.41 compatible for example?
  
Back to top
WWW  
IP Logged
 
Larian
Senior Member
****
Offline



Posts: 316
Location: Leipzig
Joined: Oct 22nd, 2002
Gender: Male
Re: Link IP Mod
Reply #56 - Feb 24th, 2006 at 6:26am
Print Post  
I think, i only forgot to say that i'm apeaking about Link IP for YAMSS!
  
Back to top
 
IP Logged
 
Red_Barchetta
New Member
*
Offline


Now running Yabb 2.4

Posts: 29
Location: Miami
Joined: Dec 8th, 2005
Gender: Male
Re: Link IP Mod
Reply #57 - Apr 14th, 2008 at 2:34am
Print Post  
DNSstuff.com now requires you to sign up ($4 a month). I found another site that is free.

http://www.geobytes.com/Iplocator.htm?GetLocation&ipaddress=218.28.213.194

Mongo is not working on mods anymore, but what are the possibilities of changing this?
  

Jack of all trades, master of none....
Yabb 2.1 & 2.4 @ 65.7.201.7
Back to top
IP Logged
 
Red_Barchetta
New Member
*
Offline


Now running Yabb 2.4

Posts: 29
Location: Miami
Joined: Dec 8th, 2005
Gender: Male
Re: Link IP Mod
Reply #58 - May 11th, 2008 at 4:49am
Print Post  
Hey, I did it. I searched the files and replaced

http://www.dnsstuff.com/tools/$iputil.ch?ip=

with

http://www.geobytes.com/Iplocator.htm?GetLocation&ipaddress=

and the IP lookup works again. It might mess up the un-install, but as this version is not current, I dont think that really matters anymore.
  

Jack of all trades, master of none....
Yabb 2.1 & 2.4 @ 65.7.201.7
Back to top
IP Logged
 
Mongo
Full Member
***
Offline


Mongo only pawn in game
of life.

Posts: 197
Location: Hampstead
Joined: Jun 23rd, 2005
Gender: Male
Re: Link IP Mod
Reply #59 - Jul 29th, 2008 at 3:35am
Print Post  
It's nice to see this is one still going.  I kind of thought it would stick as some nosy admins (such as myself) like to know where their users are coming from.

@Red_Barchetta - nice to see you got your problem taken care of.  Yeah, when I originally wrote the mod, DNS Stuff was free, but like a lot of things, due to bandwidth issues, sites start charging for their services.

If anyone has any questions, or whatever about this mod (or any of my mods), I'll do the best I can to help.  Mind you, it's been nearly 3 years since I've done any modding for a YaBB board, but I can give it a shot.
  

--I no longer have time to work on my mods.  If anyone wants to continue what I've started, be my guest.  Please read my notes in my profile for more information.

--Mongo
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 2 3 [4] 5 
Send TopicPrint