Jump to content

ExTrEmEDwarf

Legendary Member
  • Posts

    8,187
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by ExTrEmEDwarf

  1. o kakala pou m eixe klepsei to avatar ::) einai o monos pou kserei apo l2off developing.
  2. MaestroLuke helped meh via teamviewer. someone lock the topic :)
  3. Yeah i already added it #include <string> i wont delete your reply, u dont get post counts on offtopic anyway ::) Edit: I found another code for this, made very quick but i have error on this too: #include <iostream> #include <windows.h> using namespace std; int main () { string password; cout << "This program requires a password: "; getline (cin, password); if (password == "ExTrEmEDwarf") { cout << "\n Password is correct!"; } else { cout << "\n Password is wrong! \n Program is closing in 5 seconds!"; Sleep(5000); return 0; } system ("pause>null"); return 0; } 1>main - 2 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== Im using Visual C++ 2008 Express Edition.
  4. Hello, recently i started reading e-books and watching online tutorials and today i made a password protection thing. But, i get compile errors and i dont know where are the typos. Im 100% sure that this code is correct but i cant find what wrong i do. Someone help me. This is the code: #include <windows.h> #include <iostream> #include <string> using namespace std; int main() { string password; cout << "Enter Password: "; cin >> password; if (password == "ExTrEmEDwarf") { system("CLS") cout << "You have just logged in!"<<-- end1; cout << end1; system("PAUSE"); } else { system("CLS"); cout << "Password is incorrect. Program will close in:" << end1; cout << end1; cout << "3" << end1; Sleep(1000); cout << "2" << end1; Sleep(1000); cout << "1" << end1; Sleep(1000); cout << "Closing" << end1; Sleep(1000); } } On compile it says this: 1>Main - 9 error(s), 0 warning(s) // Not ontopic answers will be deleted
  5. About the hidden section we made a poll to make it more active, but maxtor never answered.. and the only active topic got deleted :|
  6. kinda slow upload speed. This wont crash any server, maybe it will cause lag on some home pc server.
  7. Alright. If i would buy the servage i would pre-pay it for 14 months, so 6.35*14=88.9€. I found another one, with unlimited bandwidth, tell me your opinions. http://www.fatcow.com/fatcow/fatcow.bml?page=features so 44.47 € / year with unlimited bandwidth and disk space
  8. Lol`d its at client mods, and i though it was a share.. Why u ppl never learn to post in proper section? whatever..
  9. you should add another screen imo. and this text & font sucks.. but since its your first thanks for sharing. PS: No download link? >.>
  10. paw na pexw cs.
  11. εντάξει εμεις φαγαμε ban επειδή ήταν στο recent posts 10/10 το τοπικ μας επειδή λέγανε για ποδόσφαιρο. Δεν βάλαμε τίποτα πορνο και ετσι. Και εγώ δεν είχα κανει ποστ τοτε, επειδη είχα στο sig μου το GSC έκανε ban και εμένα
  12. //serious mode: ON Μιας και ο Boston έφαγε ban επειδή έβαλες ενα λινκ με porn και ΔΕΝ είναι allowed, σου κανω και εγω -1 καρμα και πες οτι θες. Οσοι εχουν κανει porn post μέχρι τώρα έχουν φαει ban. έστω και για πλάκα. Δεν ξέρω τι είσαι και γιατι νομιζεις πως επειδή ήσουν Moderator στο forum του deathwhisper εισαι κατι και εδώ, αλλά εδώ πέρα έχουμε και όρια. Η μαλακία έχει και τα όρια της. Εγώ όταν το άνοιξα ήταν ο πατέρας μου στο δωμάτιο γιατι του έγραφα ένα CD και το είδε αλλα γενικά δεν με ένοιαξε πολύ γιατι πιο πολύ φιλαρακια είμαστε με τον πατέρα μου παρα πατερας & γιος. Ότι και να δει, και ότι του πω δεν το πέρνει στα σοβαρά λες και μιλάω σε φίλο μου. Αλλα αμα ήταν η μανα μου μεσα στο δωματιο εκεινη την στιγμή θα είχα φάει και εγω ban για βρισιμο οπως είπανε στον Boston και ότι είπε είχε και πολύ δίκιο. Forum είναι εδω όχι μπουρδελο.
  13. why vazelos got ban?
  14. Well, i got bored of these error pages everytime someone gets banned and since the other topic got locked i created one. I contacted with a Simple Machines Coder - Support specialist, with the error page. This was his answer: The errors you listed are harmless, but it would be good to address them sometime soon: 1) create custom error pages. If you have cPanel, there is a button "Error Pages" to create the core lines of 400, 401, 403, 404, and /500.shtml. Season with additional HTML code to make them match the look of your site. Those five are the most common -- you can create your own for other errors. When you get an error of some kind (e.g., 404 -- file not found), the server looks for your custom error page. If one doesn't exist, it will fall back to a default handler. It's stupid for it to log an error that it can't find xxx.shtml, but most servers seemed to be configured to do that. 2) create a favicon. This is the 16x16 pixel image that shows up in the browser address bar, tabs, bookmarks, etc. Any "paint" program can create one. It should be "ICON" format and named /favicon.ico. All browsers look for this file and you'll get an error log entry that it can't find it. 3) create a /robots.txt file. Initially, it can just be an empty file. Eventually you can put specific commands into it. "Well behaved" search engine spiders read this file to get instructions on what not to go roaming through on your site. If you don't have one (even an empty one), you'll get it logged in your error log. Creating those files will greatly reduce the junk logged in your error log, enabling you to spot "real" errors more easily. --------------------------------------------------------------------- Now, as for the "blank page" problem, do you mean that when you call up your forum, you get absolutely nothing, just a white screen? That means that some serious error was encountered while processing the files in your forum. There should be some kind of error logged somewhere on your system. There are three places to look: 1) System (site account) control panel error log. If you have cPanel, there is a button labeled "Error Log" (not "Error Pages"). Is there anything listed there? 2) "error_log" file(s) in various directories. If configured to do this, PHP will write error messages to a file (often named "error_log") in the directory where the error occurred. Go into your site control panel's file manager (cPanel > File Manager) and look around. You can also use an FTP program to do this. The error_log file will give useful error messages about what happened (e.g., a syntax error in line ____ of file ____). 3) SMF forum error log (under Admin). If you can't get to your first page to get logged in, you won't be able to look in this error log. What causes these errors? Mistakes in hand editing of files, wrong permissions on files (some hosts don't permit 777 permissions, for example), a botched mod or theme install, and hack attempts that messed up file changes. And a PS: did you look in the web server error log for the corresponding entry that triggered the 500 error? If so, please give me the error line back here :) If maxtor can give me the error line to fix this shit outta would be perfect. Although i didnt manage to pm him cuz he already have loads of pms and i wont get a fast respond.
  15. i wonder if other countries have beautiful sea like ours: http://www.youtube.com/watch?v=bFSBUSrcXh0
  16. alakse to zone apo ta zones.xml pou einai sto data folder se peace system elinika sto greek section lulz
  17. http://www.maxcheaters.com/forum/index.php?board=61.0 http://www.maxcheaters.com/forum/index.php?action=profile;u=56502;sa=showPosts All of them are "Good" and OMG
  18. http://www.maxcheaters.com/forum/index.php?topic=50068.0
  19. there it is: http://www.maxhackers.com/forum/index.php?topic=260.0
×
×
  • Create New...