Welcome, Guest. Please Login or Register.
May 04, 2024, 12:37:51 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Completed mods  |  [BETA] IPScan Mod « previous next »
Pages: 1 [2] Reply Ignore Print
Author Topic: [BETA] IPScan Mod  (Read 15733 times)
Makavelli
Noobie
*
Posts: 26


If you fall stand tall and come back for more- Pac

dloverinu@hotmail.com WWW
Re:[BETA] IPScan Mod
« Reply #15 on: November 10, 2002, 11:53:16 AM »
Reply with quote

please also mail it to [email protected]
Logged

Rather die like a man than live like a coward!
Makavelli
Noobie
*
Posts: 26


If you fall stand tall and come back for more- Pac

dloverinu@hotmail.com WWW
IpScan with a little twist
« Reply #16 on: December 07, 2002, 06:02:29 PM »
Reply with quote

I changed some stuff in the IPScan mod so that the admin can just click on the ip and search for it automatically.

--------------------

Go to IPScan.php and change

print <<<EOT
   <form name="ipscan" action="$scripturl?action=ips2" method="POST">
   $ipstxt[12]<BR><BR>
   <table width="100%" border="0">
   <tr><td>$ipstxt[7]</td><td><input type="radio" name="sb" value="sbu"></td></tr>
   <tr><td>$ipstxt[8]</td><td><input type="radio" name="sb" value="sbi"></td></tr>
   <tr><td>$ipstxt[6]</td><td><input type="text" name="ips"></td></tr>
   <tr><td colspan=2 align="center"><input type="submit" name="op" value="IPScan"></td></tr>
   </table>
   </form>
EOT;

TO

$ipcheck = $_GET["ipcheck"];
print <<<EOT
   <form name="ipscan" action="$scripturl?action=ips2" method="POST">
   $ipstxt[12]<BR><BR>
   <table width="100%" border="0">
   <tr><td>$ipstxt[7]</td><td><input type="radio" name="sb" value="sbu"></td></tr>
EOT;
if ($ipcheck <> "") {
print <<<EOT
   <tr><td>$ipstxt[8]</td><td><input type="radio" name="sb" value="sbi" checked></td></tr>
   <tr><td>$ipstxt[6]</td><td><input type="text" name="ips" value="$ipcheck"></td></tr>
   <tr><td colspan=2 align="center"><input type="submit" name="op" value="IPScan"></td></tr>
   </table>
   </form>
   <script language="JavaScript" type="text/javascript">
   document.ipscan.submit();
   </script>
EOT;
}
else {
print <<<EOT
   <tr><td>$ipstxt[8]</td><td><input type="radio" name="sb" value="sbi"></td></tr>
   <tr><td>$ipstxt[6]</td><td><input type="text" name="ips"></td></tr>
   <tr><td colspan=2 align="center"><input type="submit" name="op" value="IPScan"></td></tr>
   </table>
   </form>
EOT;
}

Also, change

print "$ipstxt[4]";
To
print "<a href=\"$cgi;action=ipscan\">Scan for another</a>";
THEN GO TO Display.php

Change

print "<a href=\"http://www.nic.com/cgi-bin/whois.cgi?query=$mip\" target=\"_blank\"><img src=\"$imagesdir/ip.gif\" alt=\"\" border=\"0\"> $mip</a></font></td></tr></table>";

To

print "<a href=\"http://www.nic.com/cgi-bin/whois.cgi?query=$mip\" target=\"_blank\"><img src=\"$imagesdir/ip.gif\" alt=\"\" border=\"0\"> $mip</a> | <a href=\"$cgi;action=ipscan&ipcheck=$mip\" target=\"_blank\">Scan IP</a> </font></td></tr></table>";
Logged

Rather die like a man than live like a coward!
phark
Sr. Member
****
Posts: 482


Re:[BETA] IPScan Mod
« Reply #17 on: December 07, 2002, 09:05:09 PM »
Reply with quote

For now, this mod can be downloaded at:

IP SCAN

:)
« Last Edit: February 27, 2003, 07:07:58 AM by phark » Logged

I'm not scared of dying, I just don't want to.
Yordy
Noobie
*
Posts: 40


Dekroeg!

ICQ - 96762844Yo_rdy@hotmail.com WWW
Re:[BETA] IPScan Mod
« Reply #18 on: January 03, 2003, 12:05:54 PM »
Reply with quote

Does it work with 1.5?
Logged
PioneeR
Llama Hunter
YaBB God
*****
Posts: 767


Re:[BETA] IPScan Mod
« Reply #19 on: January 08, 2003, 07:59:17 AM »
Reply with quote

when it lists the thread name.. I click on it and it doesnt take me to the post

http://www.mydomainf.uk/yabbse/index.php?board=;action=display;threadid=3831

the board= is as above?

Is this me missing something out?

Thanks
Logged
PioneeR
Llama Hunter
YaBB God
*****
Posts: 767


Re:[BETA] IPScan Mod
« Reply #20 on: January 16, 2003, 06:24:40 PM »
Reply with quote

anyone?  ;D
Logged
Webby
Beta Tester
YaBB God
*****
Posts: 829


Some mistakes are too funny to make only once.

ICQ - 9814812webby@salesplaza.nl WWW
Re:[BETA] IPScan Mod
« Reply #21 on: January 16, 2003, 09:03:33 PM »
Reply with quote

Same over here  :(

I never noticed that before  :-\
Logged

Webby of salesplaza.nl
The YaBBSE buttongenerator : Click HERE !
PioneeR
Llama Hunter
YaBB God
*****
Posts: 767


Re:[BETA] IPScan Mod
« Reply #22 on: January 16, 2003, 10:02:03 PM »
Reply with quote

Its not a major thing.. but now I know it does it.. niggles the hell outta me grrrr
Logged
Webby
Beta Tester
YaBB God
*****
Posts: 829


Some mistakes are too funny to make only once.

ICQ - 9814812webby@salesplaza.nl WWW
Re:[BETA] IPScan Mod
« Reply #23 on: February 04, 2003, 03:16:26 PM »
Reply with quote

Will this MOD be ported to 1.5.1 ?!

I used it a lot on my old board, and woul like to be able to use it on my new board......
Logged

Webby of salesplaza.nl
The YaBBSE buttongenerator : Click HERE !
Dem0n
Full Member
***
Posts: 107


WWW
Re:[BETA] IPScan Mod
« Reply #24 on: February 05, 2003, 07:55:39 PM »
Reply with quote

i'd also like a version of this mod to be created for 1.5.0 if somebody can do it i'd appreciate it
Logged

eE pLaNeT
Noobie
*
Posts: 9


I'm a llama!

Re:[beta] IPScan Mod
« Reply #25 on: March 21, 2003, 04:13:07 AM »
Reply with quote

Ok... here it is ported to 1.5 and PFABB... i know it works for PFABB which is based on 1.5  so I assume it works with 1.5

Here are 2 VERSIONS of it... i have still yet to fix the "WILL NOT TAKE YOU TO POST" bug. cant figure it out.

Anyways the ADMIN ONLY VIEW only allows Admins to use it... and it shows up only in the admin center.  The GLOBAL MOD CENTER and ADMIN VIEW allows admins and global mods to use it... and it shows up in the global mod center... if you have it installed.  if you dont have it installed, there is really no since in using that one.

For an ADMIN ONLY VIEW:
http://www.louisville.edu/~jbdarn01/ipscan.zip

For a GLOBAL MOD CENTER and ADMIN VIEW:
http://www.louisville.edu/~jbdarn01/gmodipscan.zip
Logged
N-Ur-Hand
Noobie
*
Posts: 38


I'm a llama!

Re:[beta] IPScan Mod
« Reply #26 on: April 07, 2003, 11:56:21 PM »
Reply with quote

Need a little help here, I have 1.5.1 Final installed with Supermod, this mod came with it, when i go into the admin center and click on the scan i get the following error, any one know a fix?

---------------------------------------------------------------------

Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /home/www/gypsyinternational/YaBBse/Sources/IPScan.php on line 55

---------------------------------------------------------------------

Thanks..

N-Ur-Hand


Logged
N-Ur-Hand
Noobie
*
Posts: 38


I'm a llama!

Re:[beta] IPScan Mod
« Reply #27 on: April 09, 2003, 02:49:02 PM »
Reply with quote

 Last call for error fix, heh, HHEELLPP...

---------------------------------------------------------------------

Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /home/www/gypsyinternational/YaBBse/Sources/IPScan.php on line 55

---------------------------------------------------------------------

thanks...
Logged
FaSan
Jr. Member
**
Posts: 67


Re:[beta] IPScan Mod
« Reply #28 on: September 29, 2003, 09:28:17 PM »
Reply with quote

Quote from: PioneeR on January 08, 2003, 07:59:17 AM
when it lists the thread name.. I click on it and it doesnt take me to the post

http://www.mydomainf.uk/yabbse/index.php?board=;action=display;threadid=3831

the board= is as above?

Is this me missing something out?

Thanks

Logged
samir
Noobie
*
Posts: 11


I'm a llama!

Re:[beta] IPScan Mod
« Reply #29 on: November 26, 2003, 01:28:07 AM »
Reply with quote

Is this compatible with 1.5.4?
Logged
Pages: 1 [2] Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [BETA] IPScan Mod « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.025 seconds with 19 queries.