3: On Sale 4: On Sale 5: On Sale 8: On Sale 9: On Sale 10: On Sale 11: On Sale 13: On Sale 17: On Sale 18: On Sale 19: On Sale 20: On Sale 21: On Sale 22: On Sale 26: On Sale

Cybercriminals are trying to steal your identity.

Don't make your credit card & financial info unproteced.


KeyPad can help U >>

All posts from Blog : bncscripts.com

  • Total Posts:  32
  • Total Wowed Posts:  0
  • Total Hissed Posts:  0
  • Post visited most:   How to install BNC Paypal IPN
  • Post wowed most:   [no yet]
Average Rating:
  • Currently 0.0/5 Stars.
(0.0/0) Login to rate: Create a new account or Login

BNC Fashion v1.0 - free blogspot template

Submitted :   Wed, Nov 11 2009, 11:01

We just released BNC Fashion v1.0 - a free blogspot template . This beautifully simple theme includes a two column layout for your widgets and advertisements, integrated RSS feed icon and stylized icons for post meta data. DOWNLOAD for FREE details >>>

[More related posts here] tags :  blogger template ,   blogger theme ,   blogspot template ,   free blogger template ,   free blogspot template

How to install BNC Advanced RSS Parser ( rss to html convertor ) 1.7

Submitted :   Mon, Nov 09 2009, 10:00

BNC Advanced RSS Parser with cache function ( Rss to Html ) 1.7 is a php script that gives you the ability to add feeds to your website.It displays it inside your webpage, exactly as if the content were part of you page . Maybe you like to show your last blog posts on your company's website. In this tutorial you will learn how to install BNC Advanced Rss Parser in just a few seconds. The steps which you must follow in order to complete the script  installation are: Step 1 Download BNC Advanced RSS Parser and extract the archive. Step 2 Open bnc_settings.php with your favourite editor Step 3 Change the settings for your needs. define('SCRIPT_URL_LOCATION','http://yourwebsite/yourfolder/');  // your folder location define('ITEMS_TO_SHOW','7');  // how many items to be displayed from the feed define('DATE_FORMAT','l, F d, Y g:s A');  // the php date format - you can change it how you want... details >>>

[More related posts here] tags :  bnc rss convertor ,   install bnc rss parser ,   php rss parser ,   rss parser ,   rss to html convertor

Limited time offers @ BNC Scripts

Submitted :   Sun, Nov 08 2009, 11:35

BNC Scripts has new discounts for some products. 30% off for BNC Advanced RSS Parser 50% off for BNC Twitter Signature Image 25% off for BNC Php Weather 25% off for BNC Paypal IPN - with encrypted links Enjoy !!! details >>>

[More related posts here] tags :  php ,   twitter

Twitter updates as image signature ? Yes you can on your own server

Submitted :   Sat, Oct 31 2009, 12:50

BNC Twitter Signature Image script (written in php) gives you the ability to display your current twitter status as an image signature. You just need to enter your twitter username and BNC Twitter Signature Image script will make the job. Great feature : you can use your own font style. Just upload your font (in .ttf format) to your server and the script will display your latest tweet using that font. Since it's an image, you can use it on networking sites (like myspace profiles etc), emails, forums and your blogs. It is especially useful in places that do not allow html code.... details >>>

[More related posts here] tags :  dynamic Twitter Signature with PHP ,   twitter ,   twitter image generator ,   twitter image signature ,   twitter signature image

Simple PHP BBCode

Submitted :   Fri, Oct 30 2009, 13:52

Many websites allow visitors to contribute to the sites's content through forums, blogs etc . When you're building such sites, it's a good idea to provide users with the ability to enhance that content by posting formatted text. Here is a simple example of how to use bbcode with php. $text="[b]some text[b] using bbcode"; $find = array( "'\[b\](.*?)\[/b\]'i", "'\[i\](.*?)\[/i\]'i", "'\[u\](.*?)\[/u\]'i", "'\[link\](.*?)\[/link\]'i", "'\[link=(.*?)\](.*?)\[/link\]'i", "'\[quote=(.*?)\](.*?)\[/quote\]'", "'\[quote\](.*?)\[/quote\]'", ); $replace = array( "<strong>\\1</strong>", "<em>\\1</em>", "<span style=\"text-decoration: underline;\">\\1</span>", "<a href=\"\\1\">\\1</a>", "<a href=\"\\1\">\\2</a>", "<blockquote><div style=\"font-size: 12px;\">quote (\\1):</div><div style=\"border:1px solid #ACA899;\">\\2</div></blockquote>", "<blockquote><div style=\"... details >>>

[More related posts here] tags :  convert bbcode to html with php ,   PHP BBCode ,   Use BB Code in Your PHP Application

Validate username in php

Submitted :   Fri, Oct 30 2009, 13:33

Use this simple code to validate the usernames in php ( maybe you need to a user registration ). The username will have only characters, numbers and _ (underscore) $username="your username"; if(!preg_match("/^[\.A-z0-9_\-]{1,15}$/i", $username)) echo "Your username must only contain valid characters, numbers and _"; details >>>

[More related posts here] tags :  valid username php ,   validate username

Validate Email Address in PHP

Submitted :   Fri, Oct 30 2009, 13:24

PHP validate email script is an easy way to validate an email address. Use this quick and simple PHP regular expression for email validation. $email='your email'; if(!preg_match("/^[\.A-z0-9_\-]+[@][A-z0-9_\-]+([.][A-z0-9_\-]+)+[A-z]{1,4}$/", $email)) echo "Not valid Email."; details >>>

[More related posts here] tags :  Email Address Validation ,   php validate email ,   simple email validation ,   Validate an E-Mail Address with PHP ,   validate email address

How to search for a string in txt file ?

Submitted :   Fri, Oct 30 2009, 13:05

One of our clients asked how to display the hits from his website that are stored in a txt file . First of all we need to search for that specific link and then display the hits. This is a part of the hits.txt file thedomain.com/news/ 232 thedomain.com/pictures/ 574 thedomain.com/company/ 433 And the php solution // we get the url of the page $pageURL = $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"]; $page = file_get_contents('hits.txt'); // this is the content of the page // now we search for the current url // if the url is found will display the number of hits if(preg_match('%\b'.preg_quote($pageURL).'\b\s(\d+)%', $page, $display)) { echo $display[1]; }else{ echo 'No url found'; } If you need help with your scripts please contact us... details >>>

[More related posts here] tags :  php counter ,   php search in file ,   search for a string ,   search in txt file ,   searching for a string

MINIATURE CRAFT

Submitted :   Mon, Oct 26 2009, 04:15

Japanese miniature craft artist Rieko Tanaka shows off her 18mm tall wooden handmade "Gundam" character from the popular Japanese television animation series at Design Festa in Tokyo October 24, 2009. Also she presented her her 1/144 scale size wooden handmade house. – Reuters re details >>>

[More related posts here] tags :  Design Festa ,   Design Festa Tokyo ,   MINIATURE CRAFT ,   Rieko Tanaka

Why you should use twitter ?

Submitted :   Mon, Oct 26 2009, 00:10

Twitter is a service for friends, family, and co–workers to communicate and stay connected through the exchange of quick, frequent messages. People write short updates, often called “tweets” of 140 characters or fewer. These messages are posted to your profile or your blog, sent to your followers, and are searchable on Twitter search. Even though Twitter is the hottest social network of the moment, many people still haven’t signed up for an account. They’re waiting to see if it’s a fad or the real deal. Stop waiting. Regardless of the future of Twitter, there are several ways you can benefit from using it right now. Promoting Your Blog/Site Twitter can be used nearly better than any other social networking system to promote your visibility and reach on the web. Gathering a stream of followers is simple if you have people who are interested in what you have to say, and increasing your amount of followers is as easy as word of mouth and updating. Personal ... details >>>

[More related posts here] tags :  twitter ,   twitter marketing ,   twitter updates ,   what is twitter ,   why you should use twitter

1 2 3 4 >> >|

New Posts

Malaga CF vs Real Zaragoza Live Stre...

Posted in : stickcricket.info

Malaga CF vs Real Zaragoza Live Streaming, Watch Malaga CF vs Real Zaragoza Live Streaming, Mala... details >>>

Squeezy computer interface

Posted in : www.informationthatmatters.com

Read more: www.newscientist.com Rubbery objects can be squeezed to... details >>>

Villarreal CF vs Real Valladolid Liv...

Posted in : stickcricket.info

Villarreal CF vs Real Valladolid Live Streaming, Watch Villarreal CF vs Real Valladolid Live Str... details >>>

RCD Mallorca vs UD Almeria Live Stre...

Posted in : stickcricket.info

RCD Mallorca vs UD Almeria Live Streaming, Watch RCD Mallorca vs UD Almeria Live Streaming, RCD ... details >>>

2 as 1 and MJ Cole Too Blind / Shadows

Posted in : mp3panda.us

2 as 1 and MJ Cole Too Blind / Shadows mp3 Artist: Album: Too Blind / Shadows Year: 1997 Style... details >>>

I Feel Beautiful - the Second Comman...

Posted in : www.informationthatmatters.com

Copyright (c) 2009 Dawn McIntyreNo matter what age or size we are, most girls and women continua... details >>>

User Doing

  • new userA new friend faz joins us
  • new userA new friend kallapapruek joins us
  • new userA new friend cafercan joins us
  • new userA new friend Tomatorider joins us
  • new userA new friend statzman28 joins us
  • new userA new friend petetro23 joins us
  • new userA new friend iry joins us
  • new userA new friend ToddDietterle joins us
  • new userA new friend atrevino joins us
  • new userA new friend MaryAlice30 joins us

Copyright © TagALLY, 2007-2009. All Rights Reserved.