Jump to content

Search the Community

Showing results for tags 'script'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • Website Management and Coding
    • Technology and the Internet
    • Philosophy, Politics, and Science
    • Art and Entertainment
    • Other Discussion
  • HelioHost
    • Questions
    • Customer Service
    • How You Can Help
  • HelioNet
    • News
    • Contact HelioNet

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 17 results

  1. Hello, I would like to know if there is a way to stop a python script running in cgi-bin, since I don't have access to the shell I don't find a way to do it. Thanks in advance. username:sebas server:johnny python3.6
  2. I bought a web script of website analysis. It runs perfectly on my localhost in my PC. But when I install in my web server it shows some unreadable texts only in one decation. (Overview section. You can check the error here: https://www.review.edvicon.org/domain/edvicon.org. Also I attached a screenshot here. Please do let me know if it is a server error? and how should I correct it. Because the script is working fine in localhost. Please do let me know soon. It's bit urgent to solve this. Thank you.
  3. Hello, I am new to the site and was looking to do a few things. I have a script that runs on my computer that scrapes the flairs of several subreddits and puts the names of those users in 2 different text files. I was looking around and was having trouble figuring out how to A ) Run my script and B ) Wanted to check with the admins before setting up the cron job. As of currently the script runs on my home computer and it runs on a different web hosting site. username: lustboy email: Packerfan504@gmail.com Server: johnny the script is stored in /home/lustboy/public_html/cgi-bin/gettingUsers.py and a slightly modified version of it is here, removing authentication and specific names https://pastebin.com/WfHtFC4a supposedly I should be able to run it with "http://domain.com/cgi-bin/gettingUsers.py " https://johnny.heliohost.org:REDACTED/cpsessREDACTED/public_html/cgi-bin/gettingUsers.py or https://johnny.heliohost.org:REDACTED/cpsessREDACTED/home/lustboy/public_html/cgi-bin/gettingUsers.py but neither seemed to work. Thanks!
  4. i try to install a script for testing end learning, but its says that i need ioncube_loader_lin_7.2.so how to fix that? i try change php version.
  5. Hi, I have some PHP pages (from my last topic: https://www.helionet.org/index/topic/28805-dropdown-with-mysql-tables-names-of-a-database-as-options-and-php-mysql-errorssuggestions/) that integrates MySQL that don't work very well... here are my problems: If you go on http://apps.maicol07.tk/app/sld/voti/ and you register/login you can see what doesn't work... When you click on the pencil or the trash button (after you have inserted a new record with the + button on the right-bottom of the screen) it gives this error: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'WHERE id=1' at line 2 SQL QUERY: SELECT * FROM $materia WHERE id=$id; The dropdown in the view.php (or view-paginated.php) file it is blank (except the first option that I've added) while on XAMPP it works... The table of view.php doesn't work on Tommy, while on XAMPP it works.Source Code: http://s000.tinyupload.com/index.php?file_id=87380380194489995693 Thanks
  6. Hi, it is possible to create MYSQL databases from a PHP script on Tommy? Thanks
  7. Hello, I'm trying to setup an account with bighti.com domain. Unfortunately, at the registration moment, we've mispelled the word and inputted bigthi.com (notice the th order). I've used the script to change the domain, two days ago, and the website is being served as it should, whereas the domain on the cpanel still shows the wrong bigthi.com. The problem of that is that we cannot setup the email accounts that we are in need of. They still are created as email.account@bigthi.com. I've also tried to setup the correct domain as a parked domain, but the cpanel informs me that this domain already exists in the Apache configuration. Thank you. Sorry, never mind, I've figured that out. The problem is that other member of our team tried to configure another account and now the right domain is pointing to it. This topic can be closed. Sorry.
  8. I am currently working on a website that is a mixture of php, AJS, and JQuery. I was wondering if AJS or JQuery would work on other free hosting websites or if i should just wait for my javascript to be active on this site. I mean I'm in no hurry, but why wait until may if i can do it now. Right? This is probably a stupid question but I figured I'd ask.
  9. Good Morning, I have just registered for an account with Helionet, so far, everything looks really cool, and happy to have switched host's. However, after having read your terms and conditions, FAQ, and other guides, I am looking for clarifications regarding what I can run on my account/website. My previous host did not allow the usage of php scripts such as small Image Host's, Text pasting scripts, proxy scripts, ect. All these would be used mainly for personal usage, as small "utilitarian" tools for everyday usage on the internet. If specific scripts are allowed, which ones specifically? Additionally, do you have a certain age limit for hosting your website? Yours Sincerly, Clovis
  10. a. zmeth0dz b. Jhonny c. inglesaca.tk Question: Should I wait another 24 hours?. Forgive me in advance if this post is unnecessary but I have doubts since I am not sure if I setup everything properly or If I bugged something changing my Domain name after registration This is what i've done: I went to helionhost.org-&--#62;Signup-&--#62;Joined Jhonny server Created an account on a domain "alejandrochataing.tk". A couple of hours later I decided to change to "inglesaca.tk" I went to helionghost.org-&--#62;Support-&--#62;Script-&--#62;Domain Change-&--#62; "inglesaca.tk" (no quotes) I waited 24 hours. Cleared my Chrome cache from a week. And I got the Queued standard page. I went to Status on helionhost-&--#62;Support-&--#62;Script-&--#62;Status is: "Either we could not find that account in the database, or it has already become active. If you're seeing an "Account Queued" page, please wait an additional 24 hours. If you aren't seeing anything, please refresh your browser's cache." I have no problems signing in CPannel. However Is everything normal?. Thanks in advance for your time to check my account status
  11. What is better - fantasitico or softaculous
  12. I got a login script code but when add it it says: "Cannot select DB" You can find the whole code http://www.phpeasystep.com/phptu/6.html. Here it is: &--#60;?php $host="localhost"; // Host name $username="schimpfk"; // Mysql username $password="**PASSWORD**"; // Mysql password $db_name="test"; // Database name $tbl_name="members"; // Table name // Connect to server and select databse. mysql_connect("$host", "$username", "$password")or die("cannot connect"); mysql_select_db("$db_name")or die("cannot select DB"); // username and password sent from form $myusername=$_POST['myusername']; $mypassword=$_POST['mypassword']; // To protect MySQL injection (more detail about MySQL injection) $myusername = stripslashes($myusername); $mypassword = stripslashes($mypassword); $myusername = mysql_real_escape_string($myusername); $mypassword = mysql_real_escape_string($mypassword); $sql="SELECT * FROM $tbl_name WHERE username='$myusername' and password='$mypassword'"; $result=mysql_query($sql); // Mysql_num_row is counting table row $count=mysql_num_rows($result); // If result matched $myusername and $mypassword, table row must be 1 row if($count==1){ // Register $myusername, $mypassword and redirect to file "login_success.php" session_register("myusername"); session_register("mypassword"); header("location:login_success.php"); } else { echo "Wrong Username or Password"; } ?&--#62; I changed my password!
  13. Hey I got a website on the server johnny and every time I try to sync my data with the server to update the site, dreamweaver keeps on disconnecting me and sayying parameter is invaild, so I was wondering is it the way I am connectiong to the server or just a problem on my site. Here are a few questions I have about connectiong to the server. (I connect through ftp) 1.) Should Passive FTP be checked? 2.) Does the server use a IPV6 Transfer Mode? 3.) Should Alternative FTP move method be checked? 4.) Do I select the server as remote and testing? 5.) Is there a better way to connect to the server than FTP?
  14. Is there any restriction on sending e-mails using mail() to the same domain that is hosting the script? I'm slowly building my site during my free time and just noticed that my contact form isn't working properly. It spits out no error, but the mail never reaches it's destination. So, I've created the following test file (let's say my domain is "example.com"): <?php error_reporting(E_ALL); $to = "me@example.com"; $subject = "Test Mail"; $message = "Hello world!"; $headers = "From: no-reply@example.com"; echo mail($to, $subject, $message, $headers) ? "The email was sent" : "Fail!"; ?> Playing with this file I discovered that my mail never gets sent only if the recipient I've specified is from my own domain, the same domain which is hosting the script. If I change it to another one (gmail in this case) it works without problems: <?php error_reporting(E_ALL); $to = "me@gmail.com"; $subject = "Test Mail"; $message = "Hello world!"; $headers = "From: no-reply@example.com"; echo mail($to, $subject, $message, $headers) ? "The email was sent" : "Fail!"; ?> What really puzzles me is that this code works flawlessly in another host - and yes, using my domain. I've been using an DNS Round Robin to check out it's pros & cons and I'm able to test both hosts at the same time. Some useful (or not) information: My MX records are pointing directly to Google's records, since I'm using their Tools, and I'm also using an spf. I'm not using any nameservers, but A records only. The round robin has been working like a charm so far and the only problem I've encountered is the mail() one. I don't see how the round robin could have anything to do with this. If you need more info like seeing my DNS records, or how my mail headers looks like when I manage to send them (through the other host/to my gmail account) just ask. P.s.: English isn't my mother tongue, sorry about any weird sounding sentence. Also, I wasn't sure about where post it. Since it looks like a host-restriction, I've chosen this section.
  15. Hello i am having troubble with my website on uploading the script. each time I upload i it shows me an error saying it was uploaded ti the worng place. Please help thanks Brodie
  16. I was looking for a way to create a pop-up window at the center of the screen while the background is dimmed but the most that I got from my search is a new window less some bars and centered on the screen. What I wanted was something like the sign-in pop-up of Helionet. Could anyone help me with the codes? Thanks in advance
  17. I have a series update script (takes some data from various predefined sites listed in mysql database with url fopen, takes items using regex and puts it in a different table in the database for other script's further usage) which when executed suddenly stops (no error message or anything, just stops executing and finishes output to the browser). It worked fine until about monday this week. BTW also some "core.INSERTNUMBERHERE" file appears in my site's (root?) directory with about 50MB in size. Anybody knows how to solve this (or is the PHP parser bugged?)?
×
×
  • Create New...