GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Splitinfinity!! (https://gfy.com/showthread.php?t=462274)

Spunky 05-01-2005 10:50 PM

Hire Kimbo to kick his ass :mad:

swami 05-01-2005 10:52 PM

Quote:

Originally Posted by SplitInfinity
Im ready for you mate. :-)
Looking for you on ICQ....

hehe.Thats funny as you show offline to me.Better take youself invisible lol

SplitInfinity 05-01-2005 11:01 PM

Yeah, nice talking to you on the phone. ;-)
I decided to call because I didnt see you online either.
Anyhow, re-starting the ICQ proggie solved that problem.

Ips are in your email. :-)

Ycaza 05-01-2005 11:17 PM

hosting
 
Quote:

Originally Posted by swami
Its more than a week now and I am getting pissed off!! :321GFY

Ihave extra boxes if you need em. you have my info and i already have one of your boxes. let me know if i can help

SplitInfinity 05-02-2005 12:01 AM

Heres a little program I just wrote... when you are adding alot of IP's
it REALLY speeds things up. Especially when the IP's are all different
and not in sequence. Thanks for the inspiration Swami. ;-) Read the notes.


PHP Code:


# Run the program from the shell prompt like this:
# Works on Redhat linux and Fedora.. and alot of others. :-)
# ./makeips.pl START_WITH_WHAT#
#
# Where START_WITH_WHAT# is the number of the first interface
# you wish to begin with. So for example, if you have already
# assigned ethernet 0, 0:0 and 0:1 then you will want to add
# interfaces beginning at 0:2 so you would enter 2 there to
# make sure the numbering is correct and your new interfaces
# are created correctly.  If you are adding interfaces to
# a system with more than 1 ethernet card, then you must
# specify the card by changing the variable below.
#
# Props: Special thanks to Swami who inspired me to write
# this quick hack. Customers make the world go round.
# My scripts make it happen a bit faster. Thanks.

$interface    =     $ARGV[0];
$card        =    "0";

$directory    =    "/root/test";
#$directory    =    "/etc/sysconfig/network-scripts";
$iplist        =    "./iplist.txt";



open(DB,"$iplist");

while(<
DB>) {

# Template of the ip configuration file
$template = <<__END_OF_FORMAT__;
DEVICE=eth<<CARD>>:<<INTERFACE>>
ONBOOT=yes
BOOTPROTO
=static
IPADDR=<<IPADDRESS>>
NETMASK=255.255.255.0
GATEWAY
=<<GATEWAY>>
__END_OF_FORMAT__

    $ipaddress 
$_;
    
chomp($ipaddress);
    (
$oct1,$oct2,$oct3) = split(/\./,$ipaddress);
    
$gateway "$oct1.$oct2.$oct3.1";
    
    
$template =~ s/<<IPADDRESS>>/$ipaddress/g;
    
$template =~ s/<<INTERFACE>>/$interface/g;
    
$template =~ s/<<GATEWAY>>/$gateway/g;
    
$template =~ s/<<CARD>>/$card/g;

    
open(FILE">$directory/ifcfg-eth$card:$interface");
    print 
FILE $template;
    
close(FILE);

    
$shell .= "ifup ifcfg-eth$card:$interface\n";

    
$interface++;
    
    }

print 
$shell;
print 
"\n\n\nCopy the above commands and paste into shell to bring the new interfaces up.\n"


swami 05-02-2005 12:12 AM

Quote:

Originally Posted by Cazually
Ihave extra boxes if you need em. you have my info and i already have one of your boxes. let me know if i can help

Thanks Caz.Yep almost moved these over to it Caz .Must be nearly time for another box over there.You guys are totally reliable, almost. :winkwink:

BlueWire 05-02-2005 12:15 AM

Swami..things are setup..you've had his phone # for quite a while but obviously wanted to keep everyone online...

Am i the only one that detects the tude in every single one of his replies? Time to move on man....hearing someone have a whiney attitude is just lame and I dont think i'm the only one that is sick of hearing it...

I'm sure because of this situation you'll end up with all kinds of free service and extra care in the future...

As my favorite 1980's anti-drug commercial once said....take a chill pill

swami 05-02-2005 03:30 AM

Quote:

Originally Posted by BlueWire
Swami..things are setup..you've had his phone # for quite a while but obviously wanted to keep everyone online...

Am i the only one that detects the tude in every single one of his replies? Time to move on man....hearing someone have a whiney attitude is just lame and I dont think i'm the only one that is sick of hearing it...

I'm sure because of this situation you'll end up with all kinds of free service and extra care in the future...

As my favorite 1980's anti-drug commercial once said....take a chill pill

Hey Fuckhead, you obviously have a axe to grind cos I gave your siliconcanal the flick right off.Talk about amateurs. :1orglaugh
Either that or splitinfinity is paying you to talk about something you know nothing about. :321GFY

swami 05-02-2005 03:39 AM

Now for those who genuinely want to know, I have at last been set up this last half hour.Chris worked late to finally get this going and I appreciate that.Of course , it should never have got to this stage so I don't feel too bad about his loss of sleep.Hahah

I hope this is the last fuckup splitinfinity and I have and that from now on its a mutually beneficial relationship.
Cheers

DomBuyer 05-02-2005 04:43 AM

Quote:

Originally Posted by swami
Now for those who genuinely want to know, I have at last been set up this last half hour.Chris worked late to finally get this going and I appreciate that.Of course , it should never have got to this stage so I don't feel too bad about his loss of sleep.Hahah

I hope this is the last fuckup splitinfinity and I have and that from now on its a mutually beneficial relationship.
Cheers

Hey, that's my line :1orglaugh

sonofsam 05-02-2005 04:45 AM

50 joels losing stars :)

SplitInfinity 05-02-2005 10:07 AM

DomBuyer, why are you such an ass?

LOL


All times are GMT -7. The time now is 04:17 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123