GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   I need a PHP programmer. (https://gfy.com/showthread.php?t=359791)

Decadawn 09-21-2004 12:12 PM

I need a PHP programmer.
 
I need a script for my hosted galleries to replace XXXXXX for the affiliate # in the html code. (CCbill)

Anyone can help?

LC

Claude 09-21-2004 12:20 PM

I´ll write one for 50 bucks. Email [email protected] (i´m not on ICQ right now, so you have to email me)

Claude 09-21-2004 12:27 PM

Quote:

Originally posted by Claude
I´ll write one for 50 bucks. Email [email protected] (i´m not on ICQ right now, so you have to email me)
I´m on ICQ 76004580 now

SilverTab 09-21-2004 12:32 PM

put this at the very top of your gallery
PHP Code:

<?
     $refid = $_GET['refid'];
?>

then anywhere you want to print it use
PHP Code:

     <?print $refid; ?>


then just call your galleries like that
http://www.yourgallery.com/gallerydi...hp?refid=xxxxx

easiest way to do it

prostock 09-21-2004 12:36 PM

maybe we can help you,

kindly contact us.
thanks

Decadawn 09-21-2004 12:38 PM

Quote:

Originally posted by SilverTab
put this at the very top of your gallery
PHP Code:

<?
     $refid = $_GET['refid'];
?>

then anywhere you want to print it use
PHP Code:

     <?print $refid; ?>


then just call your galleries like that
http://www.yourgallery.com/gallerydi...hp?refid=xxxxx

easiest way to do it

u rock! thanks a lot!

Theodor S. Geisel 09-21-2004 12:39 PM

Quote:

Originally posted by SilverTab
put this at the very top of your gallery

...
easiest way to do it

Top notch, SilverTab. These assholes want to charge $50 for 5 lines of code or less. That's fucking nuts. :thumbsup

SilverTab 09-21-2004 12:41 PM

if you need something more "managable" let me know..I did the one for juicycash

http://www.juicycash.com/fhg/linkcode.php

Jennie 09-21-2004 12:41 PM

hello dawn,

Please hit me up, we can help you out.

thanks

angel,

xxxoutsourcing 09-21-2004 12:42 PM

Quote:

Originally posted by SilverTab
put this at the very top of your gallery
PHP Code:

<?
     $refid = $_GET['refid'];
?>

then anywhere you want to print it use
PHP Code:

     <?print $refid; ?>


then just call your galleries like that
http://www.yourgallery.com/gallerydi...hp?refid=xxxxx

easiest way to do it

:thumbsup

Intrigue 09-21-2004 02:03 PM

Quote:

Originally posted by SilverTab
put this at the very top of your gallery
PHP Code:

<?
     $refid = $_GET['refid'];
?>

then anywhere you want to print it use
PHP Code:

     <?print $refid; ?>


then just call your galleries like that
http://www.yourgallery.com/gallerydi...hp?refid=xxxxx

easiest way to do it

nice, but you could trim it down even more just by using <?= $_GET["refid"] ?> anywhere you wanted to use it.

SilverTab 09-21-2004 02:44 PM

Quote:

Originally posted by Intrigue
nice, but you could trim it down even more just by using <?= $_GET["refid"] ?> anywhere you wanted to use it.
Yup....and you could also use "echo" instead of print..but hey..as long as it works! :winkwink: In this case there's no effect on the performance anyway so doesn't really matter....:)


All times are GMT -7. The time now is 05:35 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123