Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-19-2013, 12:56 PM   PM User | #1
zinne
New to the CF scene

 
Join Date: Jan 2013
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
zinne is an unknown quantity at this point
Question PHP basic help

Hello, I have an image hosting site which creates the image links like this ''www.zinimg.com/image/blablabla''. Now I want to monetize the site using adf.ly, and I want the user that uploads an image to be redirected to an adf.ly link an then back to the image they have uploaded to the server. This is how the code from adf.ly looks.

<script type="text/javascript">
var adfly_id = 3111986;
var adfly_advert = 'int';
var domains = ['depositfiles.com', 'rapidshare.com', 'vip-file.com', 'smsfiles.ru', '4files.net', 'turbobit.ru', 'uploading.com', 'letitbit.net', 'depositfiles.ru', 'sms4file.com', 'ifolder.ru', 'hotfile.com', 'anyfiles.net', 'sharingmatrix.com', 'megashare.com', 'megaupload.com', 'rapidshare.de', 'rapidshare.ru', 'uploadbox.com', 'filefactory.com', 'filefactory.ru', 'filepost.ru', 'onefile.net', 'freefolder.net', 'getthebit.com', 'turbobit.net',];
</script>
<script src="http://cdn.adf.ly/js/link-converter.js" type="text/javascript"></script>

What I want to do is add my own domain which is www.zinimg.com and then add the image part like this, www.zinimg.com/image/?
The problem is that I don't have much experience coding, so what I need help with is creating a code that will work for any text after the zinimg.com/image/. That way any link generated when uploading will automatically be shortened using adf.ly. Say we upload an image and the image url is www.zinimg.com/image/V, and we upload another image with the url www.zinimg.com/image/D, what I want to do is have any link after the /image/ to redirect to an adf.ly link before showing the image normally.
Hope you understood my bad explanation, I just have no clue how to explain it in a proper way ^^.
I thank you beforehand for any answer, cheers!
zinne is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:27 AM.


Advertisement
Log in to turn off these ads.