Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

   

Reply
 
LinkBack Thread Tools Display Modes
Old 04-30-2007, 08:58 AM   #1 (permalink)
Inactive
 
Join Date: 04-30-07
Posts: 15
iTrader: 0 / 0%
Latest Blog:
None

sweetcrabhoney18 is liked by many
Smile Need script Installer???

Hi there, I'm new here.. My name is Chimica. Ok so for the past week I've been looking for a program that can install scripts (php) easliy without knowing a lot of the tech stuff. I've looked and looked and can't find anything! I know I could easily go to someone to install it but I also know there will be about 20 more i will need to install before the end of May.. heince the reason I need a program to do this. I don't mind paying for it as long as it works and I'm not limited to the amount of scripts i can install or the servers. I know very little about scripts but I know a lot about web design. Please some one help me! I really don't want to pay $20 for each script to be installed.. that would be a nightmare. Thank you in advance.. If you have any questions please ask.. thanks again!
sweetcrabhoney18 is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-30-2007, 03:21 PM   #2 (permalink)
Inactive
 
StupidScript's Avatar
 
Join Date: 09-22-06
Location: Los Angeles
Posts: 678
iTrader: 0 / 0%
Latest Blog:
None

StupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really nice
Welcome to the forums, Chimica!

A PHP script doesn't need to be "installed". As a member of the "scripts" class, PHP is written directly into web pages, like HTML and Javascript. Its code is then interpreted by the web server when the page is requested, the page code is compiled at that time in response to the PHP code's instructions, and the completed page is then delivered to the requestor.

As long as (a) you have a PHP script you want to use, (b) you have PHP capability enabled on your web server and (c) you have the pages you want to include the PHP scripts in, you should be good to go ... basically.

Are you really looking for a tutorial on how to use PHP?
StupidScript is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-30-2007, 03:25 PM   #3 (permalink)
Inactive
 
Join Date: 04-30-07
Posts: 15
iTrader: 0 / 0%
Latest Blog:
None

sweetcrabhoney18 is liked by many
I understand all that... and yes i have php 4.3 ( i think) on my computer.. I have tried uploading this script on to my site with cute ftp and filezilla.. nothing works. I don't need a tutorial. I need it installed! lol its not working! Ive tried for hours! nothing at all works.. its like an evil script.. thanks tho
sweetcrabhoney18 is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-30-2007, 03:48 PM   #4 (permalink)
Inactive
 
StupidScript's Avatar
 
Join Date: 09-22-06
Location: Los Angeles
Posts: 678
iTrader: 0 / 0%
Latest Blog:
None

StupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really nice
Before going any further, do this simple test:

1) Create a new text file named "phpinfo.php"
2) Type exactly this into that file and save it:
Code:
<?php echo phpinfo(); ?>
3) Upload that file to the root of your web server (i.e. /var/www/html/) using ASCII mode (not binary mode)
4) Go to your website and use the file's URL (i.e. http: //www.yoursite.com/phpinfo.php) to view the output of the test file.

You should see all of the options PHP was installed with, and other info, too.

Can't see any output?

1) Check to make sure you typed in exactly what I wrote above.
2) Check the "file permissions" on the file you uploaded. The permissions MUST allow the web server identity to "read" the file. Typically, permissions on a web page are 644 (or rw-r--r--).

Still can't see any output?

1) Your PHP isn't running for some reason.
2) You are not uploading/accessing the test page correctly. Check where the file is located and the URL you are using to access it.

If you have access to your server's log files, check the error log for your site after each attempt to access the test page. In a default setup, you should see PHP errors listed in the log file that you will use to troubleshoot what is going on. (I am referring to your script troubleshooting, because there ARE no errors that will be in there as a result of the test page.)

If you CAN see the test page's output but you CAN'T see your script's output:

1) Reupload the script file in ASCII mode (not binary mode)
2) Check the permissions on the script page (should be 644 or rw-r--r--)
3) Check the URL you are using to access the script page

Other than those simple items, there might easily be an error in the script you are using that breaks the PHP during compilation and results in an "empty" page display. Possibilities include such diminuitive things as capitalization, punctuation and spelling.

(Here's a quick PHP tutorial, because you clearly need one. No shame ... just learn the basics.)

If you are still having trouble, you will need to give us a URL where we can see the result and/or some of the code or the name of the public script you are trying to use so we can see if there are any errors in it.
StupidScript is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-30-2007, 04:00 PM   #5 (permalink)
Inactive
 
Join Date: 04-30-07
Posts: 15
iTrader: 0 / 0%
Latest Blog:
None

sweetcrabhoney18 is liked by many
my php is working right.. i've done a few test pages myself with other programs and i had a friend check for errors on the script and there were none.. maybe you think im dumb or something ( which im not) i'm not looking for help installing it by typing all that tech stuff.. I can have my husband do that or even my friends ...I'm looking for a program that can do it for me.Because i know i cant keep having someone install 100 scripts without paying them something for it.. ugh.. here is an example of what i am looking for
http://www.cgi-installer-software.com
i would buy this one but the guy never respond to my emails.. Thank you tho.. You typed a lot. but I'm not dumb.. I understand php and cgi.. thanks!
sweetcrabhoney18 is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-30-2007, 04:30 PM   #6 (permalink)
Inactive
 
StupidScript's Avatar
 
Join Date: 09-22-06
Location: Los Angeles
Posts: 678
iTrader: 0 / 0%
Latest Blog:
None

StupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really nice
Sorry ... I certainly did not mean to imply that you are "dumb".

So if you are not having PHP installation issues, you know how to embed a PHP script into a page, you have other PHP scripts that you have successfully tested ... why do you keep asking for a "script to install PHP scripts"? Don't you realize that it is unnecessary? There's nothing to install! Just write the script, upload the page and there you go!

Maybe you should post the code you are having trouble with so we can take a look. Your search for a script that "installs" PHP scripts will get you nowhere, because they do not exist. Just like a script for "installing" HTML or Javascript code doesn't exist ...

<edit>
BTW, "all of that tech stuff" is what makes PHP go ... give it a try! It's not hard, and once you do it one time, you'll have it forever.
</edit>

Last edited by StupidScript : 04-30-2007 at 04:37 PM.
StupidScript is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-30-2007, 09:37 PM   #7 (permalink)
Inactive
 
Join Date: 04-29-06
Posts: 25
iTrader: 0 / 0%
Latest Blog:
None

CrapDice is liked by many
Quote:
Originally Posted by StupidScript View Post
<edit>
BTW, "all of that tech stuff" is what makes PHP go ... give it a try! It's not hard, and once you do it one time, you'll have it forever.
</edit>
Heh. I wish the parts of my brain responsible for memory retention listened to you.

As it were, and as a recovering n00b to PHP myself, I suspect "all of that tech stuff" and "php installer" is in regards to manually configuring a config.php file for host and mySQL details. I suspect she has some scripts that require this configuration but were not coded with a user-friendly configuration interface.

As theoretically "easy" as it really is, it can overwhelming at the beginning - particularly when your "coding" specialty is <table><div><br /><p> et al..

Just my two cents. By the way, thank you for all the great help you provide on this forum.

Enjoy,

CrapDice
CrapDice is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-01-2007, 12:10 AM   #8 (permalink)
Inactive
 
Join Date: 04-11-06
Posts: 6
iTrader: 0 / 0%
Latest Blog:
None

madcribz is liked by many
Send a message via MSN to madcribz
re: script installer

I have developed a few php script installers. Take a look at the example below. The example works only with cpanel servers but I have coded installers to install on servers other than cpanel.

Example: http://www.linkjen.com/wordpress-mass/setup.php

Let me know if I can help.
madcribz is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-01-2007, 09:02 PM   #9 (permalink)
Inactive
 
Join Date: 04-30-07
Posts: 15
iTrader: 0 / 0%
Latest Blog:
None

sweetcrabhoney18 is liked by many
What im looking for is a program that can install scripts itself. I'm not looking for someone to make fun of me or put down my smartness ( I have 4 majors and own 3 companies you tell me that aint work i dont know what is ) I'm looking for an ftp like program that can install and edit scripts. if i wanted to be teased and shit i would have gone some where else. Thank you for your help but i know now not to ask this forum for help.
sweetcrabhoney18 is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-01-2007, 11:49 PM   #10 (permalink)
Inactive
 
Join Date: 04-11-06
Posts: 6
iTrader: 0 / 0%
Latest Blog:
None

madcribz is liked by many
Send a message via MSN to madcribz
re:

Quote:
Originally Posted by sweetcrabhoney18 View Post
What im looking for is a program that can install scripts itself. I'm not looking for someone to make fun of me or put down my smartness ( I have 4 majors and own 3 companies you tell me that aint work i dont know what is ) I'm looking for an ftp like program that can install and edit scripts. if i wanted to be teased and shit i would have gone some where else. Thank you for your help but i know now not to ask this forum for help.
I wasn't making fun of you!
madcribz is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-02-2007, 08:42 AM   #11 (permalink)
Inactive
 
Join Date: 04-30-07
Posts: 15
iTrader: 0 / 0%
Latest Blog:
None

sweetcrabhoney18 is liked by many
I never said you made fun of me.. it was the other guy..
sweetcrabhoney18 is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-02-2007, 03:49 PM   #12 (permalink)
Inactive
 
StupidScript's Avatar
 
Join Date: 09-22-06
Location: Los Angeles
Posts: 678
iTrader: 0 / 0%
Latest Blog:
None

StupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really nice
Chimica, read what I posted without thinking of it as an insult. I have not intended to insult you in any way.

Part of the problem is that you haven't explained what you mean by "installer". The way you are phrasing your questions leads me to believe that you are simply new at this, and you don't understand how PHP works.

If you want to work with a programming language, you need to WANT to learn how to work with it. My posts were my attempt to help you do that, but clearly you don't want to ... you just want some easy answer without needing to learn anything.

Good luck with this. I leave you to the "nicer" people.
StupidScript is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-02-2007, 04:25 PM   #13 (permalink)
Inactive
 
Join Date: 04-30-07
Posts: 15
iTrader: 0 / 0%
Latest Blog:
None

sweetcrabhoney18 is liked by many
I said many times that I'm looking for a PROGRAM that can install scripts. You think you didn't instult me.. yet you state things like QUOTE "BTW, "all of that tech stuff" is what makes PHP go ... give it a try! It's not hard, and once you do it one time, you'll have it forever." END QUOTE .. and things like.. Quote "(Here's a quick PHP tutorial, because you clearly need one." End QUOTE.. I for one.. am insulted. I wasnt asking for someone to make me feel dumb or tell me i need to read this or that.. ugh.. i just wanted to know if anyone knew where i could find a program that installed scripts easier than an ftp program. I decided to have someone build it for me.. But i did learn one thing from this... NEVER COME HERE FOR ADVICE. You may think your super smart and all but there are other people who think the same of themselves. I work my ass off and I rarely dont ask for help ... I was just getting tired of having to pay for someone to install the scripts for me.. I have read a lot about php scripts and cgi scripts and no the basics.. just like life sometimes we don't have time to learn something new.. I have 4 damn college majors.. i barely have time to even do my hw.. And i wasnt looking for a easy answer either.. just a site or link or someone who knows what im talking about and you don't ... yet you think your god of coding or something! the person who invented it is god of coding not you.. so there! thank you for trying tho.. if that was what i was looking for id be happy.. but i'm just too damn busy to write an installer scripts.. thanks again byes
sweetcrabhoney18 is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-03-2007, 10:59 AM   #14 (permalink)
Inactive
 
StupidScript's Avatar
 
Join Date: 09-22-06
Location: Los Angeles
Posts: 678
iTrader: 0 / 0%
Latest Blog:
None

StupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really nice
But ... I am the God of Coding ... it says so in Wikipedia!

Glad you found a solution. Too bad you won't be sticking around ...
StupidScript is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 10:38 AM.
© Copyright 2008 V7 Inc