Be a Supporter!
Response to: regex help Posted June 7th, 2007 in Programming

ive got alot of it done already, it works, even the authentication, so i can create. i just need to figure out a way to get this regex problem fixed

Response to: regex help Posted June 6th, 2007 in Programming

well its for my IRC bot im coding, which is using sockets. this and the authentication is the only parts causing my problems, for example i want it so only when a user types in "weather #####" (the ##### would be replaced with any digits) it will get the weather stats, ive got all that part done how ever when a user types in "wow the weathers crappy" it trys to run the function because some how the regex matches, so i tried to do it with the ^ and $ to make it only with that and then even "weather 02155" doesnt even work.

regex help Posted June 6th, 2007 in Programming

ok i have this preg_match("{{$condition}}i", $message) and $condition is pulled from the database which in this case it is weather ([0-9]+) which works but i want it to start with weather and end with a number so i make it ^weather ([0-9]+)$ and it doesnt work, if someone, any one has a solution i would be glad to try it out.

Response to: GeSHi regexp problem Posted March 21st, 2007 in Programming

well i had a similar problem, all i did was

$pattern = '#\[php\](.+?)(\[/php\])#ie';

wouldnt you have it be

$pattern = '#\[php\](.+?)\[/php\]#ie';

Response to: php help Posted March 14th, 2007 in Programming

where you have the sql to get the news posts you would add on to the end

ORDER BY `id` DESC

Response to: retrieving dynamic text??? Posted December 20th, 2006 in Programming

flash forum

Response to: Myspace Posted November 9th, 2006 in Programming

how would i do what you did and make it so theres only the images/flash that you made on your profile? im guessing CSS but im not too sure

Response to: Myspace Posted November 9th, 2006 in Programming

i also wanted to know, i decided to code my own blog system, and i wanted it so when people when to my myspace they would be redirected, or only see a link to the blog and nothing more. if any one can help that would be great. :)

Response to: Script to allow users to rate games Posted October 29th, 2006 in Programming

At 10/29/06 09:47 AM, dll-driver wrote: It's possible. With flat files

wow only seven minutes late with a less imformative post

Response to: BBS system? Posted October 18th, 2006 in Programming

Well the clock crew is useing a forum system called vBulletin which you have to buy to use. if you want a custom forum coded you can pay for someone to make it or be lucky and find someone who will do it for free. there is also other free forum things such as phpbb which you can add to your website. you can also modify it to fit your needs. you might even be able to find some things to help you along with phpbb such as mods for it which will allow you to add other things into your forum system you can go check out phphacks. well good luck and hope you find what you need.

-Patrick

Response to: button and PHP Posted October 15th, 2006 in Programming

you could also use AJAX if you didnt want to have to reload a page

Response to: Resident Evil-rise Of The Retards Posted October 5th, 2006 in Game Development

well its not too bad, and i wanted to say good job. not to mention not giving up when not able to find help and the fact that you decided to figure it out by yourself.

Response to: Resident Evil-rise Of The Retards Posted October 5th, 2006 in Game Development

At 10/5/06 08:42 PM, Chiklay4 wrote:
At 10/5/06 08:18 PM, DeathWars wrote: dude please done bump your own posts, i believe and i bet many people do find it very annoying.
i found you annoying

its ok to bump as long as you dont spam

well i disagree if, if you bump your own posts within only minutes its very annoying, i believe Louis also agreed with me.

At 10/5/06 08:33 PM, frozensheep wrote:
At 10/5/06 08:24 PM, ImpotentBoy2 wrote:
At 10/5/06 08:00 PM, frozensheep wrote: heres a sample of thee art
its a good picture, your pretty good. but i cant imagine that working in a game. and usually people dont care about bumping that much. but your expected to wait more than 15 minutes

i mean 2 hours at least
well as you can see. I have the body of a 14yr old... yet i have the patients of 3yr old.

lol thats some funny funny shit.

Response to: Resident Evil-rise Of The Retards Posted October 5th, 2006 in Game Development

well the programming forum is a very common mistake, how ever next time just check before you post and try not to post in multiple places.

Response to: Google is now your #1 resource. Posted October 5th, 2006 in Programming

wow that really cool, thanks for sharing the link and filling is in on google's magic.

Response to: Resident Evil-rise Of The Retards Posted October 5th, 2006 in Game Development

dude please done bump your own posts, i believe and i bet many people do find it very annoying.

Response to: Php: Calculating Age Posted October 4th, 2006 in Programming

well this isnt my first post on NG but i dont use the TriRift account because i mean i dont do any thing for TriRift any more so this is my independent account that i decided to make plus you my friend doofus are a god among men at coding :)

Response to: Php: Calculating Age Posted October 4th, 2006 in Programming

great job, it was very well written. i cant wait for any more tutorials that you work on in the future and will make sure to read them all.