-
Advertisingy u no do it?
Advertising (learn more)
Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.
Starts at just $1 per CPM or $0.10 per CPC.
Likes Received By jayshah
-
daredashi liked jayshah's post in the thread Useful cpanel tool.
Should: return file_get_contents("http://$user:$pass@flinserver.dnscache.net:2082/".$fileQuery); not be return...
May 30, 2008 -
salihpk liked jayshah's post in the thread Problem with NS ?.
You don't have any A records for your nameservers: http://www.intodns.com/indian-medicines.info
May 28, 2008 -
KC TAN liked jayshah's post in the thread WebNichz asking for a review please.
Very nice design. Personally, I'd add a bit of padding to the right grey box. Also, from Ubuntu, there is a white gap above the Woman's...
May 26, 2008 -
Agent_Smith liked jayshah's post in the thread Any ideas?.
Try this?: <?php require ('../multi_operations/config_inc.php'); $result = mysql_query("SELECT * FROM multi_forums"); while ($row =...
May 21, 2008 -
newzone liked jayshah's post in the thread Turn on / off.
1. Open your httpd.conf file, and look for AllowOverride , set that to All or your specific options if its a shared system. 2. If PHP...
May 20, 2008 -
King Goilio liked jayshah's post in the thread .htaccess RewriteRule help needed please.
(.*) is greedy, try (.*?) Jay
May 20, 2008 -
Ckrismoney liked jayshah's post in the thread Why does 1 person on my site look like 20 sometimes?.
What application is this based on? How are visitors tracked, cookies or IP? If it's IP, I'd say they don't accept cookies therefore...
May 17, 2008 -
J.T.D. liked jayshah's post in the thread preg_replace Help.
This works on PHP 5: <?php function inc($match){ include($match[1]); } $str = '{T.test} test {T.lawl}'; echo...
May 10, 2008 -
PowerExtreme liked jayshah's post in the thread Any php experts know?.
No, it won't harm it as such. You can easily place some framebreaker code so your site automatically escapes them. Jay
May 10, 2008 -
uttoransen liked jayshah's post in the thread [WTS] SurfSieve - Alexa Auto Surf website! - Custom coded website.
I'll bid $30. Jay
Apr 16, 2008 -
Astroman liked jayshah's post in the thread remove spaces preg replace.
You can use: $str = preg_replace('/\s\s+/', ' ', $str); To trim excess whitesplace, and www.php.net/str_replace to replace spaces to...
Apr 16, 2008 -
scubita liked jayshah's post in the thread Contact form Spam : 195.189.142.XXX.
Do you mean like http://www.blockacountry.com/? Remember, new IP blocks are allocated all the time, so it not a simple as a one-click...
Apr 15, 2008 -
blueparukia liked jayshah's post in the thread If last key in a array.
You could do something like: foreach ($array as $id => $item){ // ... if ($id == (count($array)-1)){ // Add your period...
Apr 5, 2008 -
Hakkairu liked jayshah's post in the thread What is this Encoded in?.
It's not. Its just a loop of base64 decodes and eval's. It's not any form of "encryption". Jay
Mar 31, 2008 -
enezeusx liked jayshah's post in the thread htaccess redirec from domain.com to www.domain.com (ssl).
Here is the solution I have: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://www.YOURDOMAIN.com%{REQUEST_URI}
Mar 17, 2008 -
imnajam liked jayshah's post in the thread Checking title of 10 URL's.
From http://www.zend.com//code/codex.php?ozid=233&single=1 <?php function get_title_tag($chaine){ $fp = fopen ($chaine, 'r');...
Feb 19, 2008 -
ziya liked jayshah's post in the thread Help to determine what a country come from visitor.
MaxMind's Free GeoIP Country database is what you're after. They also have a city one. Hope this helps, Jay
Feb 18, 2008 -
AT-XE liked jayshah's post in the thread I need some decode.....
Yes: // Dragon Scourge // // Program authors: Jamin Blount // Copyright (C) 2007 by renderse7en // Script Version...
Feb 18, 2008 -
bquast liked jayshah's post in the thread Array help.
Try: <?php $want = 5; $counter= 0; foreach($file as $row) { if ($counter == $want){ $line = explode("|", $row); echo...
Feb 17, 2008