Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 11-23-2004, 06:34 PM   #1
Dynamix
G F Y not
 
Industry Role:
Join Date: Jan 2004
Location: MN
Posts: 2,910
Anyone need small PHP script programming?

If you have a small project requiring PHP, possibly with MySQL database integration, hit me up. I need something to code, especially if I can sell the script later on my site

Just finished up a small graphical counter...

www.dxan.com/image.php


Patrick
__________________

TGPFactory Full TGP Design & Installation Services
ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
See who I am at AdultWhosWho.com!
Dynamix is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-23-2004, 06:42 PM   #2
devilspost
Confirmed User
 
devilspost's Avatar
 
Industry Role:
Join Date: Feb 2004
Location: Tampa yomebe -at- hotmail
Posts: 3,980
Howbout a porn site review script.
__________________

Brothels and Escorts Worldwide.
devilspost is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-23-2004, 06:43 PM   #3
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
free? hehe
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-23-2004, 06:52 PM   #4
Dynamix
G F Y not
 
Industry Role:
Join Date: Jan 2004
Location: MN
Posts: 2,910
Quote:
Originally posted by JaceXXX
free? hehe
free or cheap
__________________

TGPFactory Full TGP Design & Installation Services
ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
See who I am at AdultWhosWho.com!
Dynamix is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-23-2004, 06:56 PM   #5
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
Quote:
Originally posted by Dynamix
free or cheap
how about this

i am trying to get my hosted galleries in order for our ccbill based program

and I need to make the urls be
http://www.domain.com/gallery/index.php?id=123456

and when someone grabs the galleries they just replace the 123456 with their ccbill id.....and when the page loads up it replaces the php code in the id given in the url

what is the easiest way to do this?

i have been trying to use

<?php
echo($_GET["id"]);
?>

but when I do

<a href="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=
<?php
echo($_GET["id"]);
?>-0000&PA=812850"></a>

it fucks up the a href formatting and doesn't format right
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-23-2004, 06:58 PM   #6
candyflip
Carpe Visio
 
candyflip's Avatar
 
Industry Role:
Join Date: Jul 2002
Location: New York
Posts: 43,064
Quote:
Originally posted by devilspost
Howbout a porn site review script.
A simple one that anyone could easily integrate into their site would be a great little tool to have.

Wouldn't be to difficult to code either. This is something that I could even do
__________________

Spend you some brain.
Email Me
candyflip is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-23-2004, 06:59 PM   #7
Dynamix
G F Y not
 
Industry Role:
Join Date: Jan 2004
Location: MN
Posts: 2,910
Quote:
Originally posted by JaceXXX
how about this

i am trying to get my hosted galleries in order for our ccbill based program
lemme see your script so far, email to [email protected] as a .txt file
__________________

TGPFactory Full TGP Design & Installation Services
ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
See who I am at AdultWhosWho.com!
Dynamix is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-23-2004, 07:00 PM   #8
naitirps
Confirmed User
 
Join Date: May 2004
Location: ...
Posts: 761
Quote:
Originally posted by JaceXXX
how about this

i am trying to get my hosted galleries in order for our ccbill based program

and I need to make the urls be
http://www.domain.com/gallery/index.php?id=123456

and when someone grabs the galleries they just replace the 123456 with their ccbill id.....and when the page loads up it replaces the php code in the id given in the url

what is the easiest way to do this?

i have been trying to use

<?php
echo($_GET["id"]);
?>

but when I do



it fucks up the a href formatting and doesn't format right
do this:

print "<a href=\"http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=".$_GET[id]."-0000&PA=812850\">bla bla ".$_GET[id]."</a>";
__________________
Programmer
ICQ 44035273 | AIM spritwork | Email spritian at spritian dot com
naitirps is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-23-2004, 07:01 PM   #9
crockett
in a van by the river
 
crockett's Avatar
 
Industry Role:
Join Date: May 2003
Posts: 76,806
how about a simple search engine? nothing that goes out and finds pages but something you can add the links yourself and then the script will find the pages based on the requests?
__________________
In November, you can vote for America's next president or its first dictator.
crockett is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-23-2004, 07:02 PM   #10
Dynamix
G F Y not
 
Industry Role:
Join Date: Jan 2004
Location: MN
Posts: 2,910
Quote:
Originally posted by naitirps
do this:

print "<a href=\"http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=".$_GET[id]."-0000&PA=812850\">bla bla ".$_GET[id]."</a>";
Use ECHO():

echo('<a href="http://refer.ccbill.com/cgi-bin/click.cgi?CA='.$_GET[id].'-0000&PA=812850">link for '.$GET[id].'</A>');
__________________

TGPFactory Full TGP Design & Installation Services
ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
See who I am at AdultWhosWho.com!
Dynamix is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-23-2004, 07:02 PM   #11
Dynamix
G F Y not
 
Industry Role:
Join Date: Jan 2004
Location: MN
Posts: 2,910
Quote:
Originally posted by crockett
how about a simple search engine? nothing that goes out and finds pages but something you can add the links yourself and then the script will find the pages based on the requests?
This could be done pretty easily with a database, good idea
__________________

TGPFactory Full TGP Design & Installation Services
ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
See who I am at AdultWhosWho.com!
Dynamix is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-23-2004, 07:04 PM   #12
naitirps
Confirmed User
 
Join Date: May 2004
Location: ...
Posts: 761
Quote:
Originally posted by Dynamix
Use ECHO():

echo('<a href="http://refer.ccbill.com/cgi-bin/click.cgi?CA='.$_GET[id].'-0000&PA=812850">link for '.$GET[id].'</A>');
eh, to each his own... i prefer print
__________________
Programmer
ICQ 44035273 | AIM spritwork | Email spritian at spritian dot com
naitirps is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-23-2004, 07:06 PM   #13
crockett
in a van by the river
 
crockett's Avatar
 
Industry Role:
Join Date: May 2003
Posts: 76,806
Quote:
Originally posted by Dynamix
This could be done pretty easily with a database, good idea
if you do it make it public lol becouse I need a script to do that..
__________________
In November, you can vote for America's next president or its first dictator.
crockett is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-23-2004, 07:09 PM   #14
Dynamix
G F Y not
 
Industry Role:
Join Date: Jan 2004
Location: MN
Posts: 2,910
Quote:
Originally posted by crockett
if you do it make it public lol becouse I need a script to do that..
Will do Do you want the results organized in any particular order? Of course it won't be anything like Google's algorithms or anything
__________________

TGPFactory Full TGP Design & Installation Services
ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
See who I am at AdultWhosWho.com!
Dynamix is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-23-2004, 07:12 PM   #15
crockett
in a van by the river
 
crockett's Avatar
 
Industry Role:
Join Date: May 2003
Posts: 76,806
Quote:
Originally posted by Dynamix
Will do Do you want the results organized in any particular order? Of course it won't be anything like Google's algorithms or anything
maybe by the most clicked.. but they would need to see the url link and a discription of the link.. kinda like a fake google or something
__________________
In November, you can vote for America's next president or its first dictator.
crockett is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-23-2004, 07:43 PM   #16
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
i figured it out, nevermind

i am a dumbass....first off, i forgot to name the page .php and second it was the " that was fucking me up, and just by changing them to ' it works fine
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.