Jump to content
xisto Community

khalilov

Members
  • Content Count

    281
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by khalilov

  1. I don't think talking about a moderator in that way is a good way to start on Xisto :mellow:As for ideas, what exactly do you want to do:/, simply asking for ideas is too general... erm... how about suffering or hunger lol.Whats gona be the message of that musical group, just music and rocking out or sending a message to the public about peace for example. Can you be more specific =)
  2. The reason i added a null character in the end is because according to my knowledge which is limited btw , strcmp works by comparing two strings character by character until either null characters are encountered or different characters are encountered. So if i didn't use the null character in the end the strcmp would have always returned 1 (meaning the passwords are not the same), which was the reason of why the script didnt work in the first place. I could use gets(password) but that would ruin the "*" thing and the password would be viewed for everyone to see :/
  3. I did and they showed that they are right, after some trial and errors it turns out that 0 isn't taken as a null character as i thought. I put password[4]='\0' and it worked. So iam guessing password[4]=0 set the the last character as zero and not null. While the passwords were being compared, it did n't stop at the zero since it is not the null character, and hence it continued and naturally it found that they aren't the same since password[5] is not defined and different everytime =)
  4. freddy1990.com/scar.phpYou can use scar, it works on your computer with no connection to the website. Meaning it can hardly be detected (from my experience anyways). I used it on runescape when i used to play it. I used to wake up ,play the script and then leave the computer for hours with the script mining/cutting trees... on its own. Scar has functions of left button,middle and right button clicking. It also has a wait function to do that 25 seconds waiting part. It also has functions to detect color in a certain region or entire screen as well as detecting text. Also, you can write,delete,select and prety much do everything with scar. It even can scan for pics.I think it will do what you want =)
  5. Can't you simply change the email like people normally do :/
  6. Iam making a project for my university in C language that requires a log in function. typedef struct { int id;[tab][/tab][tab][/tab][tab][/tab]char password[5],name[30];[tab][/tab][tab][/tab][tab][/tab]}clients;Thats the structure for a client void add_client(){FILE *file;clients client;file=fopen("clients.dat","r");int i=0; fread(&client,sizeof(clients),1,file);while(!feof(file)){i++; fread(&client,sizeof(clients),1,file); } client.id=i; printf("Your id will be:%d\n",client.id); fclose(file); printf("Name:");gets(client.name); flushall();printf("Enter a 4 character password:");i=0;while(i<4){flushall();client.password[i]=getch();printf("*");i++;} client.password[4]=0; file=fopen("clients.dat","a"); fwrite(&client,sizeof(clients),1,file);}Thats the function to get a client and add it to the file, i believe the most important part is the password part. int login(){int loginid,record,i=0; char password[4];do{puts("Input id:");scanf("%d",&loginid);}while(loginid<0); /*temp. fixing memory bug*/puts("Input password"); flushall();while(i<4){flushall();password[i]=getch();printf("*");i++;} password[4]=0;FILE *file;clients client;file=fopen("clients.dat","r");i=0; fread(&client,sizeof(clients),1,file);while(!feof(file)){printf("ID:%d Password:%s",client.id,client.password);if((client.id==loginid)&&(!strcmp(client.password,password))){i=1; break;} fread(&client,sizeof(clients),1,file); } if((client.id==loginid)&&(!strcmp(client.password,password)))i=1; if(i) return(loginid); return(0); }Thats the function which asks for a client's id and password and searches the clients' file for them. Even though the password and id i enter match it never returns 1. Can someone plz tell me where is the error and in which function. I am assuming since the conditions don't look wrong it has to do with the password getting part. Edit: file=fopen("clients.dat","r");int i=0; fread(&client,sizeof(clients),1,file);while(!feof(file)){i++; fread(&client,sizeof(clients),1,file); } client.id=i; printf("Your id will be:%d\n",client.id); fclose(file);This part reads how many records are inside the file, it used to work but for some weird reason it doesn't now, can someone tell me a possible reason? the only change that happened is that the previous client file was deleted.
  7. Yes it it is possible, it used to cost credits i think but with the new system i dunno. Submit a ticket asking about it but iam sure its possible.
  8. Depends on your ideas. Personally i prefer old wars with mythic creatures. But from what you offered i believe ganster and crime wars has the most potential for good ideas. Example: ganster ranks, assasinations prisons, bribes , police, illegal operations, drugs, political covers...science fiction war would be good too since you won't be limited to certain weapons and you can make up cool plasma or space stuff. Modern war iam against since well even though you can add political and UN effects you are limited to ideas when it comes to weapons and technology to logical and scientifically attainable stuff. Middle century war is not that good if you don't include magic,alchemy and other stuff. But it has good potential.
  9. I think it slows down your computer because it checks everything, every image you are viewing,every text you are reading and pretty much everything you are downloading. That might explain slowing down internet. As for slowing down computer normal work i dunno alot about antiviruses but i believe since Norton has a high database containing viruses and spyware info, maybe since its checking through a big database it takes more processing power. As for your old antivirus/spyware, it might have figured out many viruses, you cant be sure that no viruses were not caught. Just because it has high rating doesn't make it good. Sacrificing speed for security is good. Just turn Norton off when you want to play an offline unaffected game and turn it back on when you are online or when you download a program/game.
  10. I had negative 300 earlier and alot of people have negatives high.Was there any major forum cleanup in the previous days?My package's price is still the same, what services are you using maybe some of them got more expensive.
  11. you can do it in a loop, make a table in the data base having the coordinates and give each pic an id. In a loop make a switch statement on that id and printout the background image made up of several small image repeated.Can you be more clear on the coordiante system? the example i gave in my previous reply is about only one unique pic appearing on a big image according to certain coordinates. If thats your case you can use what i said in the two posts and make it happen.
  12. negative mycents get deducted O.o,otherwise there is no point in making them negative.Some one would spam his way into 10$, gets credited and gets negative 10$ mycents buts till use the $ he made.
  13. I made a similar coordinate system once but i didn't use alot of code, just make a php GET script and make the CSS code variable. echo "<div style='left:".$x."'>";I think that is how i made it, just load a background image and use this to view the pic. x would be absicssa*width of each box. You can also use span tags to show coordinates if you hover. You can also do the same with height.
  14. I thought these ads don't show to people with >100 posts, maybe thats why you guys aren't seeing the ads. Also did anyone earn anything yet? I wanna know how much mycents this can produce.
  15. khalilov

    C++ & Vista

    Yes its borland, i have a project >.<, looks like iam gona have to borow a computer or so cuz formating isn't an option. is that the same syntax and functions as borland?
  16. khalilov

    C++ & Vista

    I tried to install C++ 4.5 on vista but it said its not compatable with it, does this apply to all the other versions of C++ (5 in particular cuz thats what iam gona get).
  17. I want to download them on my new computer
  18. sorry for the delay in replying, the scripts are currently on Xisto server and are functioning,so they are on my website
  19. I had all my database and a copy of all the scripts i have on my site on my old computer which had an unfortunate accident and is now unsalvagable. I know how to download my database but can i download all the scripts too? copying and pasting over 50 scripts sounds time consuming.
  20. The java not working happened after i logged in=), the index page doesn't have any major java =)
  21. When i open http://www.tinywarz.com/ in it (a site with ALOT of java) and log in most of the java features don't work. I dunno in the game forums they said opera doesn't work with the game because it doesn't support java. I might have misunderstood them or something, maybe they were refering with java use by the game. I dunno, did it always support java or is it a new addition?
  22. Why do you guys need so much space on the internet O.o, i barely use 1% of my MSN hotmail and thats enough for me . Can you upload games on those sites so that people can download them or somethin?
  23. Try flushing then deleting all its tables and users. Then deleting it.
  24. Does this code get blocked by noscript or other programs that block java?
  25. I have tried opera before, it didn't run java scripts. And Firefox is better for flash stuff from my experience. But between opera and IE i choose IE mainly cuz of the java part. In general i choose firefox.
×
×
  • 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.