niran
Members-
Content Count
190 -
Joined
-
Last visited
Everything posted by niran
-
PHP Mail Sending Is Not Working After cPanel Upgradation!
niran replied to niran's topic in Web Hosting Support
Thanks OpaQue.. The mail sending function is working now without any problem! Thanks for fixing it! I was waiting for that to be be fixed! -
I think, you are asking about, adding files in the subdomain only! Right?? If you create one subdomain say, "demo" it will create one new folder under your man domain named "demo" you can find that "demo" folder under "public_html" so, just go to: "public_html/demo" and uyou can upload the files inside that folder! You can create one default html file say: "index.html" under thae new folder (here "demo") So that the file named "index.html" can be displayed by typing "http://forums.xisto.com/no_longer_exists/;
-
Firefox2 RC3 is available for download friends! here is the link: http://website-archive.mozilla.org/www.mozilla.org/firefox_releasenotes/en-US/firefox/2.0/releasenotes/ The biggest adavntage of the newest version is that it has its own buldin dictionary! A nice feature, and the dictonary can be updated with the addins available on extensions section! US, englasnd etc dictonaries are available for download! And one buld in crash recovery that can be helpful to restore the opened tabs in caser of crashs! any more features are there which was not available on forefox 1 version! I love the nice interface and the own bright theme! http://forums.xisto.com/no_longer_exists/ Download it here: https://www.mozilla.org/en-US/firefox/channel/desktop/
-
Need Support Urgently? Admin Absent? Read This...
niran replied to miCRoSCoPiC^eaRthLinG's topic in Web Hosting Support
I had send one mail t tis ID regarding sendmail function as mentioned here: http://forums.xisto.com/topic/91444-topic/?findpost=1064357300 On Oct 15 2006! But today is 23rd October! But not yet got any reply! Still waiting for the reply and let us know when the problem is going to be fixed! -
PHP Mail Sending Is Not Working After cPanel Upgradation!
niran replied to niran's topic in Web Hosting Support
Yes friend! The problem is still there!! The sendmail function problem is not yet fixed! I too waiting here for the issue to be fixed! I had sent one mail to support team as mentined here: http://forums.xisto.com/topic/87604-topic/?findpost=1064330381 But not yet received any reply from them! Still waiting for the reply from them! I dont know, why they are taking this much time to fix the issue! -
PHP Mail Sending Is Not Working After cPanel Upgradation!
niran replied to niran's topic in Web Hosting Support
Why its taking such a long time! I'm waiting for a long time to fix the issue, so that only I can send those activation mails from my forum!Please guys, try to fix the issue soon! -
Auto responder configuration using php is simple one! For me, I'm using one php code to send one auto response to the visitors who is entering the email ID in my comments page! I'm sharing the code will all of you! If you need this one, u can feel free to use this code friends Here I'm taking the email as input from the users thru one input box named: visitorEmail and then Im giving the action attribute of the form tag to one php file say, auto.php like this: <form method="post" action="auto.php"> And creating one auto.php file to get the values from the input field of the invoker form and sending one mail to that email! Im copying the code here! <?PHP # ---------------------------------------------------- # ----- # ----- Code From Niran V V # ----- # ----- http://www.funlokam.com/ # ----- # ---------------------------------------------------- error_reporting(7); if (isset($_SERVER['HTTP_X_FORWARDED_FOR'])) { $ClientIP = $_SERVER['HTTP_X_FORWARDED_FOR']; } else { $ClientIP = $_SERVER['REMOTE_ADDR']; } # RegisterGlobals OFF $FTGvisitorEmail = $_POST['visitorEmail']; if (get_magic_quotes_gpc) { $FTGvisitorEmail = stripslashes($FTGvisitorEmail); } # Redirect user to the error page # Confirmation Email to User $confEmailTo = $FTGvisitorEmail; $confEmailTo = preg_replace('/[\x00-\x1F]/', '', $confEmailTo); $confEmailSubject = "Thanks For Visiting"; $confEmailSubject = preg_replace('/[\x00-\x1F]/', '', $confEmailSubject); $confEmailBody = "visitorEmail: $FTGvisitorEmail\n" . "\n" . "Thanks for Visiting\n" . ""; $confEmailHeader = "From: MyID@MyDomain.Com\n" . "Reply-To: MyID@MyDomain.Com\n" . "MIME-Version: 1.0\n" . "Content-type: text/plain; charset=\"ISO-8859-1\"\n" . "Content-transfer-encoding: quoted-printable\n"; mail($confEmailTo, $confEmailSubject, $confEmailBody, $confEmailHeader); # Redirect user to success page header("Location: success.html"); exit; # End of PHP script ?> Here replace the MyID@MyDomain.Comwith your mail ID! $confEmailHeader = "From: MyID@MyDomain.Com\n" . "Reply-To: MyID@MyDomain.Com\n" Thats all friends! If you are having any probs with the code, then feel free to ask me! Thank you all. Niran
-
PHP Mail Sending Is Not Working After cPanel Upgradation!
niran replied to niran's topic in Web Hosting Support
That smtp email was not working even before cPanel upgradation! But that was not a matter for me, beacuse the phpbb forum can send mails without that smtp option! Before cPanel upgradation also, I was getting the same error message as: But didnt mentioned here as Im able to send mails wthout that smtp option! Noe after cPanel upgradation only, the mails from my forum is not delivering to the users! Hope, the techs team will fix the issue soon! Waiting for the announcement from the guys! Edit: But smtp mail configuration for my phpbb forum was not working even before the cPanel Upgradation process! But the same code was working fine for my old server! I dont know why it was like that! -
PHP Mail Sending Is Not Working After cPanel Upgradation!
niran replied to niran's topic in Web Hosting Support
Thanks friend! thanks for such a fast response! Waiting here to fix the issue! Hope, they will not take much time to fix the problem! -
Hi all, Please check whether you can send mail using php! I cant send mails after the cPanel upgradation process! I dont know whats happened with that!! Is it for my account only or all are having the same problem?? Please guys, check it now and confirm it! Im having phpbb forum my site! It was working fine without any problem! But after cPanel upgradation, php mail is not functioning well! Its not sending any activation mail to the registered users! Its not notifying users about the reply and nothing going from the phpbb forum! Please help me! I need to fix it as soon as possible! Then I changed the configuration of Email Settings to: Use SMTP Server for email Activativating that smtp email option gives me the following error: Could not connect to smtp host : 110 : Connection timed out DEBUG MODE Line : 112 File : smtp.php Had tried many smtp servers. But all are giving same error only! Please guys, help me out to fix the problem soon! Niran
-
Its showing as: I can't even run Photoshop CS2! Its eating all my system memory! If I move a single layer on a photoshop file with 300 dpi, then I can go for a tea in the mean time!! Nice na! So, If they are releasing CS3 and I'm going behind that, I'll dfenitly get one Lunch break time to move a layer in those photoshop files But I really like the CS2 features! But I can't use it beacuse of the lower system resources! So, Still adjusting with my sweet Adobe Photoshop CS Niran
-
Try it now friend! cPanel is updated now! More news available here: http://forums.xisto.com/topic/91414-topic/?findpost=1064357067
-
Hi all! This is with ref to this topic: http://forums.xisto.com/topic/91386-topic/?findpost=1064356958 I'm happy to say that cPanel is Back now without any problems! Thanks to the technical peoples for fixing the issue in a short time! I was waiting for that to upload the files beacuse I cant access FTP behind this proxy I thnik, the cPanel version is upgraded now! Its now showing as: cPanel version 10.9.0-RELEASE-44 cPanel Pro Version 1.0 (RC36) ( I dont know what was the old version ) You can check the cPanel Update history here: https://documentation.cpanel.net/display/ALD/Change+Logs Cheers to all, Niran
-
Cpanel Temporarily Suspended :-O
niran replied to Herbert1405241469's topic in Websites and Web Designing
Currently all are experiencing some problems with cPanel! And already started one topic regarding this. checkout this: http://forums.xisto.com/topic/91386-topic/?findpost=1064356958 They are trying hard to fix the problem as soon as possible! Please be patient! -
Problems With cPanel Showing some error message
niran replied to niran's topic in Web Hosting Support
ya! Thats the same problem with me friend! I think, al are having the same problem! Please fix that one friends! -
Hi all, I was trying to upload some files to my account using cpanel! There was no problem in the beginning! But suddently it shows one error message as: Sorry for the inconvenience! The filesystem mounted at / on this server is running out of disk space. cPanel operation has been temporarily suspended to prevent something bad from happening. Please ask your system admin to remove any files not in use on that partition. (Edit: Authentication is working fine! After authentication only, ith shows the error message like this! ) Please check this one: http://forums.xisto.com/no_longer_exists/ (Edit: I'm using cPanel Proxy for accessing the Control panel without specifying the port addrss! http://ww1.cpanelproxy.net//?gtnjs=1 ) I dont know whats went wrong, is it the problem with the server or is it for my account only! But sites are working fine without any problem! Whats wrong with the server? Is it running out of disk space! Admins, please try to solve the problem fast! Regards, Niran
-
Thats realy a great news!But I'm little bit confused about the news!Google is already having one Video sevice "Google Video" which is still on its Beta Phase!Whether they are going to delete that service and use that youtube.com as main site(like Orkut.com, which is in affiliation with Google )Or any other plans?Guys what are you thinking about this one? Regards,Niran
-
Yeppee ! Post Number One Thousand ! Yes, folks, I have posted 1000 posts
niran replied to yordan's topic in Introductions
Congrats Yordan! You are doing great here! But its sowing as 999 posts When will I reach 1000 -
Try these keyboard shortcuts friend! That may help you! Full Mode: Ctrl+1 Skin Mode: Ctrl+2 If Its not working, then u may be enabled hoide menubar option! To disable thise try these keyboard shortcuts: Ctrl+M : will show the menu bar Ctrl+Shift+M : will enable the option to auto hide menubar! If its not working fine, then do reply t this post! Regards, Niran Edit: yordan Overtaked me
-
I think, Twaek UI from Microsoft can help you fro autologin! Please check below for the details: http://forums.xisto.com/topic/13494-topic/?findpost=87085
-
Help Me To Edit Mx Records To Point To Google Apps Please help
niran replied to niran's topic in Web Hosting Support
Still I can't fix the problem! Is there anybody to help me? Its still showing as: a fatal error or timeout occurred while processing this directive for subdomain But no problem with the main domain! I tried editing MX records for all the su domains! But it displays the same error message for all those sub domains! -
Friend, Please join me at: http://www.funlokam.com/ and share your Gmail Invitations with all others! I'm getting more visitors asking for Gmail and Orkut Invitations.. If you can share your Invitations please join there and help others to get a GMail Account!
-
Whats happened to Xisto.com yesteday? It was not loading yesterday night! It was redirecting to: http://forums.xisto.com/no_longer_exists/ and it was showing as: This Account Has Been Suspended Please contact the billing/support department as soon as possible. Thanks GOD, Its back now!! But I like to thank the staffs here, because the site which was hosted at Xisto.com was not down at that tiime! Check the discussion at Xisto here Niran
-
But sites hosted under Xisto is working fine friend!My site is also hosted under Xisto only!! Its working fine without any problem!!