F*U*R*B*Y*

F*U*R*B*Y*

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

Threads

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*   -  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*   -  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*   -  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*   -  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*   -  Mar 28, 2011

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

 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*   -  Sep 04, 2010

@napa182 Chatscape still going? if so link?

 Respond  
F*U*R*B*Y*   -  Sep 04, 2010

@Hawkee Suggestion for next update: Being able to lock comments (Snippets/Images)

Example: http://www.hawkee.com/profile/img/78325/

Then lock it so no more bull locks about who's ripping and stuff?

Cheers :)

 Respond  
F*U*R*B*Y*   -  Jul 26, 2010

@Jonesy44 VB6 is so much easier for this stuff :P

 Respond  
F*U*R*B*Y*   -  Jul 26, 2010

@Jonesy44 yeah create it in VB then compile it to .exe ;)

 Respond  
F*U*R*B*Y*   -  Jul 25, 2010

@Jonesy44 IRC Server.... then have built in Services :P

 Respond  
F*U*R*B*Y*   -  Jul 23, 2010

@Jonesy44 whatcha doing in VB these days?

i'm thinking about creating an IRCd in VB.... with Services..... Whatcha reckon? ;)

 Respond  
F*U*R*B*Y*   -  Jul 23, 2010

@Jonesy44 dude, you still doing VB?

 Respond  
F*U*R*B*Y*   -  Jun 27, 2010

@Hawkee lol i had that problem, thought you got rid of that so i just went to http://php.hawkee.com/ XD

 Respond  
F*U*R*B*Y*   -  Jun 23, 2010

@Hawkee yeah I've posted to my news feed before.....

 Respond  
F*U*R*B*Y*   -  Jun 22, 2010

@Hawkee yeah Hawkee, i did

 Respond  
F*U*R*B*Y*   -  Jun 22, 2010

@Hawkee other problem was solved after 15 minutes, dunno what happened

but just commented on my PHP Webchat script, and said share on facebook got the following error

Fatal error: Uncaught exception 'FacebookRestClientException' with message 'Updating status requires the extended permission status_update' in /home/hawkee/public_html/phpBB2/includes/facebookapi_php5_restlib.php:2457 Stack trace: #0 /home/hawkee/public_html/phpBB2/includes/facebookapi_php5_restlib.php(1315): FacebookRestClient->call_method('facebook.users....', Array) #1 /home/hawkee/public_html/phpBB2/includes/fbauth.php(86): FacebookRestClient->users_setStatus('Commented on PH...', '1283265564') #2 /home/hawkee/public_html/profile/comments.php(94): send_fbupdate('Commented on PH...') #3 {main} thrown in /home/hawkee/public_html/phpBB2/includes/facebookapi_php5_restlib.php on line 2457

 Respond  
F*U*R*B*Y*   -  Jun 22, 2010
F*U*R*B*Y*   -  Jun 13, 2010

@Hawkee i still remember the good old blue site :) god thats old :P

 Respond  
F*U*R*B*Y*   -  Apr 15, 2010

@Sockreg Hey dude, saw you've done a bit of .NET was wondering if you could help me out in a spot?

http://pastebin.com/7wVFKpig

cheers

 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.