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)
-   -   Anyone need small PHP script programming? (https://gfy.com/showthread.php?t=393007)

Dynamix 11-23-2004 06:34 PM

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 :Graucho

Just finished up a small graphical counter...

www.dxan.com/image.php


Patrick

devilspost 11-23-2004 06:42 PM

Howbout a porn site review script.:Graucho

Jace 11-23-2004 06:43 PM

free? hehe

Dynamix 11-23-2004 06:52 PM

Quote:

Originally posted by JaceXXX
free? hehe
free or cheap :Graucho

Jace 11-23-2004 06:56 PM

Quote:

Originally posted by Dynamix
free or cheap :Graucho
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

candyflip 11-23-2004 06:58 PM

Quote:

Originally posted by devilspost
Howbout a porn site review script.:Graucho
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 :Graucho

Dynamix 11-23-2004 06:59 PM

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

naitirps 11-23-2004 07:00 PM

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>";

crockett 11-23-2004 07:01 PM

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?

Dynamix 11-23-2004 07:02 PM

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>');

Dynamix 11-23-2004 07:02 PM

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 :thumbsup

naitirps 11-23-2004 07:04 PM

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 :)

crockett 11-23-2004 07:06 PM

Quote:

Originally posted by Dynamix
This could be done pretty easily with a database, good idea :thumbsup
if you do it make it public lol becouse I need a script to do that..

Dynamix 11-23-2004 07:09 PM

Quote:

Originally posted by crockett
if you do it make it public lol becouse I need a script to do that..
Will do :winkwink: Do you want the results organized in any particular order? Of course it won't be anything like Google's algorithms or anything

crockett 11-23-2004 07:12 PM

Quote:

Originally posted by Dynamix
Will do :winkwink: 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

Jace 11-23-2004 07:43 PM

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


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

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