Jump to content
xisto Community

Neverseen

Members
  • Content Count

    216
  • Joined

  • Last visited

1 Follower

About Neverseen

  • Rank
    Super Member
  1. exactly, on my new hosting I can choose and switch between php4 and php5.. I don't know which one is better for me, but now I'm on PHP5 and everything works without any problem.
  2. mastercomputers, thanks for your time you spent here to explain the script ! but as I've told in the previous post, I've solved the problem. Although I hope the things you've explained could be usefull for me later in php thank you!
  3. Man, you know what ? You're 100% right ! It's all about form.php ! First of all, I'm happy to announce that I've solved the problem ! In fact, for some reason, my new hosting company decided that all their users should use the preinstalled script and shouldn't be able to use own ones and they were blocking my script (dunno how tbh), that's why it didn't work. So in my form.php file, instead of refering to sendmail.php I had to refere to their preinstalled script... and I also had to change some variables, because it changes a bit from my script. So now my last problem is solved ! But in any case, thanks a lot to everyone who was trying to help me lately Cheers!
  4. Houdini, the form is in form.php file.. and I've only posted the sendmail.php code here. mastercomputers, thanks for your reply, although after I used <?php ?> the problem is still there.. and about autoglobals, to be honest I didn't get it very well... I don't even know if I'm using autoglobals or not I'm a total n00b with php, really! Could you please explain where I should put this $fname = $_POST['fname']; line in my code ? By the way, the metod is POST indeed... Also, something which looks very strange is that it worked very well with Xisto hosting and now with the new hosting it doesn't...
  5. So, now when I completely moved to another hosting and transfered all databases and stuff, I still have the LAST problem to fix. It's about the PHP contact form script So I explain.. I've got a very simple contact form script which is composed of 3 different files: form.php - which determines the layout and which I have to include into my contact page config.php - where I set up the email adress where I want to receive the messages. sendmail.php - here's its code <?include "config.php";if ($f_name <> "" and $f_mail <> "" and $f_message <> "") {mail("$email", "$subject", "From: $f_name\nMail: $f_mail\nMessage:\n\n$f_message");$msg = "Your message has been sent, thank you.";} else {$msg = "All fields are required, push the back button to fill out the rest.";}?><link href="forAll.css" rel="stylesheet" type="text/css">CONTACT: <hr size="1"><? echo $msg; ?> So, this little script worked perfectly, when I was with Xisto... but now, when I moved to another hosting, I've just copied these 3 files from my old server and uploaded them to my new server, and when I wanted to test the contact form, I got the message as if I didn't fill all fields: "All fields are required, push the back button to fill out the rest. " But I DID fill them all ! I don't understand what it could be.. It worked very well with the other hosting and I didn't even touch to the code..but now with the new hosting it doesn't work.. Any idea how to fix that ? Please don't hesitate to drop a message Thanks.
  6. Thsnks a lot for your replies, everybody!! I really appreciated your help, but the winner here is CaptainRon ! Because his solution was the easest and the most effective ! Thank you very much, CaptainRon! But one thing I had to do is to copy my login.php file from my old hosting to be able to sign in on my forum. Maybe there are more files I had to copy from my old forum ? In fact, before importing the database I already had a new and EMPTY forum installed....
  7. Hello,So I've got a phpBB forum installed on my Xisto hosting, But now I'm moving to another hosting and would like to move my forum there, but I haven't got enough of knowledge about databases. In fact I've exported my database through phpMyAdmin to an SQL file and tried to import it through phpMyAdmin as well to my new hosting. But the problem is that my username for MySQL on my new hosting is different, so access is denied when I try to import it. Let's say my username at Xisto is neverseen@localhost and the database's name is neverseen_phpbb1 Now at my new hosting my username is.. let's say newuser@localhost So when I try to import neverseen_phpbb1, the message I get isError: 1044 Access denied for user: 'newuser@localhost' to database 'neverseen_phpbb1'I don't know what would be the easiest way to get ride of this problem... maybe I should create in my new database a user named neverseen@localhost ? or maybe I should grant all priveleges to newuser@localhost ? I'm not even sure about all that. Please correct me if I'm telling senseless things and if anyone of you already had this problem, please let me know how you have managed to transfere database. Thanks in advance !
  8. Damn, I'm having so much problems with my PC lately, you couldn't even imagine. And here comes the biggest one. In fact, I was running Windows98 since 1999 and some days ago I've upgraded my system with a new motherboard, new CPU and new DDR memory. So I thought it was time to move from Windows98 to WindowsXP. I've got 2 different hard drives, one of 40GB and another one of 160GB but divided in 4 partitions of 40GB.. So in all I've got 5 HDD (C: D: E: F: and G: ) My Windows98 was installed on C: . My drive D: was used to store different files. And I decided to install my WindowsXP to my E: drive. So I proceed with the installation, BUT my PC has shut down because of extreme CPU heating (as explained in another topic). Then after all I managed to install this WindowsXP, BUT now when I went to see my D: drive, I first saw some strange folders' and files' names .. something like сьъ2ОЛДк and decided to check this drive for errors. I loaded Windows98, because there I've got some good utilities.. I started Disk Doktor from Norton Utility and it was fixing "Tables allocation" during 14 hours !!!! When it finished to fix, it asked to reboot.. I rebooted, and what do you think I've seen on my D: drive ? When I click on it it says "4GB of free space" BUT when I enter, it's VOID !!!!! There's NOTHING in there ! And I had a lot of very very VERY important files there which I haven't made a backup of My mate told me he had a lot of good data recovery software, so I asked him to bring it to me. He has got R-Studio, Recover My Files, GetDataBack,... I've tryed them all, and NONE of them succeeded to recover my lost files. Even the files, that were found, were corrupted after I saved them. So I'm really pissed off now and have no Idea how I'll do to bring my important files back. Now, some hours ago, I've noticed EXACTLY the same problem on another drive !! Not the whole drive, but just some folders with these strange filenames like ПФо;рхб... I guess this might be a virus (not sure tho). But if anyone of you already has had this kind of problems, please tell me how to recover my files!!! I hope that this is at least not impossible... By the way, my sistem is FAT32.. Please help me! Your help will be highly appreciated!!
  9. Does anyone know what is the normal and maximum temperature for an AMD Athlon 64 3200+ ? A coule of days ago I've bought a new motherboard and a CPU... Installed them.. started my PC, all loaded very well e.t.c.. but when I started a software which needed a lot of CPU, my PC has shut down.. then I restarted the PC, installed 'Core Cell' to see the temperature, and the temperature was about 70 °C..then I started my programm again which forced the CPU a bit, and it raised to 80°C or even 85°C... I'm not sure that this is normal.
  10. Yordan, I really appreciate your advises, but one thing which is funny is that you don't read the whole messages I post Looks like you read only some of the first lines If you read carefully, you'll see that "index.htm" couldn't have dissapeared, because my friends still can see the NORMAL website and now they have no problems with viewing it. BUT, some days ago I've completely reinstalled my Windows XP, and now I can see the website Funny, eh ?! And the stats work without any problem now. That's some really strange ****. I have no idea what the problem was, but at least the problems are gone... and also from 2006 I'll be with my new paid hosting so I hope this was my last problem at Xisto
  11. oh well... still having problems here. Now when I'm trying to access my cpanel by http://myDomain.com/cpanel it doesn't even let me in.. but if I connect through Xisto's IP there's no problems.. and by the way, now when I connected by ftp there was no counter problem ! But here comes another major issue. When I'm trying to see my own website, I see some cPanel message which says: "There is no website configured at this address. You are seeing this page because there is nothing configured for the site you have requested. If you think you are seeing this page in error, please contact the site administrator or datacenter responsible for this site." But when I send the link to some of my friends, they say that they can see the website and that all seems to be normal ! How is it possible ? Does anyone know what does this reaction of the website to different IP's mean ? Please help ! Well I'm transferring my domain atm and changing the hosting as well, but Im still with Xisto now and when I send the link to my friends , they see the site which is hosted here at Xisto.
  12. thank you!! thank you so muchh !!!!
  13. I got the Xisto IP.. but when I tryed to connect through it it didn't work Is there any other way to connect to my FTP other than by using ftp.mydomain.com ??? Please help!
  14. Now I'm thinking about it and I thik it should be possible to connect through Xisto IP.. am I right ? So if someone could give me this IP, that would be nice
  15. Hello.In fact, I have moved to a paid hosting now and now my domainname is linked to my new hosting (FTP,cPanel and stuff) but I would like to connect to Xisto bu ftp to download some files I left there. Is it possible to connect to my Xisto FTP account without using my domain name ? Thanks.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.