🔔 Çevrimdışı bildirim almak ister misiniz?
Bir konuya etiketlendiğinizde, özel mesaj aldığınızda, bir mesajınız alıntılandığında forumda olmasanız bile anlık bildirim almak için lütfen izni verin.
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Yüzdesi:(%)
SSK hizmet sorgulatma PHP-Nuke
Asagıda verilen kodu txt dosyasına copy edip ismini index.php olarak degiştirin.Sonra ssk_sorgu adında bir klasor acıp içine bu dosyayı atın veklasoru ftpnizde moduller klasorune atıp admın panelınden aktif etmenız yeterlıdır.
Kod: Kodu kopyalamak için üzerine çift tıklayın!
<?php
/************************************************************************/
/* PHP-NUKE: Web Portal System */
/* =========================== */
/* */
/* Copyright (c) 2002 by Francisco Burzi */
/* http://phpnuke.org */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/
/************************************************************************/
/* modify $path_to_kisgb to point to the relative path to kisgb */
/************************************************************************/
$path_to_kisgb = "http://app.ssk.gov.tr/hizmet/jsp/sicilgir.jsp";
if (!eregi("modules.php", $PHP_SELF)) {
die ("You can't access this file directly...");
}
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
include("header.php");
OpenTable();
$content = "<iframe frameborder=\"0\" src=\"$path_to_kisgb\" width=\"100%\" height=\"1000\"><ilayer src=\"$path_to_kisgb\">KISGB.</ilayer></iframe>";
echo $content;
echo"<html>"
. ""
. "<head>"
. ""
. "<title>Copright HaBergama</title>"
. "<!--[if gte mso 9]><xml>"
. " <o:DocumentProperties>"
. " <o:Author>goksel</o:Author>"
. " <o:Template>Normal</o:Template>"
. " <o:LastAuthor>goksel</o:LastAuthor>"
. " <o:Revision>1</o:Revision>"
. " <o:TotalTime>1</o:TotalTime>"
. " <o:Created>2003-03-20T14:55:00Z</o:Created>"
. " <o:LastSaved>2003-03-20T14:56:00Z</o:LastSaved>"
. " <o:Pages>1</o:Pages>"
. " <o:Lines>1</o:Lines>"
. " <o:Paragraphs>1</o:Paragraphs>"
. " <o:Version>9.2812</o:Version>"
. " </o:DocumentProperties>"
. "</xml><![endif]--><!--[if gte mso 9]><xml>"
. " <w:WordDocument>"
. " <w:HyphenationZone>21</w:HyphenationZone>"
. " </w:WordDocument>"
. "</xml><![endif]-->"
. "<style>"
. "<!--"
. " /* Style Definitions */"
. "p.MsoNormal, li.MsoNormal, div.MsoNormal"
. " {mso-style-parent:\"\";"
. " margin:0cm;"
. " margin-bottom:.0001pt;"
. " mso-pagination:widow-orphan;"
. " font-size:12.0pt;"
. " font-family:\"Times New Roman\";"
. " mso-fareast-font-family:\"Times New Roman\";}"
. "a:link, span.MsoHyperlink"
. " {color:blue;"
. " text-decoration:underline;"
. " text-underline:single;}"
. "a:visited, span.MsoHyperlinkFollowed"
. " {color:purple;"
. " text-decoration:underline;"
. " text-underline:single;}"
. "@page Section1"
. " {size:595.3pt 841.9pt;"
. " margin:70.85pt 70.85pt 70.85pt 70.85pt;"
. " mso-header-margin:35.4pt;"
. " mso-footer-margin:35.4pt;"
. " mso-paper-source:0;}"
. "div.Section1"
. " {page:Section1;}"
. "-->"
. "</style>"
. "</head>"
. ""
. "<body lang=TR link=blue vlink=purple style='tab-interval:35.4pt'>"
. ""
. "<div class=Section1>"
. ""
. "<p class=MsoNormal>Copright <a href=\" Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. CloseTable();
include("footer.php");
?>
Konu Burak tarafından (15 Eylül 2007 Saat 03:20 ) değiştirilmiştir.