Jump to content

Nephryrinn

Members
  • Posts

    16
  • Joined

  • Last visited

Nephryrinn's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. The php script is for sending email from a "contact me" form. But I just changed it to send directly to my inbox, so I think it has no problems now. Thanks for all.
  2. I didn't got it all... When I send an email from my personal inbox to refered address, it get correctly fowarded. All of my incoming mail are expected to come from localhost, since I'm the one who is sending them (to myself, I know, it doesn't make much sense to me too), but that will not work. Anyway, I'll look Google for mail pipes. Thanks for helping, Geoff! Sorry for any grammar mistakes
  3. I've setup an email redirect, but it's not working. I created a simple php page that sends an email through mail() to "contato.AT.atelierluciasouza.DOT.com", wich in turns redirects to my personal inbox. But it isn't working! Looking at cPanel's FileManager, it has 7 messages in "new" folder, none of wich got redirected. It is some kind of error or mail() don't trigger a "new email" to redirect? Thanks for any help! User: neph Main domain: neph.heliohost.org Sorry for any grammar mistakes
  4. Today I tried to login in cPanel, but I wasn't able to connect to stevie.heliohost.org. Sure, I thought it was just another downtime, but after I finally reached Byron's Server Load page, it showed 89! (OMG!!!) So, there anything going wrong, or it's expected?
  5. Hey, it's me annoying you again! Username: neph Domain: neph.heliohost.org Add-on Domain: blogdanada.co.cc, blogdonada.co.cc I'm absolutely sure I added it when server load was under 4! # Mon 30th Aug, 04:26 pm | Server Load: 5.64 # Mon 30th Aug, 04:35 pm | Server Load: 4.81 # Mon 30th Aug, 04:38 pm | Server Load: 4.62 # Mon 30th Aug, 05:03 pm | Server Load: 3.62 # Mon 30th Aug, 05:04 pm | Server Load: 3.73 # Mon 30th Aug, 05:04 pm | Server Load: 3.77 # Mon 30th Aug, 05:04 pm | Server Load: 3.76 # Mon 30th Aug, 05:05 pm | Server Load: 3.73 # Mon 30th Aug, 05:05 pm | Server Load: 3.74 # Mon 30th Aug, 05:05 pm | Server Load: 3.74 # Mon 30th Aug, 05:05 pm | Server Load: 3.77 # Mon 30th Aug, 05:05 pm | Server Load: 3.77 # Mon 30th Aug, 05:05 pm | Server Load: 3.79 # Mon 30th Aug, 05:05 pm | Server Load: 3.81 # Mon 30th Aug, 05:06 pm | Server Load: 3.86 # Mon 30th Aug, 05:07 pm | Server Load: 3.78 # Mon 30th Aug, 05:07 pm | Server Load: 3.78 # Mon 30th Aug, 05:07 pm | Server Load: 3.76 # Mon 30th Aug, 05:07 pm | Server Load: 3.87 # Mon 30th Aug, 05:07 pm | Server Load: 3.87 # Mon 30th Aug, 05:07 pm | Server Load: 3.86 # Mon 30th Aug, 05:07 pm | Server Load: 3.94 # Mon 30th Aug, 05:07 pm | Server Load: 4.02 # Mon 30th Aug, 05:08 pm | Server Load: 4.11 However, I made a typo, and I screwed up (again!). Finally I tried to remove the domain when server was at 9, so more problems. Can you please remove both blogdanada.co.cc and blogdonada.co.cc? I'll try to make things better next time, it's just hard to get server load under 4...
  6. BUMPing it... Nobody will give me at least a clue?
  7. I'm pretty sure it was under 4 when I first added it! However, it worked now. Sorry for the trouble. Keep that good work!!
  8. Oh gosh! Now is my own account giving me problems! I added both my domain and my friend's one at almost same time, when server load was under 4. His domain already showed up both in cPanel and in web brower, while mine is still "Queued". Account: neph Domain: neph.heliohost.org Add-on Domain: www.atelierluciasouza.com Please fix it. Many thanks.
  9. Just noticed Softaculous now you said. Worked great here, just installed something to see what happens. 500 ERRORS Besides it is much more good looking than Fantastico. Preview and number of scripts (in paid) are another point. Keep the good work
  10. I'm trying to add Google Analytics code dinamically, but I can't find any clue on making it on Apache's Rewrite. After googling I reached this IIS snippet: <rewrite> <outboundRules> <rule name="Add tracking script" patternSyntax="ExactMatch" preCondition=""> <match filterByTags="None" pattern="</body>" /> <action type="Rewrite" value="<script type='text/javascript'>//Your web analytics tracking code goes here...</script></body>" /> </rule> <preConditions> <preCondition name="IsHTML"> <add input="{RESPONSE_CONTENT_TYPE}" pattern="^text/html" /> </preCondition> </preConditions> </outboundRules> </rewrite> Since we are in an Apache server, is there any way to make this work here? Else, is there any other way to archieve this? Thanks
  11. Thanks, worked great now. You're the best!
  12. Then how I put a underscore_ in my password and the system accepted it?
  13. (This is my friend's account, he's too lazy to register a forum's one) After +48hs. he's still getting an "Account Queued" page. His details: Account Name: pedroxd Domain: pedroxd.heliohost.org Add-on Domain: casadoacai.com Please delete this Add-on Domain, so he can try adding it again.
  14. Oh gosh, please forgive me for being such a moron! I just forgot to use 'neph_' prefix in database name. This was causing all this problem. Thank you so much for this almost instantaneous reply. One last thing: how I can delete a database if DROP DATABASE is disabled? Forgive me again for wasting your time.
  15. My mysql_connect() statement gives me this error Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'geoip'@'localhost' (using password: YES) in /home/neph/public_html/index.php on line 4 mysql_connect() failed: Access denied for user 'geoip'@'localhost' (using password: YES) I've already tried using 'geoip', 'neph_geoip' and 'neph', all of them gives me Access Denied. A thing I found is that I can't create a new database from phpMyAdmin, even with my 'neph' (account with I signed in). Using MySQL query "CREATE DATABASE test", it returns me "#1044 - Access denied for user 'neph'@'localhost' to database 'test'". However I was able to create Db's using cPanel MySQL Page, but they all return size 0KB, when I'm sure they have data in it. Maybe something wrong with my user's permitions? I can provide souce code for my script if nedeed so. Account Details: Username: neph Domain: neph.heliohost.org Thanks for taking time to help me. Forgive any misspelling or grammar error please.
×
×
  • Create New...