[00:02] sonicrules1234 (sonicrules@mib-6494DB2B.lsanca.dsl-w.verizon.net) joined #glitchpc. [00:47] camerongray (camerongra@419B548B.F09B1ACD.129CC37E.IP) joined #glitchpc. [00:53] Tux2 (Tux2@mib-E2AC3CA0.hlrn.qwest.net) left irc: Quit: Leaving [01:09] Soooo, I hear people are online? [03:14] guest_60 (Mibbit@mib-8CD9CE24.static.tpgi.com.au) joined #glitchpc. [03:17] guest_60 (Mibbit@mib-8CD9CE24.static.tpgi.com.au) left #glitchpc. [03:43] camerongray (camerongra@419B548B.F09B1ACD.129CC37E.IP) left irc: Ping timeout [03:44] camerongray (camerongra@419B548B.F09B1ACD.129CC37E.IP) joined #glitchpc. [04:32] camerongray (camerongra@419B548B.F09B1ACD.129CC37E.IP) left irc: Ping timeout [04:35] camerongray (camerongra@419B548B.F09B1ACD.129CC37E.IP) joined #glitchpc. [04:57] camerongray (camerongra@419B548B.F09B1ACD.129CC37E.IP) left irc: Connection reset by peer [04:57] camerongray (camerongra@419B548B.F09B1ACD.129CC37E.IP) joined #glitchpc. [06:23] camerongray (camerongra@419B548B.F09B1ACD.129CC37E.IP) left irc: Ping timeout [06:47] jacky (the_kink@mib-D4621FC.slsbmd.east.verizon.net) joined #glitchpc. [06:47] #glitchpc: mode change '+o jacky' by ChanServ!services@mibbit.com [07:10] Mulreay (mulreay@mib-484A6ED1.cable.virginmedia.com) left irc: Quit: Smoke me a Kipper I'll be back for breakfast! [08:04] pottsi (Mibbit@pottsi.staff.mibbit.net) joined #glitchpc. [08:07] camerongray (camerongra@419B548B.F09B1ACD.129CC37E.IP) joined #glitchpc. [08:33] Snowing AGAIN [08:33] And all the schools are closed again tomorrow :) [08:34] \0/ [08:34] pottsi: Do you have much snow? [08:34] had our first dusting today [08:35] ahh - we have a bit more than a dusting [08:35] Over a foot this morning and it has dot MUCH deeper since then [08:35] o my [08:36] And of course I didn't decide to go to the shops and I didn't fall flat on my face in a pile of snow :P [08:36] bahaha [08:38] It's already higher than the bottom of my back door [08:38] Action: sonicrules1234 wishes it snowed here [08:39] lol [08:39] That reminds me, next month vlc will have the santa hat thingy :D [08:39] oh yeh :) [08:39] I like VLC [08:40] Its like, the best out there [08:40] And its even better because its FOSS [08:46] VLC sucks on windows [08:46] ahh BC_Programming busy? [08:47] at least compared to Media Player classic, but it's only the little things that bug me [08:47] pottsi: No, not really [08:48] got a quick moment to help with a php problem/ [08:48] Oh - Hi BC [08:48] well anyone if poss [08:48] oh sure pottsi [08:48] camerongray: hello [08:49] i want to get the information from my remote server and post it to a page [08:49] Wow - You can't believe the snow here [08:49] ok... so is the remote server where the PHP runs, or will it actually be remote to the script as well? [08:50] no [08:50] no to which? :P [08:50] 14" now [08:50] the remote server is zues i want to post information gathered from zues to my pottsi.com page [08:52] hmm... well I'm not sure then, if you don't manage the remote server, you probably wouldn't be able to db_connect() to it... [08:52] or are you trying to scrape info from the pages themselves? [08:52] ahh sorry i own each server i wish to manage [08:52] ok that's good :P [08:53] :P let me explain altiitle better [08:53] but I've never opened a database remotely... only localhost to the script [08:53] i want to make a stats page for each server [08:53] but i want the www.pottsi.com to gather the info from each vps i have [08:53] ok, so where are the stats, or the info stored? in databases on your various vps's? [08:54] i guess i have to have a php script on each of the servers then call each php script [08:54] it's not written yet [08:54] will be gathering uptime [08:54] ram usage [08:54] users [08:54] etc etc [08:54] yeah, that's sorta a larger scale of what I did with my hiscores, in a way [08:55] so i guess i need to know how to call each php file from a remote server [08:55] ahhh [08:55] I haven't done that directly from PHP, but no doubt it's possible to say, retrieve the output from a URL as text, then you can parse that and get at the info [08:56] then you just need to have a well defined format for that output [08:56] so something like pottsi.com >(calls for "test.php") >vps1>post back to pottsi.com [08:56] then again for the second vps [08:57] hey sonicrules1234 [08:57] Hi [08:57] Just wondering what your real name is :P [08:57] Ian [08:57] :) [08:57] Thanks xD [08:57] :P [08:58] not really, pottsi.com would basically file_get_contents($url) and call a php on vps1, let's say something like "www.pottsisvps.com/info.php?action=stats" [08:59] and then that script will run, get the stats about the local machine (the vps) that it's accumulated, and output it like it would a normal page, which will be returned to the first script as a string variable that it can parse [08:59] and repeat for each vps [08:59] hmm i did that but nothing displayed for the page [08:59] moment [08:59] ok, brb [09:00] eg i had a script on one server called uptime [09:00] and made another php file to sit on the webhosting with [09:00] http://mibpaste.com/5rjFOv [09:01] k looking [09:02] nothing would show on that page [09:02] since you got the output into the var, and it's not echoed [09:03] i am a prick [09:03] lol [09:04] hmm [09:06] echo $remoteuptime; ? [09:06] yeah [09:07] well depends what the other page output [09:07] you might want to make it's output something you can parse out into various bits of information, then format it yourself into, say, tables on the pottsi.com page- then you can also show another totals table. [09:08] can i pm you a sec? [09:08] k [09:29]  [09:29] be back later on today [09:29] :) [09:29]  [09:29] jacky (the_kink@mib-D4621FC.slsbmd.east.verizon.net) left #glitchpc. [09:31] he left us with a warning [09:32] "I'll be back" [09:39] pottsi (Mibbit@pottsi.staff.mibbit.net) left irc: Quit: http://www.mibbit.com ajax IRC Client [10:05] Tux2 (Tux2@mib-E2AC3CA0.hlrn.qwest.net) joined #glitchpc. [11:22] Tux3 (Tux2@mib-E2AC3CA0.hlrn.qwest.net) joined #glitchpc. [12:12] camerongray (camerongra@419B548B.F09B1ACD.129CC37E.IP) left irc: Ping timeout [12:47] camerongray (camerongra@419B548B.F09B1ACD.129CC37E.IP) joined #glitchpc. [14:00] Craig (ce@EA3EABBF.9871C301.B29F9450.IP) left irc: Quit: [14:42] Ugh! Programming this feature into TuxReminder is a little pain! [14:44] what feature is that then [14:45] An announce feature. [14:46] Basically you can program reoccurring events in and it will announce them on a schedule [14:46] I've got the code in to do it now... it just needs a little bit of protection... [14:48] camerongray[1] (camerongra@419B548B.F09B1ACD.129CC37E.IP) joined #glitchpc. [14:48] BC_Programming (BC_Program@mib-E2D98C5E.no.shawcable.net) left irc: Connection reset by peer [14:49] BC_Programming (BC_Program@mib-E2D98C5E.no.shawcable.net) joined #glitchpc. [14:49] camerongray (camerongra@419B548B.F09B1ACD.129CC37E.IP) left irc: Ping timeout [14:49] #glitchpc: mode change '+ao BC_Programming BC_Programming' by ChanServ!services@mibbit.com [14:49] sorry pinged out there [14:49] What was the last line you saw? [14:50] um [14:50] you said you had to code in it but it needed protection [14:53] Ah... [14:54] I need to make sure users in a channel don't flood the channel with TuxReminder, so I'm going to make it so that only ops can do it... [14:56] ic [15:02] Tux2 (Tux2@mib-E2AC3CA0.hlrn.qwest.net) left irc: Quit: Tux2 [15:02] Nick change: Tux3 -> Tux2 [15:23] camerongray[1] (camerongra@419B548B.F09B1ACD.129CC37E.IP) left irc: Ping timeout [15:29] haha... I got bored so I re-learned Reactor [15:30] in 3ds max... made a green glass cloth fall on a box of frosted glass and a spherical diamond while a blue cylinder falls on top between them [15:37] pottsi (Mibbit@pottsi.staff.mibbit.net) joined #glitchpc. [17:13] hmm, well, I finished that Chat log script that we're going to use on chanbotII's logs [17:13] yay python [17:23] pottsi (Mibbit@pottsi.staff.mibbit.net) left irc: Quit: http://www.mibbit.com ajax IRC Client [17:25] BC_Programming (BC_Program@mib-E2D98C5E.no.shawcable.net) left irc: Connection reset by peer [17:25] BC_Programming (BC_Program@mib-E2D98C5E.no.shawcable.net) joined #glitchpc. [17:26] #glitchpc: mode change '+ao BC_Programming BC_Programming' by ChanServ!services@mibbit.com [17:28] BC_Programming (BC_Program@mib-E2D98C5E.no.shawcable.net) left irc: Connection reset by peer [17:28] BC_Programming (BC_Program@mib-E2D98C5E.no.shawcable.net) joined #glitchpc. [17:29] Nick change: BC_Programming -> Guest8336 [17:31] Guest8336 (BC_Program@mib-E2D98C5E.no.shawcable.net) left irc: Quit: *POOF* [21:00] Tux2 (Tux2@mib-E2AC3CA0.hlrn.qwest.net) left irc: Quit: Leaving [21:12] sonicrules1234 (sonicrules@mib-6494DB2B.lsanca.dsl-w.verizon.net) left irc: Ping timeout [21:15] sonicrules1234 (sonicrules@mib-6494DB2B.lsanca.dsl-w.verizon.net) joined #glitchpc. [00:00] --- Tue Nov 30 2010