Likes Received By Kaizoku
-
shearerc liked Kaizoku's post in the thread Megaupload shell uploader.
Just wanted to share, for those linux users having trouble uploading to megaupload. /usr/bin/megaupload #!/bin/bash # place your...
Dec 12, 2011 -
ycc liked Kaizoku's post in the thread function header.
You can "see" the header by using a 3rd party tool such as live http headers.
Aug 7, 2010 -
srobona liked Kaizoku's post in the thread Get value before and/or after "x" in a string?.
You can do this with one line. list($x, $y) = explode('x', "1440x900"); // replace with string
Aug 6, 2010 -
Toon-c liked Kaizoku's post in the thread How to make the registration in my website a paid one?.
You meant a subscription system? Have a look at paypal IPN.
Jan 27, 2010 -
campolar liked Kaizoku's post in the thread Help installing PHP.
I am not familar with Solaris, but try the following. if /usr/lib/apache2/modules/libphp5.so exists, then just put the following in...
Feb 7, 2009 -
Funk-woo10 liked Kaizoku's post in the thread PHP If statement help required.
http://php.net/if if (!know()) { read('Manual'); } else { fail(); }
Jan 22, 2009 -
Tom Thumb liked Kaizoku's post in the thread Silly Question - But Possible or not?.
Try mencoder, it can do it. exec('mencoder "mf://*.jpg" -mf fps=30000/1001 -o test.avi -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=800');
Jan 19, 2009 -
mokimofiki liked Kaizoku's post in the thread If then and or?.
Even more simplified. only need 2 lines :) $number = array(rand(1,100), rand(1,100), rand(1,100)); echo in_array(2, $number) &&...
Jan 5, 2009 -
tamilsoft liked Kaizoku's post in the thread PHP + CURL help.
There are 3 different versions of php. php as a apache module php-cli php-cgi. The one you want is php-cli (command line interface),...
Jan 5, 2009 -
thuankkk liked Kaizoku's post in the thread Need help with PclTar.lib.
I don't trust shareware like winrar, try using open source like 7zip, it supports all of winrar supports and many more like .7z, which...
Jan 4, 2009 -
tarponkeith liked Kaizoku's post in the thread Making a query look like a directory.
I see what you mean, you need to specify the parameters in a .htaccess file. But php alone can't do it, because server doesn't know that...
Sep 19, 2008 -
ColorWP.com liked Kaizoku's post in the thread cURL Remote Download File Size Limiting/Ping Remote URL without Downloading it Fully?.
Okay, I went through the packets, and it seems you need to use curl to POST onLoad=%5Btype%20Function%5D ( if doesnt work use decoded...
Sep 16, 2008 -
bomberman liked Kaizoku's post in the thread Google adsense is a waste of time.
Try to start up a website with a more competitive niche if you want big bucks from adsense.
Feb 15, 2008 -
phinelinda liked Kaizoku's post in the thread Widgetbucks Not displaying?.
Please people, do some research before signing up for something. Widgets only display for USA/Canada traffic. Other countries will...
Feb 6, 2008 -
fcmisc liked Kaizoku's post in the thread What does r= do?.
Some browsers, or users disable referers, doing this way double checks it. Like how you do a bank reconciliation in accounting...
Feb 4, 2008 -
kloop liked Kaizoku's post in the thread Will Google Give My Site A PR?.
Redirects don't give you PR, backlinks give you PR, this question is answered many times, please search the forum for obvious things...
Jan 29, 2008 -
Pervert-For-Life liked Kaizoku's post in the thread Widgetbucks Highest Paying category.
All CPM is the same, depends on the origin of the visitor not the category.
Jan 24, 2008 -
guruguy liked Kaizoku's post in the thread Wildcard and other search inputs.
This is on the top of my head, not tested. $string = "192.268.0.1:8080";...
Jan 6, 2008 -
slava liked Kaizoku's post in the thread Canep Media, a Great Ads Solution.
What is average ecpm rate?
Dec 26, 2007 -
tarponkeith liked Kaizoku's post in the thread most efficient way of checking for mysql results....
while ($db_row = mysql_fetch_array($db_data, MYSQL_NUM)) { if ($db_row[0]) $first_field = $db_row[0]; else continue; } Always use a...
Dec 9, 2007