Jump to content
xisto Community

mustra

Members
  • Content Count

    39
  • Joined

  • Last visited

Everything posted by mustra

  1. naa, that cant be, its not marked at spam, and even when i try to send it to support@mails.astahost.com it doesnt works, the emails isnt being sent ! this sux has hell !!! im really breaking my skull in here, gonna get some sleep, i sure do hope someone plz help me understand whats wrong !! edit: actually youre right, its sapo.pt thats blocking it, why ? how do i unblock it ??? another problem, so, now the scripts sends and email for you to confirm that you want to join my site and be a member, http://forums.xisto.com/no_longer_exists/ the email contains this link, problem is, when i click it, it says, failed to load, connection interrupted, im using firefox. so why did i got this error now ? damm................why cant nothing ever be easy for me once in my life !!!! ARGHHH !
  2. <?php$to = "prosurf@sapo.pt";$subject = "PHP Is Great";$body = "PHP is one of the best scripting languages around";$headers = "From: support@mails.astahost.com\n";mail($to,$subject,$body,$headers);echo "Mail sent to $to";?>this doesnt work, shouldnt it work ? because i do have an email account named support@mails.astahost.com made in Xisto add account option in cpanel.so, where am i suposed to add the username and password for the account and the smtp settings ?
  3. but i dont find anywhere in the script where to put user/passthe script assume i creat an account called "support" and then @$my_domanin_nameso i did an account called support@mails.astahost.com but still he doesnt sends the mails !(my site is at mails.astahost.com)
  4. but what is the main account ?its just that it inst working....
  5. i have a script where you put your email adress and he sends you an email, in my computer server, it works, on Xisto it doesnt, i need help plz
  6. hi, ive just hosted and ive tried but i cant fix this, in my computer im running easy php 1.8, i confirgured the settings of apache, i placed the smtp server and email adress and password of the email accoutn provided from my isp, so, in my computer, i can send mails that use the mail function.my problem...i have this script that send an email confirmation for user authentification/registration, the script doesnt has options for configuring smtp server, neither email account or accoutn password, has it seams it rellies on the parameters of apache/php ? because in my computer i can send emails, in your host i cant, i need help, it isnt sending the emails for the user, im not english and this problem is to hard for me to better explain myself, does anyone understands my problem ? please help me as soon has possible.thank you.
  7. Beginning C++ Game Programming (Game Development Series) by Michael Dawson (Paperback - May 13, 2004)Game Programming In C++ : Start To Finish (Game Development Series) by Erik Yuzwa (Paperback - Jan 11, 2006)these 2 are very good, the first one taugh me c++ at the beginningyou should start with a book called "c++ primer" , for me its the best about c++ (for beginners)and then move to one of those 2 above (i advice the first one)cheers
  8. Jeet Kun Do, i did that a very long time ago, when i was 9 years old i think, i used to do kick boxing and tae kwon do some time ago, now i do nothing, i just sit my a$$ all day would like to get back to tae kwon do thow...
  9. OMG LOOOOOOOOOOL HO MY JESUS CHRIST THIS IS THE FUNNIEST THINK IVE EVER HEARD !!!heres another one:"why did maths book commited suicide?""because it had a lot of problems !!"hahahaha........................not funny.
  10. we could make a team request for leaders, like 2/3 persons in charge of each department of the game (audio, graphics, gameplay, code, etc..)and then the ones who wanted to help could send content or ideias trough the people in charge of each department, we could sketch some stuff up, would be nice if we picked this thread for brainstorming, i dont know how to do it but someone could start a poll for we to see if there are people interested in making an Xisto mmorpg, cool hun ? haha :Dbut we could search for more mmorpg engines, and then decide in group, would be really cool to make a comunity project like this !
  11. hmmm, great link ! been checking eclipse, would anyone here be interested in making a mmorpg ? we could ask Xisto to host the server, that would be nice, i have some experience in game making.
  12. Well, you can try to get the new summer class at gameprogramming.org , i just dont have the time to finish it you should start really some, dont go 3d without background, trust me, ive seen thousands do the same mistake, start 2d, in fact if youll ever make money alone (independent game maker) youll have to face the facts of shareware market, and those are simple -> 2d is the rule ! start with tic-tac-toe, and then make pong, then make minesweeper and build up from there till you have a side scroller, like mario or a shmup, a good book to get would be, Beginning C++ Game Programming (Game Development Series) by Michael Dawson (Paperback - May 13, 2004) and there is a new one that i havent read yet, Game Programming In C++ : Start To Finish (Game Development Series) by Erik Yuzwa (Paperback - Jan 11, 2006) but if you really want 3d, you can have something cool in less then 10 minuts, do this: download this trial ---> https://www.thegamecreators.com/product/2000/page/archive/free after instalation, activate the trial, then open the ide and type this code(you myght have to start a new project but thats easy and intuitive); sync onsync rate 30set display mode 1024,768,32make object cube 1,10make camera 1position camera 1,300,300,-200point camera 1,0,0,0docontrol_player(1,3)syncloopfunction control_player(obj,speed#) if upkey()=1 then move object obj,3 if rightkey()=1 then yrotate object obj,wrapvalue(object angle y(obj)+speed#) if leftkey()=1 then yrotate object obj,wrapvalue(object angle y(obj)-speed#)endfunction pretty cool hun ? heres a very good wiki about game engines, you should pick one from those: http://forums.xisto.com/no_longer_exists/
  13. its defenetly genetic, since hour cause of natural death come from the stopping of our organs, wich occours because the organ cells die because of metabolism, and arent restored by new ones ude to the fact that advanced aging degraddates the extremety links of dna stream, so thats the main cause of aging, something called oxidation !want to leave longer ? dont oxidize your boody, youll even look younger, healtier and have better skin :Ptruly, im not joking, drink green tee, its a great anti-oxidante, also there are some vitamines for that to, overall some day theyll have a way to fixe the dna oxidation and our bodyes will be perfect for a long time, but our brain will never bee ! brain cells dont replicate, wich sucks, so in conditions like you describe, a pure human (by pure i mean geneticly unmodified) would live something around 100 years, and with enough calcium supply maybe he would reach 120, but hes most likely to be brain dead(or severily reduced) by 95+ best,it just like blondes, really hot, really dumm! :Dps: my english sux, sorry
  14. i havent fully read all the other posts, but for game programming i advise you to start in a simple language, and forget about making engines, there are engines already on the market for indi(independent) game makers, and those are the rule of the market, like torque, blitz, darkbasic, and some others, go see darkbasic.com, its really great and you can have a fps made in no time with fps creator, or you can learn to programm in a basic style with very fast results, since theyre engine is BASIC language with inbued directx 9 commands, great community by the way, look for an user called "supremacy", haha, really, very good way to start is at those guys site, and offcourse, at gamedev.net, theres also some indigameforums.com or something like it, cheers darkbasic.com or thegamecreators.com so ive read the posts and im sure you want make a game the ways theyre telling you to, you must start small, go from 2d to 3d and start with a procedural language, dont go diving right trough c++, youll get really confused, and in realation to some vb comments ive seen like i strongly disagree, vb is very powerfull, sometimes even faster then some c++ compilers ! and very easy to code to, and the ones that dont consider vb a programming language are not worth listen, also, there are powerfulls engines that easaly wrap around vb6, i remenber playing a lot in vb6 with one great engine, truevision3d.com , i thinks this was it, very powerfull and fast! theres always preferences and divergencies in programming languages, and game making is a flammy matter, ive been there, you really want a good advice ? go learn c#, its the future.
  15. yes , im new to the forums but Xisto seams the best, god nows ive searched a lot, especially for free hosting with cron jobs, guess ill be luky with Xisto, i sure hope so !!Xisto is the men : D
  16. simple as they come, its my first, hope you like it Tutby: joĂŁo mustra
×
×
  • 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.