a year experience in PTC, i have conclusion...these best PTC i've tried. if you need maney more than a penny, you better checkout these PTC site. satisfied guarantee,,,lol.
247BUX :
more than 5add daily, 1c/add, min payout $1 via paypal and alertpay.check this out
NEOBUX:
4 add daily, up to 2c/add, min payout $2 via alertpay.check this out
PERSIANPTC :
up to 5 add/day, 1c/add, min payout $5 via egold, paypal dan alertpay.check this out
Thursday, November 20, 2008
THE BEST PTC
Diposting oleh
Admin
di
8:04 PM
0
komentar
Label: business tips
Sunday, October 26, 2008
FIX ACTIVATION ACCOUNT EMAIL BUG FOR JOOMLA 1.5.5
ENGLISH:
Did you ever receive activation email to activating your account with information like this :
username : http://www.yourdomain.xxx
password : your username
but should be like this :
username : your username
password : your password
to fix it, check this out:
edit file www/components/com_user/controller.php:
$message = sprintf ( JText::_( 'SEND_MSG_ACTIVATE' ), $name, $sitename, $siteURL."index.php?option=com_user&task=activate&activation=".$user->get('activation'), $siteURL, $username, $password);
change to :
$message = sprintf ( JText::_( 'SEND_MSG_ACTIVATE' ), $name, $sitename, $siteURL."index.php?option=com_user&task=activate&activation=".$user->get('activation'), $username, $password);
BAHASA INDONESIA :
Memperbaiki bug email pengaktivasian akun Joomla 1.5.5
Apakah kamu pernah menerima email aktivasi dimana pada pemberitahuannya tertulis sbb :
username : http://www.domainlo.xxx
password : username lo
padahal seharusnya
username : username kamu
password : password kamu
Cara memperbaikinya adalah sebagai berikut :
edit file www/components/com_user/controller.php:
$message = sprintf ( JText::_( 'SEND_MSG_ACTIVATE' ), $name, $sitename, $siteURL."index.php?option=com_user&task=activate&activation=".$user->get('activation'), $siteURL, $username, $password);
menjadi
$message = sprintf ( JText::_( 'SEND_MSG_ACTIVATE' ), $name, $sitename, $siteURL."index.php?option=com_user&task=activate&activation=".$user->get('activation'), $username, $password);
Diposting oleh
Admin
di
11:28 PM
0
komentar
Label: computer tips
Sunday, October 19, 2008
Bug Virtuemart Session Expired
ENGLISH :
Once you may have a problem when you using virtuemart. When you login from front end, your browser said SESSION_EXPIRED or Invalid Token. You can try this :
- edit global configuration from back end. click global configuration/ system in session lifetime fill number higher than 15 minutes
- VirtueMart is also affected by this bug. The problem is indeed a wrong order of the calls to initSessionAdmin and doGzip
at the end of the file /administrator/index2.php.
check this out
replace in /administrator/index2.php
103 doGzip();
105 // if task action is 'save' or 'apply' redo session check
106 if ( $task == 'save' || $task == 'apply' ) {
107 $mainframe->initSessionAdmin( $option, '' );
108 }
change it to :
102 // if task action is 'save' or 'apply' redo session check
103 if ( $task == 'save' || $task == 'apply' ) {
104 $mainframe->initSessionAdmin( $option, '' );
105 }
106 doGzip();
good luck.
BAHASA INDONESIA :
Saat lo dapat masalah ketika menggunakan virtuemart. Pada saat lo login di Front End situs lo muncul pesan SESSION_EXPIRED atau Invalid Token. Coba deh langkah-langkah berikut :
- edit session lifetime di Global Configuration/System menjadi lebih dari 15 menit, atau
- Bug pada VirtueMart juga disebabkan oleh kesalahan perintah "initSessionAdmin" dan "doGzip" pada baris-baris terakhir file /administrator/index2.php.
Perhatikan ini :
103 doGzip();
105 // if task action is 'save' or 'apply' redo session check
106 if ( $task == 'save' || $task == 'apply' ) {
107 $mainframe->initSessionAdmin( $option, '' );
108 }
rubah menjadi :
102 // if task action is 'save' or 'apply' redo session check
103 if ( $task == 'save' || $task == 'apply' ) {
104 $mainframe->initSessionAdmin( $option, '' );
105 }
106 doGzip();
unggah ke /administrator/index2.php
semoga berhasil
Read More..
Diposting oleh
Admin
di
9:07 PM
1 komentar
Label: computer tips
Thursday, October 16, 2008
Reset Password Vulnerable
ENGLISH :
REMOTE RESET PASSWORD FOR JOOMLA 1.5.5 OR LOWER :
1. type on address bar :
http://yourdomain.com/index.php?option=com_user&view=reset&layout=confirm
2. fill ' char on token field
3. fill your new password.
SOLUTION FOR THIS :
1. upgrade your Joomla version, or
2. edit /components/com_user/models/reset.php :
after global $mainframe; in line 113 add :
if(strlen($token) != 32) {
$this->setError(JText::_('INVALID_TOKEN'));
return false;
}
BAHASA INDONESIA :
MELAKUKAN REMOTE RESET PASSWORD JOOMLA :
1. ketik di address bar :
http://domainlo.com/index.php?option=com_user&view=reset&layout=confirm
2. pada field token isi karakter ' (tanda kutip)
3. masukkan password baru anda.
JOOMLA TELAH MEMPUNYAI SOLUSI UNTUK INI, YAITU :
1. upgrade Joomla anda, atau
2. edit /components/com_user/models/reset.php :
setelah global $mainframe; pada baris 113 sisipkan:
if(strlen($token) != 32) {
$this->setError(JText::_('INVALID_TOKEN'));
return false;
}
Diposting oleh
Admin
di
3:30 AM
0
komentar
Label: computer tips
Wednesday, November 21, 2007
Vewing Back File/Folder After Virus Attack
Sometimes when virus attack, they hiding your file or folder, i know how to get your file/folder back....use these steps :
- Enter to command prompt;
- Enter to drive you want, example type D: or E:
- Type ATTRIB -H -S /S /D
- Just it...
Hope it work...
My tips before are crap....too long.
Read More..
Diposting oleh
Admin
di
12:02 AM
0
komentar
Label: computer tips
Thursday, October 4, 2007
WITHDRAW PAYPAL FUND FROM INDONESIA
YUHUUUUUUUU.....Now our money can be withdrawed from Paypal within. but it cost $5 and only to credit, debit, or prepaid card.
Debit Cards (also called check cards, ATM cards, or banking cards) are accepted if they have a Visa or MasterCard logo.
Diposting oleh
Admin
di
9:06 PM
0
komentar
Label: business tips
Monday, September 24, 2007
DOWNLOAD MOVIES FROM YOUTUBE
Are you boring see videos in youtube and cannot download it? check out this step :
1. Download Moyea FLV Downloader here :
http://www.flvsoft.com/download_flv/
2. Click Download
6. Place your cursor to the movie screen until view "GetIt" Button
Fig. 5
7. Click that button then click again "get flv video"
8. You'll see this windows. give check sign in "FLV url"
9. Click Download
10. You'll see this page then click no
Fig. 10
12. Wait until the progress done
Fig. 11
Read More..
Diposting oleh
Admin
di
9:26 PM
0
komentar
Label: computer tips