Moderator: DeeJay
#21 » by DeeJay » 15 Jul 2013 20:03
#22 » by DeeJay » 29 Nov 2013 19:15
#23 » by DeeJay » 23 Jan 2014 19:42
#24 » by Lone wolf » 18 Apr 2014 14:43
#25 » by Eseth » 19 Apr 2014 01:17
#26 » by HAWK » 19 Apr 2014 10:15
Lone wolf wrote:Salut, poate cineva sa-mi recomandeze un program care sa-mi schimbe IP adresa(macar pe cineva minute)?pentru a intra in Css pentru ca jocurile de pe steam-ul meu nu accepta IP adresa mea si pot intra numai daca conectez la laptop de la un alt modem sau router(la un vecin, etc) intru in joc de pe IP cela si pe urma pot sa conectez internetul meu si sa joc mai departe, dar nu am posibilitatea de a pleca la alcineva pt a deschide jocul de pe alt IP si de aceea ma gindesc ca poate exista o asa programa.
P.S. nu am facut un alt topic pt ca vad ca se discuta aici despre diferite programe utile.
#27 » by DeeJay » 24 Jan 2015 21:22
#28 » by Eseth » 24 Jan 2015 23:02
#29 » by DeeJay » 24 May 2015 18:55
#30 » by DeeJay » 22 Dec 2018 17:30
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script>
function SendMail(emailto,emailsubj,emailattach){
try{
var theApp = new ActiveXObject("Outlook.Application");
var objNS = theApp.GetNameSpace('MAPI');
var theMailItem = theApp.CreateItem(0); // value 0 = MailItem
theMailItem.to = (emailto);
theMailItem.Subject = (emailsubj);
theMailItem.Body = ('test');
//if local file replace //storage/folder/file.pdf with D:\\folder/file.pdf
//theMailItem.Attachments.Add("D:\\temp/maplist.txt");
theMailItem.Attachments.Add(emailattach);
theMailItem.display();
}
catch (err) {
alert(err.message);
}
}
</script>
</head>
<body>
<a href='#' onclick='SendMail("testsss@whateveremail.com;yayass@yayaemail.com","yaya test dds","//storage/folder/file.pdf")'>[Email]</a>)
</body>
</html>
The best online Gaming Community!
GameForest is the perfect place for all gamers!
Join our Counter-Strike Source, Counter-Strike Global Offensive and Team Fortress 2 dedicated servers and have a great fun time!