Hacking and more...
HaCkinG CulT
Lista Forumurilor Pe Tematici
Hacking and more... | Reguli | Inregistrare | Login

POZE HACKING AND MORE...

Nu sunteti logat.
Nou pe simpatie:
Anna281 la Simpatie.ro
Femeie
25 ani
Iasi
cauta Barbat
25 - 44 ani
Hacking and more... / n00bs / Eroare in iframe Moderat de Shocker
Autor
Mesaj Pagini: 1
[BZ]BLACKzone
Junior

Inregistrat: acum 17 ani
Postari: 27
Am facut un iframe si in iframe in imi da eroare si cand intru pe pagina normal nu din iframe nu-mi apara erorile de la ce poate fii ?

Code:

Warning: flock(): supplied argument is not a valid stream resource in /home/fdnsro/public_html/blackzone/lgf-reflog.php on line 31

Warning: Cannot modify header information - headers already sent by (output started at /home/fdnsro/public_html/blackzone/lgf-reflog.php:31) in /home/fdnsro/public_html/blackzone/includes/sessions.php on line 404

Warning: Cannot modify header information - headers already sent by (output started at /home/fdnsro/public_html/blackzone/lgf-reflog.php:31) in /home/fdnsro/public_html/blackzone/includes/sessions.php on line 405

Warning: Cannot modify header information - headers already sent by (output started at /home/fdnsro/public_html/blackzone/lgf-reflog.php:31) in /home/fdnsro/public_html/blackzone/includes/page_header.php on line 1136

Warning: Cannot modify header information - headers already sent by (output started at /home/fdnsro/public_html/blackzone/lgf-reflog.php:31) in /home/fdnsro/public_html/blackzone/includes/page_header.php on line 1138

Warning: Cannot modify header information - headers already sent by (output started at /home/fdnsro/public_html/blackzone/lgf-reflog.php:31) in /home/fdnsro/public_html/blackzone/includes/page_header.php on line 1139/



_______________________________________
I try just to learn, nothing much.

pus acum 17 ani
   
OSHO
Elite Member

Din: Cluj
Inregistrat: acum 17 ani
Postari: 2069
Incerci sa trimiti headere sau sa modifici variabile de sesiune sau cookie-uri dupa ce ai trimis deja o parte din date.

_______________________________________

IPFind: IP Finder and browser revealer
SkullBox: IT pentru incepatori
_______________________________________

pus acum 17 ani
   
[BZ]BLACKzone
Junior

Inregistrat: acum 17 ani
Postari: 27
nu am inteles ( mai pot explica odata ?

_______________________________________
I try just to learn, nothing much.

pus acum 17 ani
   
OSHO
Elite Member

Din: Cluj
Inregistrat: acum 17 ani
Postari: 2069
Da. Pagina care se deschide in iframe are probleme. Incerci sa modifici cookie-uri sau variabile de sesiune sau sa trimiti headere dar asta dupa ce ai afisat o parte din continut.

_______________________________________

IPFind: IP Finder and browser revealer
SkullBox: IT pentru incepatori
_______________________________________

pus acum 17 ani
   
[BZ]BLACKzone
Junior

Inregistrat: acum 17 ani
Postari: 27
nu prea am inteles din ce ai spus tu da cred ca rezolv cu un redirect ... da mi se vede adresa sus .. nu as putea pune un redirect si un iframe sau un iframe si un redirect ... ? cine ma ajuta, poate ati inteles 

Modificat de [BZ]BLACKzone (acum 17 ani)


_______________________________________
I try just to learn, nothing much.

pus acum 17 ani
   
OSHO
Elite Member

Din: Cluj
Inregistrat: acum 17 ani
Postari: 2069
Posteaza primele randuri din fisierul care trebuie sa se deschida in iframe sa vad unde-i buba.

_______________________________________

IPFind: IP Finder and browser revealer
SkullBox: IT pentru incepatori
_______________________________________

pus acum 17 ani
   
[BZ]BLACKzone
Junior

Inregistrat: acum 17 ani
Postari: 27
nu cred ca ai ce vedea ... e index-ul din phpbb

Code:

<?php
/** 
*
* @package phpBB2
* @version $Id: index.php,v 1.99.2.3 2004/07/11 16:46:15 acydburn Exp $
* @copyright (c) 2001 The phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License 
*
* @modified by phpBB Fully Modded 
* @version $Id: 6/02/2007 5:59 PM
* @support http://phpbbfm.net
*
*/

define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
include($phpbb_root_path . 'lgf-reflog.'.$phpEx);
include($phpbb_root_path . 'includes/functions_selects.'.$phpEx);

//
// Start session management
//
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
//
// End session management
//


//
// Activity 
//
$ipb_check = ( isset($HTTP_GET_VARS['act']) ) ? 'Arcade' : '';
$ipb_score = ( isset($HTTP_GET_VARS['do']) ) ? 'newscore' : '';
if ( ($ipb_check) && ($ipb_score) )
{
    $game = trim(addslashes(stripslashes($HTTP_POST_VARS['gname'])));
    $score = intval($HTTP_POST_VARS['gscore']);
    
    $q = "SELECT game_type
        FROM " . iNA_GAMES . "
        WHERE game_name = '" . $game . "'";
    $r = $db->sql_query($q);
    $row = $db->sql_fetchrow($r);
    
    // Only IPB Games Can Use This Format!
    if ( $row['game_type'] == 3 )
    {
        echo '<form method="post" name="ipb" action="newscore.'.$phpEx.'">';
        echo '<input type="hidden" name="score" value="' . $score . '">';
        echo '<input type="hidden" name="game_name" value="' . $game . '">';
        echo '</form>';
        echo '<script type="text/javascript">';
        echo 'window.onload = function(){document.ipb.submit()}';
        echo '</script>';
        exit();
    }
    else
    {
        redirect(append_sid('activity.'.$phpEx), TRUE);
    }
}



_______________________________________
I try just to learn, nothing much.

pus acum 17 ani
   
OSHO
Elite Member

Din: Cluj
Inregistrat: acum 17 ani
Postari: 2069
Ah... in cazul asta nu stiu de ce iti da eroare... poate incearca serverul sa adauge ceva banner in pagina sau ceva contor...
Vezi daca folosesti frame in loc de iframe tot asa face ?


_______________________________________

IPFind: IP Finder and browser revealer
SkullBox: IT pentru incepatori
_______________________________________

pus acum 17 ani
   
[BZ]BLACKzone
Junior

Inregistrat: acum 17 ani
Postari: 27
nu stiu care e diferenta dintre frame sau iframe eu am iframe

Code:

<iframe width="100%" height="554" src="http://www.nume.ro/" frameborder="0"></iframe>

am mai observat ceva .. cand dau sal deschid din my computer adica cu click2 -> open with - .... nu-mi apare eroare, doar cand o urc pe ftp


_______________________________________
I try just to learn, nothing much.

pus acum 17 ani
   
OSHO
Elite Member

Din: Cluj
Inregistrat: acum 17 ani
Postari: 2069


_______________________________________

IPFind: IP Finder and browser revealer
SkullBox: IT pentru incepatori
_______________________________________

pus acum 17 ani
   
[BZ]BLACKzone
Junior

Inregistrat: acum 17 ani
Postari: 27
le stiu pe alea, leam vazut nu am incercat

Code:

<frameset cols="25%,75%">
   <frame src="frame_a.htm">
   <frame src="frame_b.htm">
</frameset>

ce face ? ca sunt obosit ?


_______________________________________
I try just to learn, nothing much.

pus acum 17 ani
   
OSHO
Elite Member

Din: Cluj
Inregistrat: acum 17 ani
Postari: 2069

[BZ]BLACKzone a scris:

ce face ? ca sunt obosit ?

Am avut buna-vointa sa te ajut. Mai departe e treaba ta.
Bafta !


_______________________________________

IPFind: IP Finder and browser revealer
SkullBox: IT pentru incepatori
_______________________________________

pus acum 17 ani
   
Pagini: 1  

Mergi la