James Posted December 23, 2007 Share Posted December 23, 2007 Nice! Sounds good. Maybe make the page a bit brighter, I personally think it should match the homepage! Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
James Posted December 23, 2007 Share Posted December 23, 2007 This is the error that I get:Error 405Method Not AllowedJust as I click the "Compile" button. I don't even get an error if the area is blank. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
James Posted December 23, 2007 Share Posted December 23, 2007 (edited) Alright, so it sort of works. It makes the program, but it doesn't .zip it it gives me an Internal Error 500. Problem! So, I changed the .tpl extension to .html and it sort of works now, No code gives me the failiure page. But when there is I get the 500 error still. Edited December 23, 2007 by JamesB Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
James Posted December 23, 2007 Share Posted December 23, 2007 (edited) Finally, theguy0000 and I figured it out! Firstly, my CGI timeout was 2 seconds, wtf? Secondly, it was 7zip! It wasn't working! Oh, and I am now off to re-design it to look better. No offence DTtvB! Edited December 23, 2007 by JamesB Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
theguy0000 Posted December 23, 2007 Share Posted December 23, 2007 Any problems on my mirror should be fixed... The problem was caused because of the .aux extension...It's really confusing with everybody using different extensions. Why not use .ahp which (for some reason) seems to be the most popular around these forums? The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN Link to comment Share on other sites More sharing options...
James Posted December 23, 2007 Share Posted December 23, 2007 or .auw I sent Dethredic the link and he suggested an option to add an icon. I was thinking brilliant idea! I'm working on a plan now! Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
James Posted December 23, 2007 Share Posted December 23, 2007 By the way, did anyone realise that you cant use includes? Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
spyrorocks Posted December 23, 2007 Author Share Posted December 23, 2007 Includes are a security issue. I use .a3w now as my extention for my web apps. [center] My Projects: Online AutoIt Compiler - AutoForum - AutoGuestbook - AutoIt Web-based Auto Installer - Pure AutoIt Zipping Functions - ConfuseGen - MindReader - P2PChat[/center] Link to comment Share on other sites More sharing options...
James Posted December 23, 2007 Share Posted December 23, 2007 Ahh.. I use .au3. So we cannot have includes at all? Remind me again why built-in includes are hazardous. Off-topic (Accept me on MSN if your on) Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
spyrorocks Posted December 23, 2007 Author Share Posted December 23, 2007 Includes are a security issue because someone could easily include any file on your server into their script, compile it, then decompile it on their own PC to get the file contents. I guess fileinstall is a issue as well. I would rewrite it (Because it would be rather easy to fix the include/fileinstall problem), but I am quite busy with Au3Blog. [center] My Projects: Online AutoIt Compiler - AutoForum - AutoGuestbook - AutoIt Web-based Auto Installer - Pure AutoIt Zipping Functions - ConfuseGen - MindReader - P2PChat[/center] Link to comment Share on other sites More sharing options...
NELyon Posted December 23, 2007 Share Posted December 23, 2007 Includes are a security issue because someone could easily include any file on your server into their script, compile it, then decompile it on their own PC to get the file contents.I guess fileinstall is a issue as well.I would rewrite it (Because it would be rather easy to fix the include/fileinstall problem), but I am quite busy with Au3Blog.Decompilization was removed from autoit. Link to comment Share on other sites More sharing options...
spyrorocks Posted December 24, 2007 Author Share Posted December 24, 2007 Oh, I never knew (Mainly because I never use it). [center] My Projects: Online AutoIt Compiler - AutoForum - AutoGuestbook - AutoIt Web-based Auto Installer - Pure AutoIt Zipping Functions - ConfuseGen - MindReader - P2PChat[/center] Link to comment Share on other sites More sharing options...
James Posted December 24, 2007 Share Posted December 24, 2007 Well, I dont understand. If the includes were permantley on there then, how would they be affected? Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
spyrorocks Posted December 24, 2007 Author Share Posted December 24, 2007 (edited) #include "C:\dir\specialconfigfile.cfg" #include "C:\Program Files\Abyss Web Server\abyss.conf" Even though abyss passwords are md5ed, you could brute force it. But as codemyster said, you can't decompile anymore. I'm sure you could use ollydbg or something to decompile it though. Edited December 24, 2007 by spyrorocks [center] My Projects: Online AutoIt Compiler - AutoForum - AutoGuestbook - AutoIt Web-based Auto Installer - Pure AutoIt Zipping Functions - ConfuseGen - MindReader - P2PChat[/center] Link to comment Share on other sites More sharing options...
James Posted December 24, 2007 Share Posted December 24, 2007 Why don't you make it so that the includes are in the "Compiler" or whatever you called it folder and can only be accessed through there, any other attempts are blocked. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
NELyon Posted December 24, 2007 Share Posted December 24, 2007 But as codemyster said, you can't decompile anymore. I'm sure you could use ollydbg or something to decompile it though.I haven't been codemyster for almost 2 years I've personally tested the Ollydbg method, and i don't believe it's possible anymore. I couldn't get it back with 3.2.2.0, I'm sure as hell i couldn't get it now. Link to comment Share on other sites More sharing options...
James Posted December 24, 2007 Share Posted December 24, 2007 I tried to. I thought I was alright with it but nope... Nothing. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
spyrorocks Posted December 24, 2007 Author Share Posted December 24, 2007 I haven't been codemyster for almost 2 years I've personally tested the Ollydbg method, and i don't believe it's possible anymore. I couldn't get it back with 3.2.2.0, I'm sure as hell i couldn't get it now.In my books, you will always be codemyster. [center] My Projects: Online AutoIt Compiler - AutoForum - AutoGuestbook - AutoIt Web-based Auto Installer - Pure AutoIt Zipping Functions - ConfuseGen - MindReader - P2PChat[/center] Link to comment Share on other sites More sharing options...
thomaatje Posted December 24, 2007 Share Posted December 24, 2007 Spyrorocks? is http://compiler.theguy0000.com/ online right now? I just get "Webpage can not be found" if i got to it. Link to comment Share on other sites More sharing options...
James Posted December 24, 2007 Share Posted December 24, 2007 Try: My compiler Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now