Jump to content

Micah C

Active Members
  • Posts

    102
  • Joined

  • Last visited

Everything posted by Micah C

  1. Nope... not really. I still need help with this topic so if anyone has any input its defiantly accepted. Thanks to those of you who gave a nice comment about the OS. Edit: While im at it I might as well ask. For some reason the icons on the desktop want to stay on top of all windows. Is there any way to keep these icons in the back? Kinda like the bring front and back command in word or power point.
  2. Ohh. What should I refer to an operating system that resides on the internet?
  3. Hello everyone, I have been developing a web os for the past few months off and on. More just for fun. This would serve as a way for me to continue developing my web development skills. I hope this wont get me flamed! Here is goes. The applications on the desktop are displayed with code within the index file. When the applications are clicked they are displayed in a DHTML window within an iframe. The actual application files reside within a directory called "Applications". Here is my dilemma. Every time I add an application I have to actually add lines of code to the index file. This also prevents a user from installing new apps. Here is what I need. Every time i add a file to the "Applications" directory I would like it to show up on the desktop. The title of the file being the text below the application, and the image within the file being the icon displayed on the desktop. Is this possible? Any help is appreciated. I have attached a photo of my Web Os. I am willing to provide any more information needed to make this happen. Part of the code used to display the application on the desktop. <a ondblClick="Garbage(); return false"> <p><img src="Applications/Garbage/garbage.png" border="0" style="float:left" class="dragableElement"> Script to define the application. <script type="text/javascript"> function Garbage(){ //Define arbitrary function to run desired DHTML Window widget codes ajaxwin=dhtmlwindow.open(Garbage", "iframe", "Applications/Garbage/index.html", "Trash Can", "width=450px,height=350px,left=200px,top=50px,resize=1,scrolling=1") } </script> A picture of my web Os
  4. Hello All, I am creating a basic computer management program in VB.NET 2008. I have googled this topic, but wasn't able to find much on it. I want to be able to empty the trash can from vb.net 2008. Also is it possible to clear cookies and history from a VB.NET program as well? Any help is appreciated, Micah C
  5. No one? Hmm.. Do I need to re word the question or is what im trying to accomplish not possible?
  6. Hello, I have an AutoIT script that copy's a directory to another directory on that computer. I would like to have this script run remotely on another computer with psexec. Here is what I need help with. How can I have a directory copied from that computer to my computer \\Ower\c$\Auto Hack\File_Dump\ AutoIT Script DirCopy(@MyDocumentsDir, "\\Owner\c$\Auto Hack\File_Dump\", 1) Psexec psexec -c \\Computer1 "AUTOITSCRIPT.exe" So far the only thing that I have accomplished is copying a non functional AutoIt script to the remote machine. Any help is appreciated. Micah C
  7. Hello, I am creating a project where I need to have pre loaded html appear in a text box. Here is an example: textbox1.text = "<HTML><CODE></HERE>" & Textbox2.text & "<More HTML HERE></Body>" Is what I'm trying to accomplish here possible? No, I cant open an HTML file to the text box because I need reference to other text box controls. Any help is greatly appreciated. Thanks. Micah C
  8. Hello Everyone, I am programming a website for a client and I have run into a problem. I am trying to center a CSS image box. (Code listed below) Can anyone help me with this? Any Suggestions and ideas are welcome. Thanks for the help. Micah C Original Code found at: http://sonspring.com/journal/hoverbox-image-gallery The code is not currently centering on the clients website.
  9. I understand the risks in allowing people to upload files. That's why I could like to ristrict them to a certain directory. Plus I already know how to restrict certain file upload like php for example. Finally it is secured with an htaccess file with a srong password. Thanks to the concern but I think it will be fine. Unless there is a better way to upload and edit files on a server?
  10. Hey guys, I am working on a PHP uploader. I have created a file that allows a user to name a file, then upload it. I can't figure out how to let the user chose a spot to upload it on the server. I would like to restrict the user to creating new directories in only a certain file. So this would let the user create / upload new directories & files within the restricted directory. Then I need to be able to edit the file the user just created. How can I do this? This is what i have so far: upload.php &lt;pre&gt; &lt;?php if (array_key_exists('btn', $_POST)) { print_r($_FILES); } ?&gt; &lt;/pre&gt; &lt;form action="" method="post" enctype="multipart/form-data" name="frm_upload" id="frm_upload"&gt; &lt;table border="0" cellspacing="0" cellpadding="0" id="tbl_upload"&gt; &lt;tr&gt; &lt;th scope="row"&gt;&lt;label for="frmname"&gt;Filename&lt;/label&gt;&lt;/th&gt; ( name your image, even if it already has a name ) &lt;td&gt;&lt;input type="text" name="frmname" id="frmname" class="frmfld" /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;th scope="row"&gt;&lt;label for="frmfile"&gt;File:&lt;/label&gt;&lt;/th&gt; &lt;td&gt;&lt;input name="frmfile" type="file" id="frmfile" size="30" /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;th scope="row"&gt; &lt;/th&gt; &lt;td&gt; &lt;label for="btn" id="sbm"&gt; &lt;input type="submit" name="btn" id="btn" value="Upload" /&gt; &lt;/label&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/form&gt;
  11. Actually its not an app for your iPhone or iPod. iwebkit is a framework for making webapps. Once you have made a webapp you upload it to your server and run it via the web. Your iPod or iPhone does not have to be jail broken.
  12. Hey guys, Wow, this is the first time I'm not actually asking for help on the forms, but instead I'm sharing a cool website I found for making webapps. The site is called iwebkit. I have been using it for a while and found it to be a really cool and efficient app. Try it out and tell me what you think. Micah C
  13. If you are looking to start and stop programs remotely on his computer try psexec tool from Microsoft. It allows you to kill tasks, change passwords, start programs and do a bunch of stuff all remotely. You will have to have some basic knowledge of networking and commands but if you want to "hack" his computer bad enough you might learn. Just a general rule of thumb. Don't ask how to just "hack". This is an easy way to get fried kinda like RogueHart said. It just makes you look like a noob. Go do some research on networking and computers in general.
  14. Wow! can you really do that? How tough is it? Where can I find directions?
  15. visit www.ipodstuff.org they have some pretty cool stuff that you can do with an iPod. Nothing new has happened science iPod Linux and rock box but i would recommend installing one of those and then install iboy ( ROM emulator ). :P
  16. Hey thanks a lot. I really appreciate your willingness to take on this project. I'm excited to see the results. I do have a request tho. Would it be possible to have multiple user accounts. They would both lead to the same page I just would prefer for a user to have his / her own account. If this is not possible or is to time consuming don't worry about adding additional accounts. Thanks again, Micah C
  17. yes. Also it doesn't have to be in PHP just as long as the changes stick. It would be nice if the user would have to enter a password before editing.
  18. Actually I do have a script like this. ( Found below ). The only problem with this is that its not entirely efficient if you know what i mean. Its more time consuming. An uploader could work for large changes but for lite minor changes and edits it would just be easier to give access directly. Uploader script can be found here: http://www.solitude.dk/filethingie/
  19. Hey guys, I have tried goggling this subject but I didn't find much. I need a PHP script that allows a user to edit an HTML page then save it. Kinda wiki like except it allows you to edit the entire page. Is there anything like this? Micah C
  20. Yeh i know. Sorry about making you go through that. Although you may be happy to find out that what you wrote wasn't at all a waste of time and effort. The problem wasn't my DNS it was actually how I configured DynDns settings. When i setup 192.168.7.150 to be hosted with micah.ath.cx I didn't check the box that says use wild cards. Once i checked it i was able to access site1.micah.ath.cx no problem on remote computer on my LAN. This wasn't an issue with A records. Thanks for all of your help, Micah C
  21. Ohh dude.. I a have to apologize. I made a typo. Dynamic DNS is what i use to re rout 192.168.7.150 to Micah.ath.cx. My DNS is configured with Open DNS. Im very sorry about that. Can you tell me how to config it on Open DNS? Thanks. Micah C
  22. That's pretty much an exact copy of my desktop(s)! :)
×
×
  • Create New...