APMEH Posted July 23, 2003 Report Share Posted July 23, 2003 Кто есть тут программист? FLASH/PHP/SQL/C/Perl/Java/JavaScript/VisualBasic/assembler "Вместе мы сила" (с) Какое-то пиво Quote Link to post Share on other sites
Vigen Posted July 23, 2003 Report Share Posted July 23, 2003 таааак Армен джан ты собираешся делать какой-то проект или что? Quote Link to post Share on other sites
APMEH Posted July 23, 2003 Author Report Share Posted July 23, 2003 нет конечно) проекты и так делаю) лол) это просто так обмен данными и все такое. доками и тд. в общем форум по теме) Quote Link to post Share on other sites
APMEH Posted July 24, 2003 Author Report Share Posted July 24, 2003 программисты-то есть тут у нас на форуме? Quote Link to post Share on other sites
Гостья Posted July 24, 2003 Report Share Posted July 24, 2003 программисты-то есть тут у нас на форуме? Неа, нету Тут у нас все чайники Quote Link to post Share on other sites
Vigen Posted July 24, 2003 Report Share Posted July 24, 2003 програмистов нет, а вот дизайнеры есть Quote Link to post Share on other sites
APMEH Posted July 24, 2003 Author Report Share Posted July 24, 2003 дизайнеры тоже сойдут:_) добавляем сюда 3dsmax итп. photoshop итп. flash:-) Quote Link to post Share on other sites
Vigen Posted July 24, 2003 Report Share Posted July 24, 2003 Армен они тяжелые Quote Link to post Share on other sites
APMEH Posted July 24, 2003 Author Report Share Posted July 24, 2003 в каком смысле? Quote Link to post Share on other sites
Vigen Posted July 24, 2003 Report Share Posted July 24, 2003 аа., я просто тебя не понял ) ок! поговорим, только у меня пока что проблем нет но все же возникнут скоро Quote Link to post Share on other sites
Revan Posted August 29, 2003 Report Share Posted August 29, 2003 Есть тут программисты Вернее прибавилось, я тут недавно Quote Link to post Share on other sites
French Posted August 29, 2003 Report Share Posted August 29, 2003 Есть тут программисты Вернее прибавилось, я тут недавно Добро пожаловать на форум. Quote Link to post Share on other sites
Vigen Posted August 29, 2003 Report Share Posted August 29, 2003 Есть тут программисты Вернее прибавилось, я тут недавно в каком направлении? Quote Link to post Share on other sites
Revan Posted August 29, 2003 Report Share Posted August 29, 2003 На данный момент пишу на java Quote Link to post Share on other sites
Vigen Posted August 29, 2003 Report Share Posted August 29, 2003 На данный момент пишу на java понятно Quote Link to post Share on other sites
APMEH Posted August 29, 2003 Author Report Share Posted August 29, 2003 Есть тут программисты Вернее прибавилось, я тут недавно Цудсщьу! в смысле Welcome! ) Java тоже хорошо! Quote Link to post Share on other sites
Darvin Posted September 4, 2003 Report Share Posted September 4, 2003 не кто не знает.., как моно какую-нить цевильную flesh-форму замутить.. в заимадействии с php ? или мож знайте.., где есть ? мне бы сичас замутить e-mail форму.., маленькое flash-голосование, быстрый и качественный хостинг.., и моно будет уже сайт повешать в инет.. :}} мечтыы.., мечтыы... :} Quote Link to post Share on other sites
APMEH Posted September 5, 2003 Author Report Share Posted September 5, 2003 (edited) <? //это надо> /*но если у тебя php по defaultу, тогда можешь не писать*/ if(isset($_POST["name"])){ $name=$_POST["name"]; }elseif(isset($_GET["name"])) { $name=$_GET["name"]; }else { unset($name); } if(isset($_POST["message"])){ $message=$_POST["message"]; }elseif(isset($_GET["message"])) { $message=$_GET["message"]; }else { unset($message); } if(!isset($message)|!isset($name)){ print("&send=error"); exit(); } //это надо< //а вот собственно скриптик для отправки > $message="письмо от".$name."\n".$message; if(@mail("[email protected]", "из flash", $message)){ print("&send=ok"); }else{ print("&send=error"); } //а вот собственно скриптик для отправки < /* во флеш делаешь 2 textbox одной переменная name, второй message и кнопочка со ссылкой на этот php файл, методом get или post loadvariable.... и потом проверяешь переменную send. Если отправлено send будет равным "ok" если нет то "error" Все) если что пиши */ ?> Edited September 5, 2003 by APMEH Quote Link to post Share on other sites
Revan Posted October 17, 2003 Report Share Posted October 17, 2003 И я туда же protected synchronized ServerEntry getAvailableServer() { java.util.Enumeration enumServers = _htServers.keys(); while (enumServers.hasMoreElements()) { String sKey = (String)enumServers.nextElement(); ServerEntry serverEntry = (ServerEntry)_htServers.get(sKey); if (serverEntry.status == ServerEntry.SST_READY) { serverEntry.status = ServerEntry.SST_BUSY; return serverEntry; } } return null; } Quote Link to post Share on other sites
TS133T Posted October 17, 2003 Report Share Posted October 17, 2003 И я туда же protected synchronized ServerEntry getAvailableServer() { java.util.Enumeration enumServers = _htServers.keys(); while (enumServers.hasMoreElements()) { String sKey = (String)enumServers.nextElement(); ServerEntry serverEntry = (ServerEntry)_htServers.get(sKey); if (serverEntry.status == ServerEntry.SST_READY) { serverEntry.status = ServerEntry.SST_BUSY; return serverEntry; } } return null; } Prosto tak: If htServers is Map use Iterator i = htServers.entrySet().iterator(); A tak rad videts kakvota sdes po Java. Quote Link to post Share on other sites
Artur Posted October 18, 2003 Report Share Posted October 18, 2003 кто нибудь может на php написать скрипт который бы скачивал инфу с определенного сайта каждые скажем 10 минут и экспортировал бы эту информацию в совершенно другой файл? Quote Link to post Share on other sites
APMEH Posted October 20, 2003 Author Report Share Posted October 20, 2003 да. пришли мне на e-mail что надо конкретно. Quote Link to post Share on other sites
Revan Posted October 20, 2003 Report Share Posted October 20, 2003 A tak rad videts kakvota sdes po Java. Привет, значит у нас в форуме появился ещё один порграммист! Quote Link to post Share on other sites
APMEH Posted October 20, 2003 Author Report Share Posted October 20, 2003 Велкам Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.