Click to See Complete Forum and Search --> : Need Some input !!!!!!!!!!!


lanjoky
10-19-2003, 01:01 AM
Ok guys/gals,

I am finally getting some time to myself, school has been a major pain in the but lately, and want to start a new php project. The only problem is I cant think of anything constructive to start ... So I turn to you guys ... hoping you can give some good ideas that will inspire me to start working on something.

Here are some ideas that ive thought of but are frankly not what I want to do:
create a blog
create a CMS
create a portal

I want something somewhat unique that takes some thought in how to attack building of the project ....

Any help you guys can give would be greatly appreciated!!

drawmack
10-19-2003, 01:06 AM
why don't you create a portal that uses a cms to allow people to host their blogs?

Merve
10-19-2003, 12:13 PM
Make a forum script or make something like really annoys people (like a forum script). :D

drawmack
10-19-2003, 01:12 PM
oh oh make a cron that will automatically post links to related threads for common questions posted to the forums.

jebster
10-19-2003, 01:35 PM
How 'bout a fully featured FTP program? In PHP of course.

Merve
10-19-2003, 04:41 PM
Open your own bank and make an online transaction thingy.

drawmack
10-19-2003, 06:04 PM
better yet, right a php script that will read my mind and then write whatever program I am thinking about.

Merve
10-19-2003, 08:11 PM
Originally posted by drawmack
better yet, right a php script that will read my mind and then write whatever program I am thinking about.


<?php
echo $what_drawmack_is_thinking;
?>


output: "Merve is a dork-ass. Mmmm....cheesecake. What the hell? There's no cheese!" :p

You've got a lot of input now, lanjoky. How about some output? (You can post the code in code critique forum when you're done) :):):)

lanjoky
10-19-2003, 10:10 PM
Originally posted by drawmack
better yet, right a php script that will read my mind and then write whatever program I am thinking about.

<?php
$what_drawmack_is_thinking = "SEX SEX SEX SEX";
echo $what_drawmack_is_thinking;
?>

Wow that was easy .... next :)....

Other then the ftp program there has been no "solid" input .... this is a serious question!!

Thanks

Moonglobe
10-19-2003, 10:48 PM
write something big. people will buy it if its big. and then you make money. people like big. win-win. :D

drawmack
10-19-2003, 11:02 PM
Originally posted by lanjoky
<?php
$what_drawmack_is_thinking = "SEX SEX SEX SEX";
echo $what_drawmack_is_thinking;
?>

Wow that was easy .... next :)....

Other then the ftp program there has been no "solid" input .... this is a serious question!!

Thanks

that doesn't write the program I'm thinking about.

ForgotMyPass
10-20-2003, 12:43 AM
Close enough. Your obviously thinking of a PHP script that makes ASCII porn.

LordShryku
10-20-2003, 12:44 AM
Well, a couple suggestions

1) The ModBot. Seems to have been a lot of conversation but no real action.

2) A WYSIWYG PHP editor. Seems to be tons of IDE's out there, but still people use Dreamweaver(who's PHP support is just not up to snuff IMHO)

3)Originally posted by drawmackoh oh make a cron that will automatically post links to related threads for common questions posted to the forums. Make this a reality. PLEASE make this a reality :D

Merve
10-20-2003, 09:00 PM
I'm serious. Make a word-search creator (a complicated one).

ForgotMyPass
10-20-2003, 09:16 PM
Dreamweaver > j00.

I really just use it for the color coding and reference boxes.

LordShryku
10-20-2003, 09:55 PM
Originally posted by ForgotMyPass
Dreamweaver > j00.

I really just use it for the color coding and reference boxes.
if(in_array($crap, "Dreamweaver")) {
echo "Found Dreamweaver in the crap pile!";
}
else {
echo "Well, it should be in the crap pile";
}

Merve
10-21-2003, 09:11 AM
Use something where you have complete control over your code, right LordShryku? Although something tells me that the LART is coming your way because of that post......

:D

LordShryku
10-21-2003, 11:40 AM
Originally posted by Merve
Use something where you have complete control over your code, right LordShryku? Although something tells me that the LART is coming your way because of that post......

:D

Bring it on!!! :D

And yeah, I'd rather hand-do everything. Maybe I'm just a sadist.

Elizabeth
10-21-2003, 06:09 PM
Now now, don't be dissin' my Dreamweaver... I love that damn thing. And yes, I do code by hand at times, but it's so much better for the brainless HTML stuff like tables and such.

So :p

-Elizabeth

lanjoky
10-21-2003, 06:16 PM
I agree totally ... Dreamweaver is the best editor that Ive found so far ... I cant live without it !!

LordShryku
10-21-2003, 06:26 PM
:eek:

I'm one of those VI and Notepad guys though. Never really used any IDE's

jebster
10-21-2003, 06:46 PM
Originally posted by LordShryku
:eek:

I'm one of those VI and Notepad guys though. Never really used any IDE's

I couldn't stand not having syntax highlighting!

LordShryku
10-21-2003, 06:48 PM
Originally posted by jebster
I couldn't stand not having syntax highlighting!
I've tried a couple of them. That syntax highlighting seems more distracting anymore.

jebster
10-21-2003, 06:56 PM
Originally posted by LordShryku
I've tried a couple of them. That syntax highlighting seems more distracting anymore.

I didn't like the colors at first so I changed them so they are perfect now! ;)

Moonglobe
10-21-2003, 10:41 PM
Originally posted by jebster
I didn't like the colors at first so I changed them so they are perfect now! ;) same here............ as a friend commented mine's rather pastell-y now ;)

Merve
10-22-2003, 09:16 PM
sounds like open-source

Moonglobe
10-22-2003, 09:17 PM
wah....?

lanjoky
10-22-2003, 10:44 PM
Come on guys you can do better then this .... keep feeding ideas!!!!!!

Moonglobe
10-22-2003, 10:48 PM
calm down dude :cool:

really give us a break. If you really wanted an On Topic thread you should have posted in General Help. :p

but seriously we've given you ideas........ maybe we can't think of any more? ever think of that?

Weedpacket
10-22-2003, 11:15 PM
Maybe the problem is that when we think of a really cool idea we thinks to ourselves "I'll do that!" and fail to pass it on.

jebster
10-22-2003, 11:28 PM
Originally posted by lanjoky
Come on guys you can do better then this .... keep feeding ideas!!!!!!

VV :D VV

Originally posted by jebster
How 'bout a fully featured FTP program? In PHP of course.

;)

Weedpacket
10-23-2003, 01:36 AM
A web application all-singing-all-dancing RPC-communicating Javascript-driven GUI form construction kit! On-the-fly creation or cached HTML output!

Merve
10-23-2003, 07:12 PM
PEBoDMyAdmin! :D No, I'm just joking, that's my project.

I'm serious about the wordsearch creator...then you could have a family of puzzles, you could make a crossword creator, a Caesar Cipher creator....or....(now this is getting really ambitious)...make an entire puzzle site, complete with forum, and you login, and you have a series of puzzles that you keep updating, and you can unlock new puzzles, create puzzles and post them, etc. I'm starting to think Weed was right...now I want to do this :D (even though I can't...damn...)

I'm serious about that puzzle site idea....no matter how suprising it is that I'm serious.

lanjoky
10-23-2003, 07:23 PM
lol u serious ??? ROFL thats a first :) ... j/k .... I didnt mean to sound rude with my last post ... just wanted ideas to keep comming in .... its been a while since ive been on the boards so I need to start watching how i state things ... I apologize if it sounded as though I was barking at you guys ... just wanted more ideas :) ... thanks to those of you that have posted ...


I am looking into the puzzle idea and the ftp idea and will see what I can do .. maybe I can get turn it into one project?? :)


Thanks again .

Merve
10-23-2003, 07:29 PM
How to integrate both ideas: Make them separately, and have something on the site saying: "Upload your stuff via FTP!"

Seriously, I don't really know how to integrate the two. Maybe have this thing that for signing up, you get to also use the FTP client to upload your files to whatever server you want, whenever you want (and say that it kicks WinSCP's ass)

jebster
10-23-2003, 08:33 PM
How 'bout a site spell checking script? I'd think it would be too hard tho cause of the Pspell Functions, I was thinking about it but my computer runs windows and the manual says: "This extension is not available on Windows platforms" so I am kinda SOL! :(

Or maybe a POP mai program type thing...

Or a PHPPaint image editing program.

Or a all out website manager

Or build on the wordsearch creator, and make a script that does that and makes random mazes(a image), and those crossword puzzle things