Archive for the ‘PHP’ Category

How to Get freelancer s from GetAFreelancer.com

Tuesday, March 2nd, 2010

I have realized that people face difficulty to hire good freelancer
specially from GetAFreelancer.com
(more…)

Site has returned

Tuesday, February 16th, 2010

QRDug or DGG.qrsinhro.info has returned.

Hard one , really

Sunday, January 3rd, 2010

Well interesting.
This is one MissImp.
Yesterday I added manny new Plugins for this WordPress.

Starting from Ping it, that surprised me pretty bad, till WassUp , Global Translator, Mass Page Maker , Exec-PHP XML sitemap and Thank Me later. All things are doing good, and doesn’t slow down wordpress as I suspected, but it gives one bad thing – wp-post.php started to “time out”… But can’t find the reason causes it. even on my w.bloggar , what isn’t good in any case.

Don’t want to turn all them off, for test, because some of them took some time to setup. Any tip ? :)

WP-Twitip-ID

Tuesday, December 29th, 2009

Well, this sounds interesting. I’ll try to install this one to.

God, afther this I’ll have that much Plugins in my WordPress :P

About Twitter tools

Tuesday, December 29th, 2009

Most of tools are not for free – there still can find good old AutoTweeter v0.4beta – there were it is, it is for free. PHP scripts are grate – I really fell that tool with automatic DM will be useful for me. Because many has that, but I don’t.

Plug In for Twitter

Saturday, December 5th, 2009

gateway Plug In for Twitter

Well – to make plug in work as I need, I maid some changes in Original:

Changes I maid in file twitter-tools.php line 498 (or 500).

Can’t show original, but my included code looks like this:

if (!$data) {
return;
}
//Setting for Twii
$data['post_content'] = str_replace (’nofollow’,”,$data['post_content']);
$data['post_content'] = “Text Before” . $data['post_content'] . “<br/> <br/> <br/> <strong> This is my Message from Twitter! </strong>”;
$data['post_title'] = “I Twitt – “. date(”H.i”);
//

What I did was

  • I took out No-follow;
  • I changed title to my own, but didn’t find the best way to make it dynamic
  • I added extra text (you may put in Variables too) after and before Tweet.

That’s all , hope this will be useful for you :)