Search results

  1. B

    Help with my site

    some advice best to learn php as well. php can save you allot of time with editing and deleting and adding data to the site.
  2. B

    help me with PHP?

    <html> <head> <title> hello </title> </head> <body> <?php echo "Something"; ?> </body></html> change the .html to .php it will work then. .html will not process php code it will just show it or none. php is different from .html files.
  3. B

    Help with MyBB 1.8.1

    just use the auto installer it will install the files properly and set it up properly so you can just log on and upload the theme files manually. it would save you allot of headaches.
  4. B

    Php Shoutbox

    can u give a example of the code? so we know what to work with to help u. i might be able to help if i can see what is coded for selecting the rows and results of the database. don't need the sql part. just field, and if its fetch_array($row[]) or fetch_object($row->field)
  5. B

    sendmail isnt working

    ho do i fix that? this is the code: $subject = 'User confirmation'; // Link what the user will use to activate their account // message $message = '<html><body>'; $message .= ''.$subject.'&bull;'.$sitename.''; $message .= '<table rules="all" class="table table-hover" style="border-color...
  6. B

    sendmail isnt working

    it does it with mail() function or using phpmailer class script. its links with http:// for some reasons. i can't even send out newletters or information about accounts if it has http:// in it
  7. B

    sendmail isnt working

    will that fix the issue when it comes to sending links? like http://www.gamingnations.tk in the email? that is whats causing it.
  8. B

    Hosting Account Space Upgrade

    it works now thanks. now my members don't have to worry about space limit showing.
  9. B

    Hosting Account Space Upgrade

    still shows 1gb for files. its be hitting that marker soon.
  10. B

    sendmail isnt working

    any ideas on why its not sending emails out?
  11. B

    sendmail isnt working

    i got it to work. but it won't send links. phpmailer nor mail or sendmail will send http:// in it. i have tried so many ways of getting to go through. its a whole bunch to be honest. its for registration for my site. one of em is warlord1@inbox.com and thygrim@inbox.com i know that. i am...
  12. B

    Hosting Account Space Upgrade

    i can i get Hosting Account Space Upgrade? leroymcqy.pcriot.com i have used more then 50%. i have a decent custom website. just need to figure out why emailing isn't working.
  13. B

    sendmail isnt working

    smtp isn't working either. Date: 2014-12-03 04:38:23 (EST) Error #: 2 Error Type: Warning Error Msg: fsockopen(): unable to connect to my.inbox.com:465 (Connection timed out) File l/index.php line #: 38 did a test on smtp connection and i get this error. when i use mail() or sendmail() i...
  14. B

    sendmail isnt working

    nothing is being sent through sendmail or anything of my mailer. leroymcqy.pcriot.com
  15. B

    account suspended

    leroymcqy.pcriot.com i did the remove suspension but my domain doesn't work.
  16. B

    cache problem

    no luck. # Some hosts require RewriteBase to make RewriteRules work. RewriteBase / # Google SEO workaround for search.php highlights: # Make this rule the first rewrite rule in your .htaccess! RewriteRule ^([^&]*)&(.*)$ http://www.gamingnations.tk/$1?$2 [L,QSA,R=301] DirectoryIndex portal.php...
  17. B

    cache problem

    i cant seem to show changes that well without refreshing 3 or 4 times when i do it changes but the images wont. http://www.gamingnations.tk/news.php the ones that doesn't have images are suppose to show a default. i remove www. it works but my site uses www
  18. B

    Hosting Account Space Upgrade

    leroymcqy.pcriot.com if i could get upgraded please.
  19. B

    Backend fetch failed

    same and its getting annoying.
  20. B

    Error 503 Backend fetch failed

    i keep getting this: Error 503 Backend fetch failed http://www.gamingnations.tk/index.php
Top