Jump to content

Programer OZ

Members
  • Posts

    34
  • Joined

  • Last visited

Posts 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. 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.

  3. 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

  4. 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.

  5. 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

  6. In return, thanks for your nothing.

     

    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

  7. 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

  8. 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

     

    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

     

    Dear oz,

    Your hosting account at HelioHost has encountered an error during installation. The error is:

     

    Account Creation Ok

     

    Please visit http://www.heliohost.org/scripts/signup.php and try to signup again.

     

    Regards,

    HelioHost Staff

     

    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.

  9. 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

     

    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

     

  10. ... dude, you deleted your entire public_html directory. Look up some basic tutorial or something. This isn't escalated material.

     

    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

  11. ... dude, you deleted your entire public_html directory. Look up some basic tutorial or something. This isn't escalated material.

     

    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

  12. can you help me with my site??

    i'm a new member here.

    i upload my aspx file to public_html using cpanel but when i open it http://notfreebook.heliohost.org/showTime.aspx

     

    i got this error:

    XML Parsing Error: no element found

    Location: http://notfreebook.heliohost.org/showTime.aspx

    Line Number 1, Column 1:

     

    contents of my file:

    <%@ Page Language="VB" %>

    <script runat="server">

     

     

    Sub Page_Load(sender As Object, e As EventArgs)

    response.write("*" & Day(Now()) & "-" & Month(Now()) & "-" & Year(Now()) & "-" & Hour(Now()) & "-" & Minute(Now()) & "*")

    End Sub

     

    </script>

    <html>

    <head>

    </head>

    <body>

    <form runat="server">

    <!-- Insert content here -->

    </form>

    </body>

    </html>

     

    do i have to change some configuration on the cpanel to make my site works??

     

    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.

     

  13. 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! :lol:

×
×
  • Create New...