Recent content by gomarc

  1. gomarc

    copy text in 1 click

    Hello freefil2, You can copy text to clipboard with something like this: <!DOCTYPE html> <html> <body> <h2>Example:</h2> <!-- 1. Define some markup --> <button class="btn" data-clipboard-text="unitysheepers.zapto.org"> Copy to clipboard </button> <!-- 2. Include...
  2. gomarc

    How to link new forum account to my new hosting account?

    Hi sperko, Here are the steps to link your forum and hosting accounts: Start by logging to your hosting portal https://x10hosting.com/sso/login Open cPanel Open Upgrades and Support Open Visit Forums A pop window will allow you to link your new forums account. If you get an...
  3. gomarc

    CREATE disabled on phpMyAdmin?

    Hello zootland, You may want to make sure you are running this query on the right database to avoid this error. 1 - Open the PhpMyAdmin 2 - Click on/select zootland_login database 3 - Click the SQL tab If you have previously created the database zootland_login, the query as shown above...
  4. gomarc

    Html5/CSS at my blog

    Hi trailin2, Try changing line 84 of the layout.css to: width: 250px; It’s currently set to 333px which is too much.
  5. gomarc

    Dynamic Drop down Menu Coding Issue

    Hello imported_disturbedart, You may want to check if the array $menu is giving you the expected information: print ( '<pre>' ) ; print_r($menu); print ( '</pre>' ) ; From what I can see, the value of ['ext'] is in {$menu['items'][$key]['ext']} foreach ($menu['items'] as $key => $value){...
  6. gomarc

    Images not showing

    Hi qwigoqwaga, Do you have a copy of your image files somewhere? Who knows why, but for some reason they are all showing as 0 (zero) size at the server. Try uploading your image files to the server again and this may fix your problem.
  7. gomarc

    Help fixing lightbox code

    Hello ben reilly tribute, Try renaming your folder /Action Photos/ to /action_photos/ or something without the white space. You may have missed these instructions on the installation guide: http://minishowcase.net/instructions/#installing
  8. gomarc

    cant create account

    Hi teraro, Please wait a few minutes and try again. You need to have a post count of at least 5 in order to get access to the PM of this forum and you just now passed that count. The system will update your privileges so you can PM, but it may take some time... Don't lose hope!
  9. gomarc

    PHP Captcha not working

    Hi jack202872, Make sure you have the angelina.ttf font uploaded on to your server. I’m able to reproduce your problem if that file is missing and it works as expected if the file is in place.
  10. gomarc

    Mind Boggling PDO Query Failure

    Hi shawntc, Your connection sequence is not complete. Try: $con=new PDO("mysql:host=localhost;dbname=db","username","password");
  11. gomarc

    MySQL not recording

    Hi unfthrea, In your 'other' piece of the code, Change: Age: <input type="text" id="age" name="name" To: Age: <input type="text" id="age" name="age"
  12. gomarc

    Left and right mixed up

    Hi Skizzerz, Maybe someone with access to the default x3 theme located at /usr/local/cpanel/base/frontend/x3/getstarted/finished.html can change 'top right' to 'top left'. Source: http://forums.cpanel.net/f5/small-bug-report-getting-started-wizard-199702.html
  13. gomarc

    There has been a server error. Please try again momentarily

    Hi comput69, If its of any help, I can load your site just fine: Do you get the same results if using a proxy?
  14. gomarc

    Help with php and mysql

    Hi garrette, Try using 'localhost' (notice the single quotes surrounding 'localhost'?)
  15. gomarc

    captcha on contact form stopped working

    Hi ccandrsf93, Maybe it was just a temporary issue. It seems to be working now:
Top