Login     Sign up
Make Your Site Mobile-Friendly in Two Minutes
Sam Prasla (@micks)
Join date: Nov 14th 2010
Community posts: 22
View Profile
Send Message

I just found some script on this web site

http://www.mikeindustries.com/blog/archive/2005/07/make-your-site-mobile-friendly

<br />
<?php<br />
function callback($buffer) {<br />
if ($_SERVER['SERVER_NAME'] == 'mobile.myawesomeblog.com') {<br />
$buffer = str_replace('http://www.myawesomeblog.com', 'http://mobile.myawesomeblog.com', $buffer);<br />
$buffer = preg_replace('/[\n\r\t]+/', '', $buffer);<br />
$buffer = preg_replace('/\s{2,}/', ' ', $buffer);<br />
$buffer = preg_replace('/(<a[^>]>)(<img[^>]+alt=")([^"])("[^>]>)(<\/a>)/i', '$1$3$5<br />', $buffer);<br />
$buffer = preg_replace('/(<link[^>]+rel="[^"]
stylesheet"[^>]>|<img[^>]>|style="[^"]")|<script[^>]>.?<\/script>|<style[^>]>.?<\/style>|<!--.?-->/i', '', $buffer);<br />
$buffer = preg_replace('/<\/head>/i', '<meta name="robots" content="noindex, nofollow"></head>', $buffer);<br />
}<br />
return $buffer;<br />
}<br />
ob_start("callback");<br />
?>

i am not PHP expert and dont even have basic knowledge of PHP...i dont know what to write in server field "($_SERVER['SERVER_NAME']"

will this script work with free version Jcow 4.2.0...??

can any one help

172 months ago
arizon efendi (@arizon)
Join date: Aug 26th 2010
Community posts: 145
View Profile
Send Message

its nice.. i will study it first

172 months ago
Sam Prasla (@micks)
Join date: Nov 14th 2010
Community posts: 22
View Profile
Send Message

thanks arizon

you also need to see

http://mobilecommercetools.com/mobile-redirect-script.php

I am not sure if its helpful

172 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

you have to write nothing in the SEVER_NAME field. It is a system variable that gives you the name of the url of your site. For example here it is community.jcow.net

172 months ago
Sam Prasla (@micks)
Join date: Nov 14th 2010
Community posts: 22
View Profile
Send Message

Thanks a lot falcone, you are really a PHP god

Can we use this script..????...will it help viewing demo version Jcow 4.2.0 on any mobile ???

172 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

lol :)

172 months ago