Welcome, Guest. Please Login or Register.
November 06, 2024, 11:45:19 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  |  [Converted] Ip Scan by Jedi (Eric) « previous next »
Pages: [1] 2 Reply Ignore Print
Author Topic: [Converted] Ip Scan by Jedi (Eric)  (Read 4195 times)
eE pLaNeT
Noobie
*
Posts: 9


I'm a llama!

[Converted] Ip Scan by Jedi (Eric)
« on: March 22, 2003, 06:46:22 PM »
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

Of course for the GLOBAL MOD CENTER one you will need to have the global mod center already installed...

Have fun!
Logged
eE pLaNeT
Noobie
*
Posts: 9


I'm a llama!

Re:[Converted] Ip Scan by Jedi (Eric)
« Reply #1 on: March 23, 2003, 06:59:31 PM »
Reply with quote

everyone was asking for this... no one wants it now? lol
Logged
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:[Converted] Ip Scan by Jedi (Eric)
« Reply #2 on: March 23, 2003, 09:45:05 PM »
Reply with quote

Just because no one replies doesn't mean people don't like it.
Logged

eE pLaNeT
Noobie
*
Posts: 9


I'm a llama!

Re:[Converted] Ip Scan by Jedi (Eric)
« Reply #3 on: March 23, 2003, 09:50:24 PM »
Reply with quote

i know i was just kidding lol...

also check out the post for the mass emailer that I converted for global mod center... im gonna redo some stuff to make it better... but for now it works the same as the admin mass email!

http://www.yabbse.org/community/index.php?board=158;action=display;threadid=20557

josh
« Last Edit: March 23, 2003, 09:56:15 PM by eE pLaNeT » Logged
Kitty
Noobie
*
Posts: 49


YaBB-NL

kitty@taxi-stroes.nl WWW
Re:[Converted] Ip Scan by Jedi (Eric)
« Reply #4 on: March 25, 2003, 09:01:29 PM »
Reply with quote


I like it, i want it, but....
Im running a yabbse_1-5-1RC1B45


Where is the Sources/SAdmin.php ??

and where can i find these lines ?

<search for>
   global $cgi, $recentsender, $YaBBversion, $asmtxt;
</search for>



<search for>
         <a href="$scripturl?action=ipban">$txt[206]</a><br />
</search for>

Logged

David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:[Converted] Ip Scan by Jedi (Eric)
« Reply #5 on: March 25, 2003, 09:07:10 PM »
Reply with quote

Umm yeah, PfaBB has SAdmins.php but YSE does not.
Logged

Kitty
Noobie
*
Posts: 49


YaBB-NL

kitty@taxi-stroes.nl WWW
Re:[Converted] Ip Scan by Jedi (Eric)
« Reply #6 on: March 25, 2003, 09:26:06 PM »
Reply with quote

Quote from: eE pLaNeT on March 22, 2003, 06:46:22 PM
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



Have fun!


So no fun for Kitty .... snif
Logged

Kitty
Noobie
*
Posts: 49


YaBB-NL

kitty@taxi-stroes.nl WWW
Re:[Converted] Ip Scan by Jedi (Eric)
« Reply #7 on: March 25, 2003, 11:02:04 PM »
Reply with quote

Yeaaaaah.... never done this before  ;D

but i've chanced this, in the mod-file

<edit file>
Sources/Admin.php
</edit file>


<search for>
   global $yytitle, $YaBBversion, $txt, $img, $scripturl, $color, $imagesdir, $settings, $username;
   global $realName, $sourcedir, $recentsender, $db_prefix, $modSettings;
</search for>

<add after>
  global $ipstxt;
</add after>

<search for>
         <a href="' . $scripturl . '?action=ipban">' . $txt[206] . '</a><br />
</search for>

<add after>
         <a href="' . $scripturl . '?action=ipscan">' . $ipstxt[12] . '</a><br />
</add after>

<edit file>


and it works fine on my YaBB....

So I'm having fun too

Kitty
Logged

eE pLaNeT
Noobie
*
Posts: 9


I'm a llama!

Re:[Converted] Ip Scan by Jedi (Eric)
« Reply #8 on: March 26, 2003, 05:30:14 AM »
Reply with quote

oops sorry i forgot to mention that... lol... but looks like ya found it anyways lol... sorry   ;D
Logged
Syrann
Noobie
*
Posts: 8


I'm a llama!

Re:[Converted] Ip Scan by Jedi (Eric)
« Reply #9 on: March 26, 2003, 11:50:41 AM »
Reply with quote

I keep getting these errors when trying to use the scan:

Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /home/syrannco/public_html/yabbse/Sources/IPScan.php on line 55
Fatal error: Call to undefined function: sbuname() in /home/syrannco/public_html/yabbse/Sources/IPScan.php on line 35

Any ideas on how to fix them?

Thanks!
Logged
Kitty
Noobie
*
Posts: 49


YaBB-NL

kitty@taxi-stroes.nl WWW
Re:[Converted] Ip Scan by Jedi (Eric)
« Reply #10 on: March 26, 2003, 12:29:35 PM »
Reply with quote



Dit you up loaded the IPScan ?
Logged

Jedi~
Eric
Beta Tester
YaBB God
*****
Posts: 1284


WWW
Re:[Converted] Ip Scan by Jedi (Eric)
« Reply #11 on: March 26, 2003, 12:47:02 PM »
Reply with quote

It should already be in Pfabb, I included it in YaPP...
Logged
Yngwiedis
Full Member
***
Posts: 111


Yngwie Rules !!!

WWW
Re:[Converted] Ip Scan by Jedi (Eric)
« Reply #12 on: March 26, 2003, 08:38:27 PM »
Reply with quote

Quote from: Syrann on March 26, 2003, 11:50:41 AM
I keep getting these errors when trying to use the scan:

Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /home/syrannco/public_html/yabbse/Sources/IPScan.php on line 55
Fatal error: Call to undefined function: sbuname() in /home/syrannco/public_html/yabbse/Sources/IPScan.php on line 35

Any ideas on how to fix them?

Thanks!

I have the same problem. The IPScan.php is on my Sources folder.
Any solutions ?
Logged
Rpg Cyco
Full Member
***
Posts: 197


bradgordon51@hotmail.com WWW
Re:[Converted] Ip Scan by Jedi (Eric)
« Reply #13 on: March 27, 2003, 04:30:21 AM »
Reply with quote

Quote from: Jedi~ on March 26, 2003, 12:47:02 PM
It should already be in Pfabb, I included it in YaPP...

I think Michele said, its not in PfaBB because she didn't have permission to include it or something.... :-\

l8ter

Rpg Cyco
Logged

eE pLaNeT
Noobie
*
Posts: 9


I'm a llama!

Re:[Converted] Ip Scan by Jedi (Eric)
« Reply #14 on: March 27, 2003, 09:25:44 AM »
Reply with quote

oops sorry

in index.php

please search for this:
'ipban2' => array("$sourcedir/Admin.php", 'ipban2'),

add after that this:
'sbuname' => array("$sourcedir/IPScan.php", 'sbuname'),

that may fix it... like i said.. not sure

Are either of you running Yabb SE 1.51???  I assume that since Kitty got it to work fine with only the SADMIN.php to ADMIN.php change, that it should work in 1.51... is that what you are running Kitty?
Logged
Pages: [1] 2 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Converted] Ip Scan by Jedi (Eric) « 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.063 seconds with 20 queries.