INDEX ADBRITE
EXTRACT LINK AND NAME FROM HTML USING PHP CODE SNIPPET
Posted by anonymous in PHP CODE SNIPPET on Tuesday, August 31, 2010
here is a simple php code snippet to do the job.
it simply extract the link and name and save it into array.
here is the code...
<?php
function extract_linkdata($htmllink){
$data=array();
//array for storing url and name
$var=array();
array_push($var,$htmllink);
//ALGORITHM FOR EXTRACTING LINK
$link_start=stripos($var[0],'"')+1;$one=substr($var[0],$link_start);
$link_end=stripos($one,'"');
$extracted_link=substr($one,0,$link_end);
$data[url]=$extracted_link;
//ALGORITHM FOR EXTRACTING NAME
$name_start=stripos($var[0],'>')+1;
$one=substr($var[0],$name_start);
$name_end=stripos($one,'<');
$extracted_name=substr($one,0,$name_end);
//saving the name into array
$data[title]=$extracted_name;
return $data;
}
?>
how to use the function:
<?php
$link_and_name=extract_linkdata('<a href="www.iloveutech.blogspot.com">iLOVEuTECH</a>');//use any html link as parameter
//now access the link by this way or do anything with the link
echo $link_and_name[url];
//access the link name
echo $link_and_name[title];
?>
pys60 python sis support for symbian mobile s60v2 fp3
Posted by anonymous in pys60v2 software on Monday, August 9, 2010
All the files for symbian s60v2 fp3 mobile phone such as NOKIA N70-1.
English to bangla dictionary for mobile
Posted by anonymous in educational mobile soft on Sunday, August 8, 2010
Installation:
Browse http://weaverspark.com/java/mobile/dictionary/download.php from your mobile. This will start the installation of the application.
Supported Platform:
This application should run on any mobile that supports CLDC 1.1 and MIDP 2.0. This application is tested on Nokia 3110c and Nokia 6300.
Features:
1. This application can be configured to run both online and offline. Default configuration is to access necessary raw data online.
2. GRE Word Filtering can be enabled to view words that appear on Barron’s GRE Word book. This will be helpful to those who are preparing for GRE and want to know the meaning of words that starts with ‘a’, for example.
3.19000+ words
To access the dictionary offline:
Default configuration need internet connection when you want to find meaning for any word. To be able to find meaning when you are offline (not connected to internet) all files or raw data that are used should be downloaded from the URL ‘http://weaverspark.com/downloads/java/mobile/dictionary/BanglaDictionary.zip‘ to the memory card of your mobile. All the directory contents from ‘A’ to ‘Z’ should be downloaded. Let us assume that all the folders are downloaded/copied to the folder ‘dictionary’ of your mobile’s memory card. Now start the application and go to ‘Settings’ window for this application and change the value in ‘Raw Data URL‘ field that locates to the dictionary folder of your memory card. In most cases mobile’s memory card is assigned the drive letter ‘E’. So in this case our final URL should be ‘file///E:/dictionary/‘. Dont forget to Save these settings. Optionally you can change the attribute of the ‘dictionary’ folder to hidden so that other application of your mobile do not find this folder.
Please click here for more help regarding Raw Data URL value.This application is not signed by any trusted CA. Please let me know if any one can help me in this regard.
I would be thankful to those who give me valuable feedback to improve this application. Thanks in advance to all of you for using my application.
Block websites without using software great tips tricks
Posted by anonymous in Web tips and tricks on Friday, August 6, 2010
Gmail free smtp server pop server start now
Posted by anonymous in Web Developer tricks, Web tips and tricks
If you dont already have an email account with Gmail, you will need to set one up before you start. Leave a comment on this post and I will get an invite to you within a day or so.
joomla hacking tutorial free for all download now
Posted by anonymous in Web Developer tricks
hack personal computer through yahoo messenger
Posted by anonymous in Web tips and tricks
1) Open Command Prompt. Have some one on yahoo messenger send you a file; while the file is sending, in command prompt type -> netstat -an press enter
three Hacks firefox double internet browsing speed
Posted by anonymous in Web tips and tricks, windows tips
false identity generator
Posted by anonymous in Web tips and tricks, windows tips
fake name generator is somewhat up and running. Very very rough draft. But it works!
It generates:
First and last name
Valid city, state, and zip code
Telephone number with area code/prefix that match the generated city
Mother’s maiden name
Birthday
Working on adding in valid full addresses, but that is a lot tougher. There aren’t really any random address generators out there. Well, there are, but they don’t give you a random VALID address, which is important if the website you are using it at validates it using the USPS system.
Check it out: http://www.fakenamegenerator.com/
Some possible uses:
Signing up for paid offers (like affiliate programs that pay for leads) or those annoying free iPod pyramid schemes. If it doesn’t require you to actually get something shipped to you, then a real looking fake name/address from another state can be real useful.
Pseudonym to use as your online identity to avoid companies from seeing your colorful past. If you use an “unused” name, then it will be very easy to search for everything related to yourself using Google.
Load it (or a couple) into a form filler to quickly fill out junk mail forms. Very useful if they want you to refer 5 friends or whatever.
Fake websites to promote your own website. Work at least the city/state into it somewhere and it looks like people from all over the country are raving about your *insert something cool here*. Of course, thats a lot more work than I’d be willing to do. Maybe if I generate an XML API like someone suggested, it could be done automatically… Hmmm…
Sweepstakes site that is used to gather names/emails to sell. Use the fake names/addresses as the people who “win” your sweepstakes.
Umm. Thats it really. Not sure what else you’d use it for. Guess there are a lot of illegitimate uses… Oh well…
UPDATES:
Added street address generation. Doesn’t always validate because it is just using common street names, but better than nothing. Validation coming soon!
Added female/male selection.
Added saved identities.
Added middle initial. Weighted middle initial coming soon!
Added weighted first and last names. This means that “Smith” should appear MUCH MUCH MUCH more often than something like “Abdulmuniem”. Hopefully this gives names that are more usable.
rapidshare free download link only work with dynamic ip change ip
Posted by anonymous in Web tips and tricks, windows tips
1. Click Start->Type Run on your computer
2. Type cmd on the run field. This will open a command prompt window.
3. Type the following commands exactly as you see it in here then press enter key to go to the next line
‘@ ECHO OFF
ipconfig /release
ipconfig /flushdns
ipconfig /setclassid
ipconfig /registerdns
ipconfig /renew
EXIT
4. This will make your computer registered with a new IP address.
5. Go to Rapidshare and try downloading several files to repeat the above procedures every time you download files from Rapidshare
This is a very simple tweak. In order to further simplify it, just copy and paste the above commands to a notepad file so you will just have to open it next time and find no difficulty finding the tweak file.