SpareNet Servers Advertising & Link Exchange

اطلاعیه

بستن
هیچ اطلاعیه ای هنوز ایجاد نشده است .

فایل کانفینگ سایت

بستن
X
 
  • فیلتر
  • زمان
  • نمایش
پاک کردن همه
نوشته‌های جدید

  • فایل کانفینگ سایت

    درود بر عزیزان
    یک سوال
    فایل کانگفینگ سایت به چه دردی میخوره بخونیمش ؟
    چه کار هایی میشه باهاش انجام داد ؟ و توضیحات کاملی بدید با تشکر
    ممنون

  • #2
    RE: فایل کانفینگ سایت

    زحمتش یه سرچه

    نظر


    • #3
      RE: فایل کانفینگ سایت

      داداش پیدا نکردم به خدا !
      شما هم کمک کنید دیگه شرمنده باز

      نظر


      • #4
        RE: فایل کانفینگ سایت

        با اجازه دوستان :

        فایل کانفیگ ارتباط بین نرم افزار تحت وب با پایگاه داده رو برقرار میکنه که شامل :

        نام دیتابیس db_name
        پسورد دیتابیس Password
        نام کاربری دیتابیس db_username
        میزبان host

        میباشد ، حال اگر این اطلاعات را داشته باشید میتوانید به دیتابیس متصل شوید و جدول های مورد نظر خودتونو بروز رسانی کنید .

        شما با استفاده از یوزر و پسورد دیتابیس میتونید از طریق phpmyadmin و پورت 3306 به دیتابیس مورد نظرتون متصل شوید .
        [align=center]IRH WebScanner Tools V.1
        |90%//////////////////////////////////////////|

        [/align]

        نظر


        • #5
          RE: فایل کانفینگ سایت

          دادا یه سایت باگ lfd  داشت من تونستم کانفینگ سایتشو بخونم
          حالا با این میشه کاری کرد ؟

          کد:
          <?php
          // ---------- default values for galleries without own config file --------------------------------------------
          
          $fr_width = 760; // width of the gallery
          $fr_height = 380; // height of the gallery
          $fr_color = "#ffffff"; // background color of the gallery ( hex or "none" for no background )
          
          $thumbs = 8; // maximal number of thumbs that are shown at the same time
          $th_per_line = 4; // thumbs per line
          $th_lines = "auto"; // "auto" or a number of thumb lines
          
          $th_width = "auto"; // "auto" or the maximal width of the thumbs ( pixels )
          $th_height = "auto"; // "auto" or the maximal height of the thumbs ( pixels )
          $th_bord_size = 2; // thumbs border size ( 0...X in pixels )
          $th_bord_color = "#000000";    // thumbs border color ( hex )
          $th_to_square = 1; // 1 = square thumbs / 0 = normal thumbs
          $th_2sq_crop_vert = "middle"; // show "middle" / "top" / "bottom" part of the picture if $th_to_sqaure enabled
          $th_2sq_crop_hori = "center"; // show "center" / "left" / "right" part of the picture if $th_to_sqaure enabled
          
          $pic_order = 0;    // 0 = newest pictures first / 1 = newest pictures last / 2 = alphabetical order
          
          $bord_color = "#000000"; // border color of shown pictures ( hex )
          $bord_size = 1; // border size of shown pictures ( 0...X in pixels )
          
          $max_pic_width = 960; // "none" or maximal picture width ( in pixels )
          $max_pic_height = 800; // "none" or maximal picture height ( in pixels )
          $oversize_allowed = 0; // 0 = pictured are reduced if they don't fit browser window / 1 = full size pictures
          
          $slideshow = 1; // 1 = slideshow available / 0 = slideshow not available
          $checkgps = 1; // 1 = display link to googlemaps if gps coordinates found in image exif metadata / 0 = don't check for gps coordinates
          $cellinfo = 0; // 1 = check for geo-tagging information on opencellid.org ( $checkgps must be 1 ) / 0 = don't check for geo-tagging information
          
          $comments = 0; // 1 = comments enabled / 0 = comments disabled
          $comm_text_size = 12; // comments font size ( pixels )
          $comm_text_color = "#000000"; // comments font color ( hex )
          $comm_text_font = "Tahoma, sans-serif"; // comments font face
          $comm_text_align = "left"; // comments text align "left" / "center" / or "right"
          $comm_auto = 0;    // 1 = auto comments as defined in $comm_auto_string / 0 = custom comments
          $comm_auto_string = "KoschtIT Image Gallery - Picture %x of %X Filename: %f, Gallery: %g"; // string for auto comments / "%x" = picture number / "%X" = number of all pictures / "%f" = filename / "%g" = gallery folder
          
          $show_nav = 1;    // 1 = show gallery navigation control / 0 = don't show gallery navigation control
          $nav_always = 0; // 1 = show always navigation control / 0 = show only if you "mouseover" the gallery
          $nav_pos = "right"; // "center" / "left" / "right" position of gallery navigation control
          
          $show_tb = 1; // 1 = show image navigation toolbar / 0 = don't show image navigation toolbar
          $preview_pics = 0; // number of preview pictures ( 0...9 )
          $thumbs_to_disk = 0; // 1 = thumbs are saved on the server / 0 = thumbs are generated "on the fly"
          
          // ---------- main lookout settings that are applied to ALL galleries -------------------------------------------
          
          $fade_color = "#000000"; // shade color ( hex )
          $fade_alpha = 7; // opacity of the shade ( 0...10 / 10 = full opacity )
          
          $shade_while_loading = 0; // 1 = shade website while initializing gallery / 0 = usual website loading
          $disable_animation = 0; // 1 = animation disabled / 0 = animations enabled
          $slideshow_time = 3000; // display time for each picture during slideshow ( ms )
          
          $nav_next = "next site"; // string for "next" thumb page icon
          $nav_back = "previous site"; // string for "previous" thumb page icon
          $nav_maxi = "maximize gallery"; // string for "maximize" gallery icon
          $nav_kiv_next = "next picture"; // string for "next picture" icon
          $nav_kiv_back = "previous picture"; // string for "previous picture" icon
          $nav_kiv_close = "close picture"; // string for "close" icon
          $nav_gps_coord = "show location on map"; // string for "location on map" icon
          $slideshow_start = "start slideshow"; // string for "start slideshow" icon
          $slideshow_stop = "stop slideshow"; // string for "stop slideshow" icon
          
          $show_warnings = 0; // 1 = show script warnings / 0 = don't show script warnings
          
          $admin = "admin"; // admin username - needed for adding custom comments to the pictures
          $pw = "admin"; // admin password - needed for adding custom comments to the pictures
          ?>

          نظر


          • #6
            RE: فایل کانفینگ سایت

            دوست عزیز ببینید شما هیچ گونه اطلاعاتی در مورد خود سایت و سرور نداری که چی هست و چه قسمتی هایی دارن چه جا هاییش مهم ان و اصلا چطور کار میکنن اون موقع شما شروع کردی به یاد گرفتن هک؟!!!
            خوب واضح که به هیچ جایی نمیرسی و نمیتونی هیچ کاری انجام بدی و باید همش وبال یکی باشی که بهت بگه چیکار کنی!!
            شما قبل از اینکه بیای و مقوله هک رو شروع کنی باید برنامه نویسی بلد باشی! بتونی یک وب سایت و یا یک سرور رو راه اندازی کنی! با ابزار های وب اشنایی داشته باشی بعد بیای کم کم شروع به یاد گرفتن هک بکنی
            الان شما اصلا نمیدونی فایل کانفیگ چی هست و چیکار میشه باهاش کرد!
            خوب معلومه که با این وضع به هیچ جایی نمیرسی!
            پس الان بخیال مقوله هک بشو و برو سراغ وب و بفهم که یه وب سایت یا یک سیستم مدیریت محتوا مثل وردپرس یا جوملا چطوری نصب میشن و چطوری کار میکنن فایل کانفیگشون کجاست چه چیز هایی توی فایل کانفیگ ذخیره میشن!
            اگه من الان جواب این سوالت رو بدم سوال بعدی که مال مرحله بعدیه رو میپرسی و الی آخر و اینطوری به هیچ جایی نمیرسی
            این هم فایل کانفیگ اصلی سایت نیست
            نمیتونی باهاش کاری انجام بدی!
            [align=center]My Email: [email protected]
            [/align][align=left]mov problems,hell
            sub me,pain
            add me,love
            inc pleasure
            inc adrenaline
            push limits
            call hopeForAbetterTomorrow[/align]

            نظر

            صبر کنید ..
            X