Dec
14
Written by
pramudita.anindita.ptd — published on December 14th, 2006 |
Hits for this post:256 | Popularity: 1%
Email from Offshore Club Administrator :
Dear Offshore Club Members,
I writing this sad news to share you some facts that affected our business and put Offshore Club in a situation where we can’t move any step to any direction.
To sum up the story, we will tell you exactly what happened with Offshore Club from the […]
More: continued here
Dec
14
Written by
pramudita.anindita.ptd — published on December 14th, 2006 |
Hits for this post:241 | Popularity: 2%
XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use - just download, extract and start.
XAMPP is a full-featured Apache MySQL, PHP, Perl package that is one of the few non-commercial AMPP middleware stacks available on Linux. With its tight integration, XAMPP […]
More: continued here
Dec
14
Written by
pramudita.anindita.ptd — published on December 14th, 2006 |
Hits for this post:369 | Popularity: 1%
Google is experimenting again. google publisher saw new format of google adsense format. look at this thread :
http://forums.digitalpoint.com/showthread.php?t=102103, or this
http://forums.digitalpoint.com/showthread.php?t=101033
Example : 120×600 banner format there were surpose to be 4 text ads, there was 3 text ads and 1 image ad right up the top with no information included with the image at […]
More: continued here
Dec
14
Written by
pramudita.anindita.ptd — published on December 14th, 2006 |
Hits for this post:736 | Popularity: 12%
Solution for Call to undefined function bcmod() in bsuite wordpress plugin is :
after
foreach($refs as $ref){
line 960 of original bsuite plugin(bsuite.php), add this function :
if (! function_exists(’bcdiv’)) {
function bcdiv($colour, $max_colours)
{
return floor($colour/$max_colours);
}
}
if (! function_exists(’bcmod’)) {
function bcmod($colour, $max_colours)
{
return $colour - ($max_colours*bcdiv($colour,$max_colours));
}
}
before
$thiscolour = bcmod($colour,$max_colours);
so.., the original code of bsuite plugin is :
foreach($refs as $ref){
$thiscolour = […]
More: continued here
Dec
14
Written by
pramudita.anindita.ptd — published on December 14th, 2006 |
Hits for this post:339 | Popularity: 1%
We want to take this opportunity to provide all of you an update regarding the status of the Real Fund Litigation. As you are aware by now, we represented investors who filed a lawsuit against Real Fund in August 2006. These investors had been defrauded by this illegal ponzi scam operation and Real Fund was […]
More: continued here