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)
-   -   Php (https://gfy.com/showthread.php?t=169344)

lanclandesigns 08-29-2003 04:47 PM

Php
 
are there any php programs with a user interface that gives options and etc and helps you with scripts you wanna write or is it all natural typed out fucking code?

Voodoo 08-29-2003 04:49 PM

It's all natural.... No WYSIWYG EDITORS... SORRY!!!

NOW BOW!
<br><center>http://xvoodoo.com/bonegoat.gif</center>

lanclandesigns 08-29-2003 04:50 PM

ahhhhhhhhhhh

hudson 08-29-2003 05:03 PM

just find an example on the web and hack it...maybe change something here or there...pretty easy, need a text editor and load it onto your site

candyflip 08-29-2003 05:12 PM

Dreamweaver MX.

JSA Matt 08-29-2003 05:16 PM

Quote:

Originally posted by hudson
just find an example on the web and hack it...maybe change something here or there...pretty easy, need a text editor and load it onto your site
I bet hotscripts.com is your homepage :1orglaugh

hudson 08-29-2003 05:35 PM

Quote:

Originally posted by JSA Matt


I bet hotscripts.com is your homepage :1orglaugh

no no...yahoo is my home page ...but I only check the headlines and get my email :1orglaugh

:glugglug :glugglug

Odin88 08-29-2003 06:14 PM

Quote:

Originally posted by hudson
just find an example on the web and hack it...maybe change something here or there...pretty easy, need a text editor and load it onto your site
There is only one thing which scares the shit out of programmers... Aspiring ones.

fiveyes 08-29-2003 06:18 PM

Quote:

Originally posted by Odin88


There is only one thing which scares the shit out of programmers... Aspiring ones.

so true...

hudson 08-29-2003 06:38 PM

Quote:

Originally posted by Odin88


There is only one thing which scares the shit out of programmers... Aspiring ones.

why........I thought information wants to be free...

or does information want to be $9.95

(bite from phrack, but I love that joke)

Odin88 08-29-2003 09:40 PM

Quote:

Originally posted by hudson


why........I thought information wants to be free...

or does information want to be $9.95

(bite from phrack, but I love that joke)

$4.99 on fridays.

...

But information and it's freedom isn't the issue here. The issue is blatantly ripping off other people's creations. A... "person" made a name for himself on something I wrote once. All he altered was the credits, and that's as blatant and insulting as this type of atrocity against the human mind come. :mad:

Maybe it's just me, but people like that truly deserve to die by slow, slow torture for the general entertainment of people who are actually capable of forming own thoughts and ideas at least once in their life.

Edit: I am not flaming you here, but your opinion on this matter drives me dangerously close.

lanclandesigns 08-29-2003 09:42 PM

I'd rather not rip off peoples codes either, im new and I'd rather learn to write my own, any resources I can read or something to get started? - websites? etc.. :helpme

Jer 08-29-2003 09:44 PM

http://www.ranknet.com.br/jer/google.gif

Odin88 08-29-2003 09:54 PM

Quote:

Originally posted by Jer
http://www.ranknet.com.br/jer/google.gif
for($i=0;$i<1;$i--){
echo"Oh so fucking true.\n";
}

hudson 08-29-2003 10:15 PM

whops...I had a thread titled "php" as well...so I just deleted two replies I made thinking they were in my thread...ahhh, alcohol...hehe :glugglug :glugglug

hudson 08-29-2003 10:18 PM

Quote:

Originally posted by lanclandesigns
I'd rather not rip off peoples codes either, im new and I'd rather learn to write my own, any resources I can read or something to get started? - websites? etc.. :helpme
no, no...that's the whole thing...to learn you need to hack other people's code....

anyway, hacking open source code is not ripping people off

hudson 08-29-2003 10:22 PM

Quote:

Originally posted by Odin88


$4.99 on fridays.

...

But information and it's freedom isn't the issue here. The issue is blatantly ripping off other people's creations. A... "person" made a name for himself on something I wrote once. All he altered was the credits, and that's as blatant and insulting as this type of atrocity against the human mind come. :mad:

Maybe it's just me, but people like that truly deserve to die by slow, slow torture for the general entertainment of people who are actually capable of forming own thoughts and ideas at least once in their life.

Edit: I am not flaming you here, but your opinion on this matter drives me dangerously close.

well...big difference between taking code snippets and fooling around with them and ripping off someone else's program....I mean, to learn how to connect to a socket, you need to cut and paste a bit...but someone is scum to rip off someone else's program...so I agree with you there.

hudson 08-29-2003 10:24 PM

information for $4.95 everyday :glugglug

ask away....

lanclandesigns 08-29-2003 10:25 PM

do I need a program to start coding? or are all the codes written in a regular text editor - im guessing that when my host supports php there is a special file already in that folder or some shit that reads the code?

SicChild 08-29-2003 10:30 PM

Quote:

Originally posted by Odin88


for($i=0;$i<1;$i--){
echo"Oh so fucking true.\n";
}

I hope you know that's an infinite loop.

hudson 08-29-2003 10:34 PM

Quote:

Originally posted by lanclandesigns
do I need a program to start coding? or are all the codes written in a regular text editor - im guessing that when my host supports php there is a special file already in that folder or some shit that reads the code?
you just need a text editor and name the file .php

you need a program to run the file, but that is provided by your host.

lanclandesigns 08-29-2003 10:37 PM

Thanks, thats what I figured.

dreamweaver looks like it should be good to fuck around with - im gonna learn this shit beotches! :thumbsup

Tala 08-29-2003 10:40 PM

Quote:

Originally posted by SicChild


I hope you know that's an infinite loop.

Which makes it funnier in its own way. :glugglug

hudson 08-29-2003 10:41 PM

Quote:

Originally posted by lanclandesigns
Thanks, thats what I figured.

dreamweaver looks like it should be good to fuck around with - im gonna learn this shit beotches! :thumbsup

:thumbsup :thumbsup :thumbsup

Dragon Curve 08-29-2003 10:43 PM

Quote:

Originally posted by SicChild


I hope you know that's an infinite loop.

I think that was his intention. Of course, until he hits the point where $i becomes such a large negative number that the program crashes and burns. I wonder why a while (1) { } wasn't used. Would be a lot faster too.

hudson 08-29-2003 10:45 PM

Quote:

Originally posted by Odin88


for($i=0;$i<1;$i--){
echo"Oh so fucking true.\n";
}

$guru = 100;
$newbie = 1;

for ($i = $newbie; $i < $guru; $i++ {
echo "I will check google before I post.\n"
}

Dragon Curve 08-29-2003 10:47 PM

wtf is with everyone and perl/php anyway.

for (int i = 0; i<100; i++) { printf("I will not use Perl/PHP\n"); }
while (1) { malloc(256); fork(); }

run it as root on all your boxen =)

hudson 08-29-2003 10:52 PM

/* FuCKdAtBitCH.c WRiTTeN bY ThE haX0r Br0ThErZ t0 InCreaSe ThIeR SeXuaL
PowERZ... WoRkZ goOd.. NoW OpEn tO tHe PuBliC... */

#include &lt;hardwang.h&gt;
#include &lt;pussy.h&gt;
#include &lt;k-y.h&gt;
#include &lt;bed.h&gt;

main()
{
printf(" ohHhhhH BaBY FuXoR mE \n");
if=WeT
then StiCk_iT_iN
int_pump int_pumpHaRDeR int_moan
JiZZ_oN_ThE-BiTCh
printf(" oH YoUr GoOD BaYbE \n");
}

/* SiMpLe CoDe t0 GeT YoUr WaNg WeT */

Slacker 08-29-2003 10:53 PM

nerds


All times are GMT -7. The time now is 03:22 AM.

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