На главную страницуНаписать письмоКарта сайта

В.П.Орлов, первый заместитель председателя комитета Совета Федерации по природным ресурсам и охране окружающей среды В.Школьник, министр энергетики и минеральных ресурсов Республики Казахстан Парламентские слушания "Актуальные вопросы взаимодействия органов государственной власти в отношении недр" А.Бардин, старший юрист, "ЛеБоф, Лам, Грин и Макрей", Москва





Ю.ШУВАЕВ. О состоянии природоресурсного и природоохранительного законодательства Российской Федерации и основных направлениях по его совершенствованию

.PDF-версия

Г.ОВЕЧКИНА. Принципы и методы формирования реестра фонда буровых скважин как объектов недвижимого имущества. Разработка моделей управления

.PDF-версия

Д.ЗЕЛЕНКОВ. Проблемы нормативно-правового регулирования вопросов управления и распоряжения фондом буровых скважин

.PDF-версия

В.ОРЛОВ. Чиновники ищут "индивидуальный подход" к нефтяным компаниям

.PDF-версия

С.ГУДКОВ. О ходе подготовки проекта федерального закона "О недрах"

.PDF-версия

СПРАВКА Министерства природных ресурсов России "О ходе работы по подготовке проекта федерального закона "О недрах"

.PDF-версия

Н.СВИРИДОНОВ. Проблема разграничения предметов ведения и компетенции РФ и ее субъектов в отношении недр и пути ее решения

.PDF-версия

С.МАРЕЕВА. Юнитизационное соглашение: общая и особенная часть

.PDF-версия

Дж.ХАЙНЗ, А.БАРДИН. Состояние и перспективы развития законодательства о СРП в России

.PDF-версия

П.НИКИТИН, А.НИКИТИН. Об особенностях налогообложения морских месторождений нефти и газа

.PDF-версия

В.ШКОЛЬНИК. Экологические аспекты Государственной Программы освоения и развития Казахстанского сектора Каспийского моря

.PDF-версия

М.БРИНЧУК. Проблемы и перспективы развития современного экологического законодательства

.PDF-версия

Законодательная база в области энергосбережения

.PDF-версия

В.КОКИН. Правовые основы нефтяной деятельности в Норвегии

.PDF-версия

РЕКОМЕНДАЦИИ семинара-совещания на тему: "Законодательство в области природных ресурсов и природопользования. Анализ правоприменительной практики. Актуальные вопросы взаимодействия федеральных и региональных органов государственной власти", Москва, 20 октября 2003 г.

.PDF-версия

Обзор судебных решений в области ТЭК

.PDF-версия

 

 

Новости www.lawtek.ru

#!/usr/bin/perl ############################################################################## # Cliff's Banner Rotater Version 2.51 # # Copyright 1998 Shaven Ferret Productions # # Created 7/8/98 Last Modified 12/04/98 # # Available at http://www.shavenferret.com/scripts # ############################################################################## # COPYRIGHT NOTICE # # Copyright 1998 Shaven Ferret Productions All Rights Reserved. # # # # This script can be used\modified free of charge as long as you don't # # change this header thing. By using this script you agree to indemnify # # me from any liability that might arise from its use. In simple English, # # if this script somehow makes your computer run amuck and kill the pope, # # it's not my fault. # # # # Redistributing\selling the code for this program without prior written # # consent is expressly forbidden. # ############################################################################## # If the ads directory is not in the same directory as this file, enter # the server path (not the URL) to the ads directory. Do not include a # trailing slash. $datadir = "/var/www/u6614017/data/www/journal.oilgaslaw.ru/cgi-bin/ban468"; ############################################################################## # Congratulations! You've finished defining the variables. If you want to, # # you can continue screwing with the script, but it isn't necessary. # ############################################################################## print "Content-type: text/html\n\n"; srand(); open(FILE,"$datadir/main.txt"); @ads = ; close(FILE); for ($i = 0; $i <= $#ads; $i++) { chomp($ads[$i]); ($file,$weight,$page,$max) = split(/\|/, $ads[$i]); $page = "/" . $page; for ($j = 1; $j <= $weight; $j++) { if (($page ne "/" && $page eq $ENV{'DOCUMENT_URI'}) || ($page eq "/")) { splice(@choose,0,0,$i); } } } $adnum = int(rand($#choose)); ($file,$weight,$page,$max) = split(/\|/, $ads[$choose[$adnum]]); open(FILE,"$datadir/$file-ad.txt"); @adtext = ; close(FILE); foreach $line(@adtext) { print "$line"; } open(FILE,"$datadir/$file-count.txt"); flock(FILE,2); $count = ; close(FILE); $count++; unless ($max && $count >= $max) { open(FILE,">$datadir/$file-count.txt"); flock(FILE,2); print FILE "$count"; close(FILE); exit; } else { splice(@ads,$choose[$adnum],1); open(FILE,">$datadir/main.txt"); foreach $ad(@ads) { print FILE "$ad\n"; } close(FILE); unlink("$datadir/$file-count.txt"); unlink("$datadir/$file-ad.txt"); exit; } #!/usr/bin/perl ############################################################################## # Cliff's Banner Rotater Version 2.51 # # Copyright 1998 Shaven Ferret Productions # # Created 7/8/98 Last Modified 12/04/98 # # Available at http://www.shavenferret.com/scripts # ############################################################################## # COPYRIGHT NOTICE # # Copyright 1998 Shaven Ferret Productions All Rights Reserved. # # # # This script can be used\modified free of charge as long as you don't # # change this header thing. By using this script you agree to indemnify # # me from any liability that might arise from its use. In simple English, # # if this script somehow makes your computer run amuck and kill the pope, # # it's not my fault. # # # # Redistributing\selling the code for this program without prior written # # consent is expressly forbidden. # ############################################################################## # If the ads directory is not in the same directory as this file, enter # the server path (not the URL) to the ads directory. Do not include a # trailing slash. $datadir = "/var/www/u6614017/data/www/journal.oilgaslaw.ru/cgi-bin/ban234"; ############################################################################## # Congratulations! You've finished defining the variables. If you want to, # # you can continue screwing with the script, but it isn't necessary. # ############################################################################## print "Content-type: text/html\n\n"; srand(); open(FILE,"$datadir/main.txt"); @ads = ; close(FILE); for ($i = 0; $i <= $#ads; $i++) { chomp($ads[$i]); ($file,$weight,$page,$max) = split(/\|/, $ads[$i]); $page = "/" . $page; for ($j = 1; $j <= $weight; $j++) { if (($page ne "/" && $page eq $ENV{'DOCUMENT_URI'}) || ($page eq "/")) { splice(@choose,0,0,$i); } } } $adnum = int(rand($#choose)); ($file,$weight,$page,$max) = split(/\|/, $ads[$choose[$adnum]]); open(FILE,"$datadir/$file-ad.txt"); @adtext = ; close(FILE); foreach $line(@adtext) { print "$line"; } open(FILE,"$datadir/$file-count.txt"); flock(FILE,2); $count = ; close(FILE); $count++; unless ($max && $count >= $max) { open(FILE,">$datadir/$file-count.txt"); flock(FILE,2); print FILE "$count"; close(FILE); exit; } else { splice(@ads,$choose[$adnum],1); open(FILE,">$datadir/main.txt"); foreach $ad(@ads) { print FILE "$ad\n"; } close(FILE); unlink("$datadir/$file-count.txt"); unlink("$datadir/$file-ad.txt"); exit; }

Адрес редакции: 115054 Москва, ул.Зацепа, 23, офис 11
Тел.: +7 (495) 235-25-49, 235-47-88 | e-mail: info@oilgaslaw.ru

© ООО "Нефть, Газ и Право", 2004
© Design by E.Vaitkiene