Search results

  1. gomarc

    Problem with implementing forms in PHP while loop

    Kudos to misson and essellar. Not closing the form must be the issue. The sample code will only post the last value of $getStat[statusID] no matter what submit button is pressed. REP + to you guys.
  2. gomarc

    como pasar de hosting free a hosting premium

    Hola hizan_bcn63, Cuando solicites premium hosting, tendrás la opción de pedir que te transfieran todo lo que tengas en la cuenta gratis: No estoy seguro si un miembro del staff lo hará por ti o se hará en forma automática, pero seguro que no perderás información.
  3. gomarc

    Problem with implementing forms in PHP while loop

    Hi gdebojyoti.mail96, The only value you are passing to deletepost.php is $_POST['postid'], so before you do anything else you should check that this value is correct. Please note that $_POST['postid'] is not the same as $_POST['postID'] deletepost.php <?php $msg = "Is this what...
  4. gomarc

    curl getting timed out on choppin

    Don't loose hope technotigerofgstek74. Let's see if we can get the attention of some user or staff that can help out.
  5. gomarc

    curl getting timed out on choppin

    Hi technotigerofgstek74, Let's assume for a moment that the firewall is blocking the port and/or URL. Your chances of getting a favorable resolution will increase if you reveal the port, URL and IP's involved. At the beginning of this year, when x10hosting had to block almost all URLs...
  6. gomarc

    Internal Server error on accessing web site

    Hi senrik39, I can access your site just fine now. You may have to clear your browser cache and Flush your DNS records.
  7. gomarc

    Site not showing up

    Hi nathanswartz7565, I can access your site just fine now. You may have to clear your browser cache and flush your DNS records.
  8. gomarc

    web page displaying gibberish

    Hi wjames, You may want to read this announcement SiteBuilder Issue (SiteReptile) as it seems to apply to your case.
  9. gomarc

    Question About Prime

    Not really. I'm suggesting not to start 2 cron jobs at the same time. You must allow at least a minute in between them. If you are running a cron job every 5 minutes of every day of every hour, you need to plug-in your second job any at any time between those 5 minutes.
  10. gomarc

    Question About Prime

    Hi indysolo62123, You may want to consider running your Sunday cron job at 4:32 so it does not overlap with your 5 minute job. If you don’t, every Sunday at 4:30 you would have 2 cron jobs starting at the same time.
  11. gomarc

    Help with accessing notifications

    Hi mikemost, New users can’t send/receive PMs and also get a captcha when posting. But don’t worry, this goes away after just a few post. Read more here: http://x10hosting.com/forums/useful-information/101463-user-groups.html
  12. gomarc

    Moving-upgrading to paid

    Hi klyxgaming, Not sure how it was before, but it's really easy now.
  13. gomarc

    MySQL reducing column integer values by 1

    Hi learning_brain, There has to be something else affecting the result you expect. If this is a one time thing, you may want to run your update query from phpMyAdmin and you'll see that it is in fact reducing each individual value of 'POPULAR' by one less than the current stored...
  14. gomarc

    Cambio de nombre del foro

    Hola papichulo_carioco, Tu nuevo nombre de usuario debe contener 5 (CINCO) caracteres como mínimo, de lo contrario te dará error.
  15. gomarc

    /usr/bin/perl

    Hi vol7ron, Unfortunately, its users abuse the main reason most of those features are gone, at least for now, in the free hosting service. What you are looking for is offered in the "ILLUMINATED" plan, not expensive at all. Check out the PLAN COMPARISON.
  16. gomarc

    phpMyAdmin - no database

    Thank you for your patience. There may be an issue that requires an adm to take a look at your account. Meanwhile, please check cPanel > Databases > Remote MySQL and confirm you have these hosts with access to your databases: 10.33.248.% 10.33.249.% 192.168.1.% Those are the...
  17. gomarc

    phpMyAdmin - no database

    I just created a database on my free account and could not reproduce your problem. It all went well. (My free server is chopin) Did you try deleting the database and recreate with the wizard? ( cPanel > Databases > MySQL Database WIZARD ?)
  18. gomarc

    phpMyAdmin - no database

    Hi bauhausgigguide88, Maybe there was a missing step. If you created the database using cPanel > Databases > MySQL Databases make sure you added the user to the database (the last step at the bottom) and give the user the correct privileges (a separate window will open for this purpose)
  19. gomarc

    Can\'t access my page

    Hi bennmoffat22, Your WP script thinks your site is still x10.mx . You need to let it know it’s now co.cc See Changing The Site URL http://codex.wordpress.org/Changing_The_Site_URL
  20. gomarc

    PHP variable variables array problem

    Hi gaptrast, Try limiting “explode” to 2 substrings. ... = explode(":",$file[$line_num], 2); In your code, the colon (: ) after 'http' is also a delimiter, so you are getting at least 3 strings instead of two back.
Top