Jump to content
xisto Community

dragonfang00

Members
  • Content Count

    74
  • Joined

  • Last visited

Everything posted by dragonfang00

  1. for me I am using dreamweaver cs3.. I also used eclipse in the past month because it's free.. but for me the greatest designing tool is dreamweaver.. the only downside is it will cost a lot..
  2. in the layout theme of the member profile, you can use css.. it's safer than html and is much wider range of layout than giving them few specific choices of layouts.. secondly about the profile page, all you need to do is the main framework and the $_COOKIE variable from PHP particularly the setcookie() function.. example: by logging in i have a username "dragonfang00" setcookie("username", dragonfang00, time()+3600); now for the cookie variable: if (isset($_COOKIE['username'])){ $username = $_COOKIE['username'];} and just use a mySQL command to find other information about the user and just create a script to output that information in his/her profile page... about the security, i prefer you to add captcha in the registration and email verification.. you can also add in the log in area.. for me I don't want you to use any software like php-fusion or joomla or wordpress because you can't edit it the way you wanted...
  3. you will need to create a script with $_GET placing it in the logging page.. after this method you should put another $_GET in the website to where it is redirected so you can differentiate it.. example: <?php$authent_type = $_GET("auth_type");?> and you'll just add the auth_type with it's username and/or userID in the link like http://domain.com/redirect.php?uname=username&uID=1234567&auth_type=<?php echo $authent_type; ?> OR you can also do it without using $_POST variable but instead creating a cookie.. setcookie() function will do the work replacing the $_POST variable and it is much easier.. example: setcookie("user", $username, time()+3600); where "user" is the name of the cookie, $username is it's value, and the timeline on how long it will be in the user's machine...
  4. just like rvalkass.. I started using html and css as soon I knew it existed.. They are like partners for me.. no css no html.. and now I already have a company when I am creating a web site = CSS, HTML, and PHP...everytime I am thinking of a site I am thinking first of a website layout for the css.. It's like "float" is much better than table.. and sometimes table WITH a STYLE is much better than normal table tag without a style..you can do many things with css not just changing font colors and backgrounds...
  5. creating a bot, you will need to learn some hack from the game like, what are the commands, etc... this is not a beginner's skill that you can take.. I can say, study first including networking on VB if you really want to create one..
  6. you can us a different program for that.. like AutoIt.. it is much preferable to use in this kind or programs.. you can create scripts that will run in the backgrounds.. you can also find tutorials in their main site.. just search on google and you'll find it.. (lazy copy pasting url sorry)
  7. when will you post your browser? I think I will like to see that.. why do you call it sucky? it's your work and you should love it even it's the worst program ever built in the world.. just like one of One Piece's character said.. "If you made something even it is bad or good, best or worst, tell everybody that you made it with a DON"
  8. google is great.. it is much accurate than any other search engines.. and about the Gphone I think I already heard of it.. I just can't remember though..In the past years, my toolbar is Yahoo.. but since 2007, i am already using google toolbar and it's search engines..for the google OS I just hope it won't cost a lot.. since MS and MAC are both expensive.. If that will happen, I think i will stick to linux..
  9. stealing is stealing.. copyright infringement is stealing.. piracy is stealing...as long as you will not use the content for public viewing, like for learning purposes only, then ask and tell the author first.. or you may find yourself stealing even if you don't know it..
  10. if you really want to lose wait then try tennis or badminton or gym.. and don't eat meat, try veggies or maybe just lessen the meat intake.. it will really take out a lot of weight out of your body..
  11. for me i smoke because of stress and because of boredom...
  12. you can try Game Maker.. but I will tell you that I prefer C++ than any others..
  13. even if you do all the preventing stuffs... others can and will find a way to view your code.. but for me it's not necessary.. all I want is to guard my content but it will be much impossible than to prevent someone steal the code..
  14. you will just need a database and a script.. I can help you create but I really need someone to help who have much knowledge on it.. i am not that good at php but I have a background on php programming.. i don't need you to pay me, just need something for me to practice so i can enhance my knowledge in php..
  15. well, i can do this but I don't know the code.. I don't really need to hire a programmer because I can actually do it.. the thing is I don't know the code for the automatic creation of subdomain/directories and putting/creating the files in that directory.. thanks.. I'll try it on my host and if I can do it i'll use it on my project.. XD thanks a lot..
  16. i voted mcafee 'cause it is the one that can "clean" my PC.. and for me the worst is panda..
  17. i love playing dota.. i started playing last 2005 and until now i am playing.. right now i am using garena...
  18. I agree with saint_micheal.. learning a new language will be time consuming.. but I don't mind trying to work outside my country instead all I have to do first is to study their language and save up for the fees..
  19. I just finished college and I am still searching for the right job.. I really like to work but as of now no luck.. my last job is a staff in a internet shop..
  20. in the past year, everytime my PC gets infected by viruses I am reinstalling them but now since I bought my new antivirus (mcafee if you want to ask) my PC is running since september 2007.. and my pc is clean..
  21. the only thing I have used in a game programming was java.. but that's the first and lat game I programmed.. can anyone give me sites that I can find tutorials on game programming for C++, VC#, etc???
  22. for me I learned PHP when i created a blog-like website.. I downloaded tutorials with scripts and studied every functions..books won't work because for me you will not know how a script will work until you try and make your own using a different script but will make same result..
  23. I am testing them twice so I will have results that I really want to.. first test will be locally then the second with my host..you can use xampp and the like and just install them in your computer.. there are many kinds of programs like xampp, just search the net and you will find one..
  24. Hi everyone,i really don't know if this is the right place, so please just move this to the right category..now here's my problem:I want to create a website for my high school batch graduated last 2004 so we can interact to our old friends. but i want it to be like ning.com, myspace.com or friendster.com that you can add your own layout (css) for your profile and putting the new user in it's own profile page (using a subdomain for their own profile page)can anyone tell me how to automatically create the subdomain and putting the CSS and other files in the subdomain automatically? thanks in advance..
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.