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

С.И.Федоров, директор Департамента государственной политики и регулирования в области природопользования МПР России С.В.Сулейманов, проектный менеджер департамента правового обеспечения финансов и налогов, ОАО "ТНК-BP Менеджмент" Е.В.Новикова, д.ю.н., ведущий научный сотрудник Института государства и права РАН, партнер юридической фирмы "Новиков энд Эдвайзерс" (Москва) Питер Дж. Петтибон, управляющий партнер Московского офиса фирмы "Хоган и Хартсон Л.Л.П."




2'2005

.PDF-версия

С.И.ФЕДОРОВ, Д.В.ВАСИЛЕВСКАЯ. О порядке установления факта открытия месторождения полезных ископаемых

.PDF-версия

С.В.СУЛЕЙМАНОВ. Налоговые и гражданско-правовые вопросы оборота имущественных прав (на примере договоров уступки экспортных графиков)

.PDF-версия

И.В.ХАМЕНУШКО, Ю.Н.ЗАВЬЯЛОВА. Финансовый контроль над трансфертными ценами

.PDF-версия

О.И.КОШИКОВ. Особенности законодательства о недрах в Литовской Республике

   .HTML-версия   .PDF-версия

Е.В.НОВИКОВА. О правах недропользователей по Уставу Горному Российской империи

   .HTML-версия   .PDF-версия

Питер Дж. ПЕТТИБОН. Урегулирование споров, возникающих из международных финансовых сделок и сделок по проектному финансированию

.PDF-версия

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

.PDF-версия

Юридический факультет Российского государственного университета нефти и газа им. И.М.Губкина

   .HTML-версия   .PDF-версия

А.В.ШАРОНОВ. Среднесрочная Программа социально-экономического развития страны на 2005-2008 гг. и роль ТЭК в ней

   .HTML-версия   .PDF-версия

И.Е.ЛЕВИТИН. Роль транспорта в развитии топливно-энергетического комплекса

   .HTML-версия   .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