F*U*R*B*Y*

F*U*R*B*Y*

Joined
May 14, 2005
Occupation
Student
Location
Adelaide
Website
Interests
PHP

Activity Stream

F*U*R*B*Y*   -  Dec 07, 2014

I've been out of PHP too long, and can't get a simple preg_match to work for me. Perhaps I'm going at this the wrong way, can anyone give me some help? hahaha!!!

<?php

$url="http://dtkbans.com/index.php?p=banlist&searchText=".$_GET['STEAMID']."&Submit=";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
$data = curl_exec ($ch);
curl_close ($ch);

preg_match('/<i>Total Bans: |\d|</i>/igm', $data, $matches);

print_r($matches);

?>

I basically want it to return the amount of Total Bans. but its not outputting anything :(

F*U*R*B*Y*   -  Mar 08, 2014

Everytime I visit the site, I have to relogin, so I use the login with Facebook (Since I forgot my password) and I have to click the Login with Facebook roughly 4-5 times before it actually logs me in.

When I click it, it refreshes the same page.

F*U*R*B*Y* commented on a Page, Basic PHP IRC Bot  -  Mar 05, 2014

chuck in a

elseif ($rawcmd[1] == "hi") { fputs($socket, "PRIVMSG ".$channel." :Your message goes here\n"); }

 Respond  
F*U*R*B*Y*   -  Feb 26, 2014

After not doing PHP for roughly 8 months, I decided to get back into it..... Then when i tried something and it didn't work, it daunted on me....... I forgot how to do alot of PHP Coding :(

F*U*R*B*Y*   -  Feb 19, 2014

Hey @Hawkee The bottom bar, where it shows, about, privacy policy etc. Nothing works on that for me :( Using Google Chrome!

F*U*R*B*Y*   -  Oct 27, 2013

@Hawkee I don't know about others, but I'm currently using Google Chrome Version 30.0.1599.101 m (Most up to date version) and I have problems "copying" scripts. I highlight it all, and i right click, and it makes my screen scroll to the bottom of the page...

Suggestions? :)

F*U*R*B*Y*   -  Oct 10, 2013

Few pictures of my application!

one is a design outline.
another is an actual equation
another is the Difficulty Menu
another is a Congratulation popup message!

 Respond  
F*U*R*B*Y*   -  Oct 10, 2013

http://www.youtube.com/watch?v=8Qvhc-zJ-yY&feature=youtu.be

Found this old application i wrote 8-9 years ago.

Was for a year 10 IT Class project, where we told:

"Create anything that can assist someone within a School and doesn't require much updating."

This was my submission which consequently gave me the highest mark in the class!

The pause at the start and the ending are fade in/out animations!

F*U*R*B*Y* commented on a Page, Latest post on your homepage ( phpbb )  -  Jul 22, 2013

show us line 15-20 to help you

F*U*R*B*Y*   -  Feb 05, 2013

@Hawkee have you noticed that uh, on threads/comments you've got displayed the escapes, example: http://www.hawkee.com/snippet/2459/

F*U*R*B*Y*   -  Oct 05, 2012

starting to develop my PHP IRC Bot over multiple pages, requires some people to assist in beta testing this for me :)

F*U*R*B*Y*   -  May 09, 2012

thinking about rewriting my php webchat

F*U*R*B*Y* commented on a PHP Script, PHP Webchat  -  May 09, 2012

i haven't been, i had lost interest with PHP but i may acutally start recodeing this. I feel like a challenge

 Respond  
F*U*R*B*Y* commented on a Page, mIRC Clock  -  Aug 29, 2011

dude fucking awesome bump there...

way to necro a dead thread :)

 Respond  
F*U*R*B*Y*   -  Jun 25, 2011

@Hawkee yeah i got it too, but i thought it was something on my end, as i had updated my browser.... lol

 Respond  
F*U*R*B*Y* commented on a Page, pagiLinks() Pagination Function  -  Jun 20, 2011

omg keyboard died :(

 Respond  
F*U*R*B*Y* commented on a Page, pagiLinks() Pagination Function  -  Jun 20, 2011

Yeah thats good :)

awesome, i should attempt to fix my computer and get back into PHP, but its too much effort....

I got a new job, as a fulltime employee, and on a salary, and instead of doing the 40 hours a week, i've been doing 60 hours weeks to get the ropes

 Respond  
F*U*R*B*Y* commented on a Page, pagiLinks() Pagination Function  -  Jun 12, 2011

Napa... Typo.... Wow you guys are still here??? Thought you guys moved on.... :)

 Respond  
F*U*R*B*Y*   -  May 29, 2011

@Hawkee Might be because of the new facebook API. but when posting a comment, it says Share my comment on: and then doesn't display anything.

Don't know if you know about that yet, just thought i'd bring it to your attention :)

 Respond  
F*U*R*B*Y* commented on a Page, Array peek  -  May 29, 2011

Geez, Sean, your still around???

Nice, Simple and Easy. Great job :)

 Respond  
F*U*R*B*Y* commented on a Page, Basic PHP IRC Bot  -  May 12, 2011

command prompt,

cd C:\Location\To\Bot\
php bot.php

 Respond  
F*U*R*B*Y* commented on a Processing App, Car  -  May 12, 2011

32.0 <3

 Respond  
F*U*R*B*Y*   -  Mar 28, 2011

@Hawkee btw hawkee, sign me up for e-mail notification please :)

 Respond  
F*U*R*B*Y* commented on a Page, HTML5 Canvas Fire  -  Mar 28, 2011

just tried it, seems ok

would say about you can constantly click on Start Animation again. and it starts it whilst the current animation is going still....

 Respond  
F*U*R*B*Y*   -  Feb 26, 2011

@Hawkee ah i see, never mind :) was just chucking ideas out and about.

 Respond  
F*U*R*B*Y*   -  Feb 26, 2011

@Hawkee Frank, John, Joe, Felma liked your script "PHP Webchat"

perhaps an idea?

 Respond  
F*U*R*B*Y* commented on a Page, mIRC auto connect script generator for PHP  -  Sep 26, 2010

on *:CONNECT: {
if ($network == ) { /nick | /ns identify | /join #,#,#,#,#,#,#,#, }
}

on *:START: {
/server
}

think you need to check to make sure boxes are entered with data.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.