Jump to content

sagnik

Members
  • Posts

    483
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by sagnik

  1. Username: sgn Domain: sgnetworks.cu.cc Server: Johnny
  2. I want to merge 3 or 4 rows into one with the previous row. See here: http://netmate.cu.cc/mobile/tos2.php, what I want to do is, merge all the text after section 8. Registration and before section 9. Posts with the section 8 and make it fit in one section (div) using PHP. How can I do it??? Here is the code: <?php require_once $_SERVER['DOCUMENT_ROOT']."/mobile/global/header.php"; ?> <br/> <?php function get_subsection($sid,$db){ if(!empty($sid)){ $q=db_query("SELECT ssid,ssvalue FROM terms WHERE sid='$sid'", $db); if($q){ if(db_num_rows($q) > 0){ while($r=db_fetch_array($q)){ return $r['ssid'].".) ".$r['ssvalue']; } } } } } ?> <?php $q=db_query("SELECT sid,section,svalue,ssid,ssvalue FROM terms ORDER BY sid,ssid ASC",$db1); if($q) { if(db_num_rows($q) > 0) { echo "<div class='panel-group'>"; while($r=db_fetch_array($q)) { echo "<div class='panel panel-default'>"; echo "<div class='panel-heading'>".$r['sid'].".".$r['section']."</div>"; echo "<div class='panel-body'>".$r['svalue']; echo "<span class='subsection'>".get_subsection($r['sid'], $db1)."</span>"; echo "</div>"; echo "</div>"; } echo "</div>"; } } ?> <?php require_once $mGlobal."footer.php"; ?>
  3. Thank you sir. I have just checked using UC Browser and it worked fine.
  4. How can I fix it?? I'm using Google Chrome in Android Mobile.
  5. Thanks And one more thing, I have a sitemap.xml file in the public_html folder of my addon domain, but when I'm typing the URL in the browser, it's starts downloading instead of displaying the XML data. Can you help me, please?
  6. Hello, I'm trying to import a database as well data which is around 4MB using phpMyAdmin. But I've noticed that, the maximum allowed file size is 2048KiB. And I really need the database to be imported for my website to work properly. Otherwise I'm seeing only error in my website. Can anybody help me???
  7. Yes, I've used Android Studio, but there was another problem, I'm unable to scroll horizontally in the editor.
  8. I want to create a new account in Tommy Server. But, I'm getting "Closed" and I'm unable to select the Tommy Server.
  9. I had downloaded the backup of my account. But when I had tried to sign-up using the same credentials, I had got an error informing that the account is already exists. So please delete the existing account and grant me to create a new account in Tommy Server if possible. Here is my account details: Server: Stevie E-mail: sagnikganguly2012@rediffmail.com Main Domain: sgnetworks.cf Addon Domain-1: sgservices.ml Addon Domain-2: sgsoft.ml
  10. Hi I'm Sagnik Ganguly. I have a problem setting Android layout inside ScrollViews. Here is my code: http://pastebin.com/5Hdundth I request please fix the code to fill the entire screen inside the ScrollViews.
  11. But some domain names are associated with this account "sgscl" on Stevie and now I want to transfer the domain names to the new account "sgn" as addon domains. And I want to delete my old account ("sgscl")
  12. Thank You Sir... So can I continue using "sign" account?
  13. Sir, I've an account with the username "sgscl" on the server "Johnny". As I was unable to login to the account I've created an account on "Stevie" with the username "sgn". So I request you to delete my existing account with the username "sgscl" and move my new account (sign) to the server "Tommy" if it's possible.. And I saw that, HelioHost is giving 1GB disk space if I verify my Email. But I still have 500MB of disk space.
  14. When the public signup will open for Tommy?
  15. So how can I sign up for a tommy account and when? Because, I saw that, Tommy is currently available for invitation only.
  16. Thanks it works.
  17. Oh. Thanks. You are right, I'm on a cell phone data plan. But, is there any way to avoid this problem?
  18. Thanks for the help. And What is "tommy"? A new server?
  19. Every time I'm trying to login to cPanel, after successful login I'm getting "Your IP address has been changed" error. I'm using Chrome and UC Mobile.
  20. Oh. Thanks for your help. And there is also a SSL/TLS Access button is present. Is that function works or not? Because I know that, to use SSL in heliohost, we need to buy a dedicated IP.
  21. I have see that, a SSH Access option is added in Chanel of Johnny server. So, so I've generated a key and tried to use a ssh client, but I've got "Connection Refused" error. I don't know anything about ssh. I want to know can I connect to ssh? If yes, then how?
  22. Oh.. It's OK.
  23. Thanks it works. And I have a question, I see that Johnny is currently down so how my website works?
  24. A. HelioHost Username: sgscl B. Main Domain: sgservices.cf C. Server: Johnny
  25. Sir, I'm a student of Computer Science & Technology. I need a all that Heliohost offers in Johnny server for my study. But, the Johnny server of Heliohost crushes frequently. For the interuption of Johnny server, I'm able to complete my homework/project. I don't want to spend money for a hosting account, so I chosen Heliohost. Heliohost have all what I need. So I request please grant me to register two accounts one at Johnny server which will be my main account and another at Stevie. So when Johnny server will crush, I can continue my study with the account which will be at Stevie server. Please accept my request. I really need it.
×
×
  • Create New...