Jump to content

Programer OZ

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by Programer OZ

  1. Hello, I was trying to add a webdisk and was doing it wrong or something, trying to authenticate using SFTP. Not really sure what I messed up. Anyways I'm going to move to FileZilla, but my IP got blocked. Could you unblock it please? IP: 98.218.221.73 Thanks, Omar
  2. Looks fine to me, didn't really have much in there. I'll look into a more secure alternative. Thanks Krydos
  3. Oh yeah sorry I have the domain xohmz.com. Did WordPress fail me once again? Please let me know if it can be recovered and/or if there is anything I can do about this. I assure you I did not take part in anything illegal or malicious on purpose. If you have to nuke the account to prevent malware spreading or something I understand. Sorry for inconveniencing you guys like this, not sure how that happened.
  4. Hello, My account was suspended, not sure why. I have been logging in to cpanel lately because of the mysql issue i had, so I don't think it was inactivity. The script says my account wasn't found, not sure whats going on. Account is oz, oz.heliohost.org. Thanks, oz
  5. Hello, I have what seems to be a common issue recently. I get: Error establishing a database connection I am running WordPress, info below: USERNAME: oz DB: oz_xohmz_wpdb DB USERNAME: oz_xohmz_dbAdmin How do I fix this/could you fix it if I can't? Thanks! oz
  6. My website was hacked by the same people who hacked that other fellow's site. C.L.H. (Cianjur Learn To Hack). So here is the thing, first time around I replaced my index.php and got rid of a C99 shell they left behind. Then I changed my cpanel and word press passwords to 32 character ones (upper, lower, numbers, symbols) randomized and nonsensical. The password hashes can not be solved unless they have some really nice and huge rainbow table. So my page gets hacked again, same people. This time around all my word press files were fine (unaltered), so they defaced my page in some other manner. So it seems unlikely that my passwords are compressed. I imagine they gained access to the server somehow and you guys have a bigger issue on your hands. Anywho my website now consists of an index.html informing my visitors of the down time as I figure out what I want to do. You guys should look into this and make sure your servers aren't compromised. Cheers, Omar EDIT: The servers show no signs of being compromised in any way.
  7. The feedback page feedback.heliohost.org shows up as suspened. I wanted to fill out that survey but could not.
  8. A. oz B. stevie C. oz.heliohost.org Extra Info: I reactivated but it hasn't taken affect after 2 days. I reactivated shortly before power outage i beleive. Can not access cpanel due to suspension. Thanks.
  9. I know there is the redirect thing using cpanel. Can heliohost do something like no-ip.com or dyndns.com does? Because the domains they offer are blocked by my school's web filter. But heliohost.org isnt blocked. So can heliohost make it so when I go to oz.heliohost.org/homewebsite it takes people to my ip address? since it isnt static heliohost would need to make thier own application which up dates what ip my computer is. Can you please do this? It would help a ton
  10. Anyone know how I can install something that will show how many were on the website, what time, total in a month, and all that stuff that comes with some website statistics things. I do not know any. thanks
  11. YES! thanks so much. If anyone wants help with asp.net website you can contact me. Thanks again djbob, I am so happy that the admins of this hosting service actually TALK to people and they don't send you to a FAQs page right away.
  12. WOW these people are harsh! Thanks for fixing the server! And my aspx pages are back up. BTW It is very unprofessional to own a free webisite on a sub domain for you business! If you lose clients then pay for you own domain and stop complaining. Thanks again djbob
  13. Well thats not good I hope they can help you fast! What time zone are you in? I am in GMT -05:00 (Eastern US Coast)
  14. thank you mighty djbob! I can't wait.... Good luck.
  15. How can I make this: http://oz.heliohost.org/Programming/Home.aspx into this: http://oz.heliohost.org/Programming/Home so it doesn't show the extension. I got this code but I do not know where to put it: <rule name="san aspx"> <!--Removes the .aspx extension for all pages.--> <match url="(.*)" /> <conditions logicalGrouping="MatchAll"> <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> </conditions> <action type="Rewrite" url="{R:1}.aspx" /> </rule> I think it has something to do with IIS
  16. I've removed your account and resigned up for you. Your new password has been PM'd to you. Thanks! It is working, but not my asp.net pages. I also got this E-mail I think my account is fine since it says: "Account Creation Ok" but just informing you. ____________________________________________________________________________________________________ ______________________________ Has anyone found a solution to the asp.net page errors.
  17. I recommend php and I'm sure most people in this forum will also. It's not to difficult to learn, you can find 100's of tutorials on the net and plenty of people who can answer any questions you might have. Alright the account isn't right... it is showing private files and my dlls! Also my pages aren't showing up. Can you please format my account? Just wipe it clean as if it were getting done for the first time. Thanks
  18. Yeah can you reset that? My Visual Studio went rouge and wiped everything! I am in trouble . Please reset my account. I will pick up a book and learn before I go testing like a nut again. Thanks If that's all you deleted (public_html) you shuld be able to recreate it by going to your user (home) directory and chmod it to 750. alright I believe it is okay now. Does anyone what to suggest a language to do my website in? Other than html.... i hate html only websites. thanks
  19. Yeah can you reset that? My Visual Studio went rouge and wiped everything! I am in trouble . Please reset my account. I will pick up a book and learn before I go testing like a nut again. Thanks
  20. Well for some reason my page isnt showing. It has no scripts or code behind. You can check it out? Click Here ("http://oz.heliohost.org/Videos/")
  21. You don't need to change anything in cpanel. I have no clue why, you got same problem as me, scripts will not show up! in fact scripts will ruin the whole page >.<. I suggest you use Visual Web Developer Express Edition. its from Microsoft and it is free.
  22. First what it is: <% Response.WriteFile("projectVideos/VideoName.htm"); %> that writes the contents of that file at html to the page, sort of like a iframe. In the local host it works but when the website is uploaded/published it doesn't work. now this is my actual code Response.WriteFile("projectVideos/" + Request.QueryString["id"] + ".htm"); so user can do.... url/view.aspx?id=VideoName and it will show the contents of that (VideoName.htm), contents of file: <object width="500" height="405"><param name="movie" value="http://www.youtube.com/watch?v=cJnRV7wXO-o&hl=en_US&fs=1&rel=0&color1=0xe1600f&color2=0xfebd01&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/watch?v=cJnRV7wXO-o&hl=en_US&fs=1&rel=0&color1=0xe1600f&color2=0xfebd01&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object> it doesnt work how it should. you can go to http://oz.heliohost.org/Programming/Media/Videos/ to check it out. please help and thanks!
×
×
  • Create New...