Jul 25, 2008

Problems With Php

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > PHP Programming

free web hosting

Problems With Php

riphabbo
Recently, my system was infected by a Trojan Horse. Since then, I've been finding files missing and now my PHP will not work, my Apache server will not display PHP files, i've tried getting rid of the files in my C:\Windows and C:\Windows\system32 folders but nothing is working. (it comes up with 'file in use')

All help greatly appreciated.

Reply

jlhaslip
Uninstall the server and download a fresh XAMPP or WAMP package to re-install.
As for the spyware, get a copy of Spybot S&D, Avast or something else and run them all seperately under a Safe Mode start-up. Run them one at a time while you are off-line until they have all had a shot at the Malware. Another thing is to clear your caches and Temp Internet Folders, too.
And then do the install of the softwares you need..

Reply

farsiscript
Dear riphabbo you must reinstall windows , becuase trojan infect your web service and your software
you must re install windows and then scan your files befor install any program

Reply

xanigv
Syntax
Wikibooks Programming has more about this subject:
PHPPHP primarily acts as a filter. The PHP program takes input from a file or stream containing text and special PHP instructions and outputs another stream of data for display. From PHP 4, the PHP parser compiles input to produce bytecode for processing by the Zend Engine, giving improved performance over its interpreter predecessor. The Zend Engine II is at the heart of PHP 5.

The usual Hello World code example for PHP is:

<?php
echo 'Hello, World!';
?>
PHP only parses code within its delimiters, such as <?php ?>. Anything outside its delimiters is sent directly to the output and not parsed by PHP. The example above is equivalent to the following text (and indeed is converted into this form):

Hello, World!
The primary use of this is to allow PHP statements to be embedded within HTML documents, for example:

<?php
// PHP statements here
?>
Regular HTML here
<?php
// More PHP Statements
?>

lessons

http://www.landofcode.com/view/php/

Notice from BuffaloHELP:
Copied from http://en.wikipedia.org/wiki/PHP Learn to use proper bbcodes.

 

 

 


Reply

chaowucn
PHP can't be used to access user's computer. which is very annoying.

Reply

riphabbo
thanks all, i got it sorted eventually, just took a good 10 restarts or so tongue.gif

happily using PHP for radio station and my other site.

thx again!

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : problems, php

  1. The G8 Summit And The True Problems Of The World!
    They couldn't care less... (5)
  2. Problems?!
    {user: alex1985] (1)
    Hi, I got some problems mainly related to connection issue. Firstly, I can connect to FTP server to
    upload files. Secondly, I can not access cpanel account, it does not accept my registered data, the
    one which is totally right. I do not what happened because it was working fine before. ....
  3. Problems Logging Onto Some Websites
    (4)
    Recently, I've been having problems staying logged in on certain forums. when i fill up my
    username and password, the page reloads and goes to the member page, but when i try to click
    something only applicable to members, it brings me to the guest pages and asks me to log in again.
    This has happened to me on the Credit system on Trap17 and a couple of other forums as well.
    I've cleared the cookies, reloaded the pages and stuff but to no avail. Any ideas?....
  4. Problems With Apache Alias
    I want to install RPG Web Profiler (0)
    Hello, I want to install RPG Web Profiler on my web site. It seems easy with a very few steps but
    I have never worked with Apache before. The readme of setup. This is the step I couldnt
    understand, the last step. QUOTE 5. Create the following entry in my Apache configuration.
    Alias /profiler "/home/tarlen/profiler/public_profiler" AllowOverride All Order
    allow,deny Allow from all By the way, Im using Trap17 CP. ....
  5. Qoodaa Successfully Solved Video Downloading Problems
    a good large file transfer tool, (0)
    The rise of Video web stimulates more intuitive video feeling of large people, and makes video
    downloading become a popular trend in web times. Meanwhile, more and more downloading problems arise
    correspondingly, in which the first trouble is slow downloading speed and incomplete downloading. It
    seems to many people that downloading video, especially downloading large video, is like a
    protracted war with the internet, even the victory is difficult to predict. Many domestic video web
    has succesesfully solved downloading problems that they suffered for a long time, after....
  6. Problems Each Time I Come Here To Trap17 Forums
    How about keeping the blasted person logged in until he's done pos (5)
    Each time I have come to trap17 forums I have problems with staying logged in.. This morning was no
    different. I was replying to a post and went to preview and then it was gone.. Whats wrong with your
    forum scripts??? is there a time limit to write something?? How bout the slow typer if there is..
    Man this is getting old..And as far as my reply to the do with "do you believe in"God" . Well, I
    guess "God" did not like my reply..LOL Sorry God........
  7. A Lot Of Problems
    (6)
    Ok so while the servers were being moved all three of my sites hosted on the Xisto network were down
    for like a week, not all that good but I didn't say anything about it because I know that
    migrating servers can't be all that easy and problems are bound to happen and now two of my
    sites are back up but one of them is not and hasn't been for almost two weeks. If you type in
    offroaddatabase.com without the www. it comes to some weird site that I am not affiliated with but
    if you add the www. sometimes my site comes up and other times it does not. I spend a lot....
  8. I Need Some Help With Flash And Div Overlay
    using wmode in IE problems (4)
    Hi guys, I have a problem with one of my designs at the moment. Here's the problem: I have a
    flash game in the middle of a page. However, the site navigation has dropdown menus that go on top
    of the flash. Now, the navigation works if I use "wmode = transparent" or "wmode = opaque" in the
    flash code. Yet, there is another problem: In Internet Explorer (I'm running version 7) the
    arrow keys "up" and "down" in most flash games will not work properly. Instead, they will make the
    page scroll up and down, even if the flash file has focus. This situation does not exi....
  9. Updating Website, Ftp Problems
    (5)
    2 problems! a) how do i update my website??? like if i make changes to the code of say my
    index.html page, how do i make these changes take place on the website online?? /cool.gif"
    style="vertical-align:middle" emoid="B)" border="0" alt="cool.gif" /> how come my ftp uploads my
    files to a file under my public_html folder but also under a folder with my user name
    (public_html/username ) ??? this makes it so the url of my site isnt www.abc.trap17.com anymore
    but www.abc.trap17.com/username/ ---- this makes no sence!!....
  10. Install And Uninstall Problems
    Mozilla Thunderbird will not allow one or the other. (3)
    Hi, I tried to update Mozilla Thunderbird (email client) from version 2.0.04 to 2.0.012, especially
    because the older version was not functioning 100 % anymore. However, when trying to install
    2.0.0.12, a few seconds after the install start screen I get the following window that pops up:
    QUOTE "--------------------------- Mozilla Thunderbird Setup --------------------------- Error
    opening file for writing: C:\Program Files\Mozilla Thunderbird\mozMapi32.dll Click
    Retry to try again, or Cancel to stop the installation. --------------------------- Re....
  11. How To Test System Stability
    Hardware problems / How to test system stability (3)
    QUOTE I've made simple batch files using cpuburn4 in conjunction with runprio.exe for
    maximum stressing of components. Important: Be sure to close all open documents. If your PC crashes
    during testing, your data will be lost if you don't. I'd recommend not to use your PC while
    testing, since it will be very slow during testing (the test is run in high priority mode). After
    downloading the ZIP file, do the following: - Extract. - Now run one of these files:
    !burnP5.bat - Intel Pentium w&w/o MMX processors !burnP6.bat - Intel PentiumPro, PentiumI....
  12. Stomach Problems
    (6)
    Over the last 3 years i have been heavily drinking alcohol due to working behind a bar in a
    nightclub. i was drinking vodka, brandy, bacardi and various other spirits. over time i started to
    get pains in my stomach and started vomiting blood regulary. i went to the doctors various times and
    they just said stop drinking. so i did. the pains still occured and i kept getting really bad
    heartburn and was taking gaviscon every night. i had a camera down my throat and they told me i have
    reflux asophagitis and a hernia in my stomach which is allowing acid to come up. they have....
  13. Wireless Router Problems.
    Keeps dropping network. (8)
    I recently bought a laptop(HP Pavilion dv9000) with integrated wireless and I wanted to set-up
    wireless in my house. So, I bought a wireless router, more specifically I bought a Netgear 108mps
    router, http://www.amazon.com/gp/product/B0000C0XS0 . Now I got the wireless router before I got
    the router and set it up. But made all of the correct connections and ran the setup wizard. I got no
    errors or anything. I set the security to WPA2 and set the passphrase and everything correctly also.
    Now, when I got my laptop I set it up and everything and it found my wireless netw....
  14. My Problems Continue :(
    (8)
    ok so yeah if you have read my other topics you now i love this girl who is one of my close friends
    but she is going with this guy i hate...my one friend asked her what she saw in him and she said
    that he is the only one that treats her like a girl, like she is supposed to be treated, he is nice,
    funny and cares about her. This deeply hurt me :'( and to add to it, she told my friend that she
    wasnt going to even hang out with us because me and all my friends hate her boyfriend...so i went
    home and IMed her and asked her in the exact way my friend did and she gave me t....
  15. Problems With The Sony Ericsson S500?
    (8)
    Hey guys, I plan to buy the Sony Ericsson S500 soon. I've tried reading a few reviews and I
    stumbled across a post which said that the keys of the S500 are cracking!!! Is that
    true? Does anyone own the Se S500. I've already fallen in love with the phone and it would be
    sad if the phone was defective!!! Heres a peek at the phone. You guys will fall in love
    a well!!!! http://www.sonyericsson.com/spg.jsp?cc=GB&...p&pid=10854 Here are
    some of the features that are unique to this phone: -- Lights very similar to the Nokia ....
  16. Internet Problems
    (2)
    Ok, so I have a WBR-1310 D-Link router(wireless G router). I have a mac that is connected wirelessly
    with a B network card and I have a PC that is connected by a cable. The problem is, my PC keeps
    losing connection every 10 minutes or so for maybe 30 seconds. Is this because of the B connection
    interfering or do I just have a bad router? Thanks for the help.....
  17. Php Problems?
    Seems to be some problem with PHP??? (8)
    Hi I get this on my page: /sad.gif" style="vertical-align:middle" emoid=":(" border="0"
    alt="sad.gif" /> QUOTE Warning: Unknown: open_basedir restriction in effect.
    File(/home/ortehak/public_html/index.php) is not within the allowed path(s): (1) in Unknown on line
    0 Warning: Unknown: failed to open stream: Operation not permitted in Unknown on line 0 Fatal
    error: Unknown: Failed opening required '/home/ortehak/public_html/index.php'
    (include_path='.:/usr/lib/php:/usr/local/lib/php') in Unknown on line 0 Regards Hakan
    added quote tags ....
  18. Error Code In Subscriptions Page
    problems subscribing to topics (5)
    I'm seeing some weird warning message show up at the top of my page when I go into "my
    controls," then load my topic subscriptions page. At the top of the page, the following code appears
    several times: IPB WARNING in_array() : Wrong datatype for second argument (Line: 2711 of
    /sources/action_public/usercp.php) I'm guessing maybe that has something to do with the fact
    I'm having problems subscribing to my topics and posts? Thanks in advance for your help.....
  19. Problems With My Computer Fan
    (15)
    On some computers, when you first turn it on your fan spins loudly, and then goes quiet. However,
    mine goes loud and stays loud, and then I have to keep turning it off and back on until it goes
    normal. I was wondering if anyone had this problem or if anyone knows how to fix it?....
  20. Connection Problems And High Ping Playing Battlefield 2
    (11)
    Anyone know of a solution to the connection problems, lag issues and high ping that I have only
    recently started having while playing BF2? My system is only 2 weeks old... AMD 4000+, Asus A8N SLI
    Deluxe, SoundBlaster Audigy 4, EVGA 7900GS and to be honest the game play sucks. Constant
    disconnects, sound hanging up like a stuck record, just prior to entering a game online. The first
    time I try to join my regular server I get "there's a problem with your connection" and kicks
    me. I try again and get in this time, then my ping goes crazy, sometimes up to 900 and then I ....
  21. Google/gmail Problems
    (13)
    Is anyone else having problems accessing gmail and/or google? I havnt been able to open either all
    day.....
  22. Dell Computer Problems Need Help.
    (7)
    Ok i have recieved as a present my uncles dell latitude x1 laptop. Its Operating system ahs been re
    installed and it worked for the first few hours i had it but then it started randomly locking up and
    making a weird sysren noise, and now when i try and boot it up it says that no hard drive or
    bootable devices can be found. What can i do, is there anything that i can do insted of calling dell
    out on monday (still have next day support) and has any one else had this problem. Thanks....
  23. Using Mobile Phone As A Modem
    Does any1 do this? And can you help with my problems (37)
    Hi all, i currently am using my Sony Ericsson T610 as a modem on my laptop using a data cable on
    Optus in Australia and i have been doing it for free for about a week now and it's great but it
    dose have it's up's and downs. Ok using my Sony Ericsson T610 as a modem i can visit most
    sites but some sites such as awardspace don't work but i found a way to get around it. If you
    can't access cetain sites i just use a Proxy such as http://www.vpntunnel.net and it usually
    fixes that problem, otherwise i can't access it all together. OK another problem ....
  24. Love Problems?
    (8)
    having a problem with love? think you're in it but not sure? don't know how to say how you
    feel? get nervous around them? post or send me a message that answers these questions: Gender: How
    far into relationship: Past Problem(s): Current problem(s):....
  25. Razr Problems
    Keypad Doesn't Work (17)
    Hello, Can anyone help me? I own a Motorola Razr V3 and the only key that works is the on off
    button. I have never dropped it and i take excellent care of my phones. It was working fine for a
    few months and one day it just stopped working. The screen still works and I can awnser phone calls
    by opening the flip part, but I can't call anyone or text or anything that requires pushing a
    button unless it is to turn it on or off. I hace looked online and it seemse other people ahve had
    this problem but no one ever had a solution. Should I try to fix it? Should I ....
  26. Guy Problems
    I need some serious advice! (34)
    hey everyone. I have a serious problem on my hands. Let me start here.. I started going out with
    this guy a year and 4 months ago. While we were together he used to get drunk all the time and
    completely hurt me.. Not physically but emotionally and mentally. Its like.. when he gets one beer
    in his system he doesn't care about me or us. Everything sets him off. So I put up with him
    for a year or so. I was use to the weekends being a mess.I knew that I would get ditched at least
    once or twice every week, have him leave my house out of nowhere for stupid reasons....
  27. Problems With Outlook Express
    My email configuration isn't working (6)
    Does anyone have a clue as to why my outgoing email isn't working with Outlook express? I can
    get incoming mail, but I'm getting an error when I try to send email. I followed the
    configuration instructions, but it still isn't working correctly. I get an error everytime.....
  28. Computer Problems - Hanging/crashing
    PC Randomly Crashes And Hangs, Ideas? (16)
    I recently got a new computer, a NEC i-Select D5410. A few days ago it started to randomly crash,
    and all inputs and outputs were cut. The monitor displayed "No Signal", the keyboard and mouse
    stopped working and the speakers cut out, yet the power light remained on, and the fans were still
    spinning. Opening the DVD and CD drive still worked, so it isn't a power or mobo failure, as far
    as I am aware. In an attempt to remedy the problem I have moved the computer into a more open area
    to try and improve air flow, as I belive the problem is overheating or lack of air c....
  29. Problems At Boot Time
    (11)
    After installing a new 2.8 GHZ P4 my computer will not boot. All fans spin but no POST. Another
    interesting fact is that my CD-ROM will not power up either (works on my old 333mhz system though).
    Reading around I've learned that the problem is either: 1)mother board 2)CPU 3)PSU I have tried
    it with a brand new MB but no success, still no POST. Is it possible that my cheap 425watt PSU will
    not generate enough power for this new CPU (even though it successfully powered my 2GHZ celeron)?
    Unfortunately, the pins on the older Celeron got bent so I cannot test with this....
  30. Guestbook (cgi-script) Problems
    Do u know much bout chmod and cgi-cripts? (1)
    Hi! I'd like to make a guestbook with a cgi-script I found at Lissa Explains it All .
    There were instruction bout how to install this gbook: click here QUOTE Active Guestbook
    Unzip the file, you'll find 4 separate files: guestbook.cgi mail.gif url.gif readme.txt 1.
    Open guestbook.cgi in a plain text editor like notepad. Find out your path to perl from your Web
    host, and change the first line to reflect that. The default setting, #!/usr/bin/perl, usually
    works for most servers. If not, you can try #!/usr/local/bin/perl. Save your changes. ....

    1. Looking for problems, php

Searching Video's for problems, php
Similar
The G8
Summit And
The True
Problems Of
The
World! -
They
couldn't
care less...
Problems?
3; - {user:
alex1985]
Problems
Logging Onto
Some
Websites
Problems
With Apache
Alias - I
want to
install RPG
Web Profiler
Qoodaa
Successfully
Solved Video
Downloading
Problems - a
good large
file
transfer
tool,
Problems
Each Time I
Come Here To
Trap17
Forums - How
about
keeping the
blasted
person
logged in
until
he's
done pos
A Lot Of
Problems
I Need Some
Help With
Flash And
Div Overlay
- using
wmode in IE
problems
Updating
Website, Ftp
Problems
Install And
Uninstall
Problems -
Mozilla
Thunderbird
will not
allow one or
the other.
How To Test
System
Stability -
Hardware
problems /
How to test
system
stability
Stomach
Problems
Wireless
Router
Problems. -
Keeps
dropping
network.
My Problems
Continue :(
Problems
With The
Sony
Ericsson
S500?
Internet
Problems
Php
Problems? -
Seems to be
some problem
with PHP???
Error Code
In
Subscription
s Page -
problems
subscribing
to topics
Problems
With My
Computer Fan
Connection
Problems And
High Ping
Playing
Battlefield
2
Google/gmail
Problems
Dell
Computer
Problems
Need Help.
Using Mobile
Phone As A
Modem - Does
any1 do
this? And
can you help
with my
problems
Love
Problems?
Razr
Problems -
Keypad
Doesn't
Work
Guy Problems
- I need
some serious
advice!
Problems
With Outlook
Express - My
email
configuratio
n isn't
working
Computer
Problems -
Hanging/cras
hing - PC
Randomly
Crashes And
Hangs,
Ideas?
Problems At
Boot Time
Guestbook
(cgi-script)
Problems -
Do u know
much bout
chmod and
cgi-cripts?
advertisement



Problems With Php



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE