vcf enabled mobiles and sms marketing without any software
vcf is the format for which the contacts are saved in the mobiles. By this format we can easily edit the contacts on our computer and also generate dynamically vcf contacts by little programming. First i give the list of nokia sets which are vcf enabled and then i give you code by which you can dynamically create vcf contacts for sms marketing. The vcf enabled nokia mobiles [...]
vcf is the format for which the contacts are saved in the mobiles. By this format we can easily edit the contacts on our computer and also generate dynamically vcf contacts by little programming.
First i give the list of nokia sets which are vcf enabled and then i give you code by which you can dynamically create vcf contacts for sms marketing.
The code for creating vcf files is:-[cc lang=”php”] “;
$fixed_text2=str_replace(“03455150”, $replace2, str_replace(“A00”, $newfile2, $text));
if(file_put_contents(“contacts/B/”.$newfile2.”.vcf”, $fixed_text2)!=FALSE)
echo $newfile2.” created
“;
$fixed_text3=str_replace(“03455150”, $replace3, str_replace(“A00”, $newfile3, $text));
if(file_put_contents(“contacts/C/”.$newfile3.”.vcf”, $fixed_text3)!=FALSE)
echo $newfile3.” created
“;
}
}
}[/cc] Save the above code with any name e.g i name it copy.php
In the code above i have used A00.vcf file. You can download A00.vcf file from here
Place A00.vcf in the location where u placed copy.php.
Create also folder named A, B, C where you place copy.php.
You can also change the numbers e.g 03455153 to your local mobile number from where you want to start with.
Note that this is php code and you must place these files in htdocs folder of xampp or www folder of wamp to run it.
Final step is that you transfer the vcf files from A, B and C folders to your mobile. You can copy the vcf to your memory card and then load them in your contacts of mobile.
This is the method for which you are do sms marketing without any software.
If you need any more help you can place a comment in this post.
Share this article
Written by : Junaid Rehman
I am a blogger and freelance web developer by profession. I love to blog and learn new things about programming and IT World.
Follow us
A quick overview of the topics covered in this article.
Latest articles
February 13, 2025
February 13, 2025
February 13, 2025
February 13, 2025
February 13, 2025