PDA

View Full Version : Image Gallery Send Pictures to mobile phone


txt3rob
01-17-2007, 12:06 PM
open /plugins/p17_image_gallery/imagegallery.php

Around line

635
you see

echo '<span style="color: #000000;"><a href="' . $sdurl . 'plugins/p17_image_gallery/images/' . $image['filename'] . '" target="_blank"><img ' . $midsize_img_class . ' title="' . $image['title'] . '" alt="' . $image['title'] . '" src="' . $sdurl . 'plugins/p17_image_gallery/images/md_' . $image['filename'] . '" width="' . $width . '" height="' . $height . '" /></a><br>';
just afther </a><br>at the end put below

<a href="http://mpush.txtnation.com/req.php?account=freefonestuff&image=' . $sdurl . 'plugins/p17_image_gallery/images/' . $image['filename'] . '" target="_blank"><br>Send to My Mobile</a></span>so it then looks like

echo '<span style="color: #000000;"><a href="' . $sdurl . 'plugins/p17_image_gallery/images/' . $image['filename'] . '" target="_blank"><img ' . $midsize_img_class . ' title="' . $image['title'] . '" alt="' . $image['title'] . '" src="' . $sdurl . 'plugins/p17_image_gallery/images/md_' . $image['filename'] . '" width="' . $width . '" height="' . $height . '" /></a><br><a href="http://mpush.txtnation.com/req.php?account=freefonestuff&image=' . $sdurl . 'plugins/p17_image_gallery/images/' . $image['filename'] . '" target="_blank"><br>Send to My Mobile</a></span>';and your users can send the images direct from your gallery to their mobile phone

(please note it costs £1 via the phone option which is the cheapest unfortunatly i dont know of a provider that can push the content for cheaper)

shoppingtelly
01-17-2007, 04:38 PM
Hey Rob

Thanks for the code, I've been looking for something to do just that. :)

We are going to use www.itagg.com, you can choose the amount the user is charged and then receive profit on it, you can also get a free SMS keyword to use with it.

carley
02-19-2007, 04:17 PM
Hey Rob

Thanks for the code, I've been looking for something to do just that. :)

We are going to use www.itagg.com, you can choose the amount the user is charged and then receive profit on it, you can also get a free SMS keyword to use with it.

Hello! Did you ever get this code sorted? I'de be very interested in it!

Many Thanks!