Search results

  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:
  16. gomarc

    Can't connect to MySQL server by php code

    Hi beamblues50, If you are using MySQL® Databases (not the Wizard) At the bottom of the page, do you have the “Add User To Database”? You need to click on the Add button to set the privileges, as descalzo pointed out.
  17. gomarc

    interesting fact

    Hey ChatIndia, Srroy, I jsut dno’t gte waht teh bzuz is all abuot. I dno't see nthonig wrnog wtih teh msseage!
  18. gomarc

    my life, it's ****ed.

    Hello mywebradio12, As long as the value of $_SESSION['userid'] is numeric, your query as posted works. Before the query, test this value to ensure its numeric. I also suspect that server temporal issues may have affected your results. Earlier today, I was having some connection issues...
  19. gomarc

    ERROR log-in to AMP - code [ DEADBEEF ]

    @ bdistler, My Account Management Panel is now working fine. How about yours?
  20. gomarc

    ERROR log-in to AMP - code [ DEADBEEF ]

    Hi bdistler, They are doing some maintenance on the free hosting system. This prevents the account panel from loading and throws the Error Code DEADBEEF. We just have to wait until they are done. However, this should not prevent you from accessing your site or CPanel directly: https:// [...
Top