Jump to content

HexString

Active Members
  • Posts

    728
  • Joined

  • Last visited

Everything posted by HexString

  1. uite terestru il poti folosi pe podea ... daca vrei mai mare ... am schita si de la mai mare dar nu prea dau : http://72.41.86.92/dproj/FMdist/fmdis.htm
  2. Nu stiam ca in regulile forumului este interzis sa ai 15 ani sau sa scrii ji in loc de si , sa se fac discriminari de varsta. Dar daca asta chiar deranjeaza pe cineva, nu e nici o problema nu v-oi mai intra pe site. Aja (asa) ca vreau sa vad care ce ziceti?
  3. E vreo problema ca stau pe acest forum ? Daca insistati eu IES .... daca vroi asta vreti ....
  4. problema cred ca este asta : $thefile = implode("", file($tmpl_file)); dar nu stiu ce inseamna
  5. Va rog mult ajtia care stiu bine php .. salvati-ma si reparatimi greselile din urmatorul php <?php /************************************************************/ /* IMPORTANT NOTE FOR THEMES DEVELOPERS!           */ /*                              */ /* When you start cKidsAndToysng your theme, if you want to   */ /* distribute it, please double check it to fit the HTML   */ /* 4.01 Transitional Standard. You can use the W3 validator */ /* located at [url]http://validator.w3.org[/url]            */ /* If you don't know where to start with your theme, just  */ /* start mKidsAndToysfying this theme, it's validate and is cool*/ /************************************************************/ /************************************************************/ /* Theme Colors Definition                  */ /*                              */ /* Define colors for your web site. $bgcolor2 is generaly  */ /* used for the tables border as you can see on OpenTable() */ /* function, $bgcolor1 is for the table background and the  */ /* other two bgcolor variables follows the same criteria.  */ /* $texcolor1 and 2 are for tables internal texts      */ /************************************************************/ global $loonr, $prefix, $db, $kokku; $kokku = $db->sql_numrows($db->sql_query("select * from ".$prefix."_stories LIMIT 0, 30 ")); $bgcolor1 = "#2D6386"; $bgcolor2 = "#2D6386"; $bgcolor3 = "#2D6386"; $bgcolor4 = "#2D6386"; $textcolor1 = "#000000"; $textcolor2 = "#000000"; if ($loonr == "") {   $loonr = "0"; } include("themes/KidsAndToys/tables.php"); /************************************************************/ /* Function themeheader()                  */ /*                              */ /* Control the header for your site. You need to define the */ /* BODY tag and in some part of the code call the blocks   */ /* function for left side with: blocks(left);        */ /************************************************************/ function themeheader() {   global $user, $banners, $sitename, $slogan, $cookie, $prefix, $db;   cookiedecode($user);   $username = $cookie[1];   if ($username == "") {     $username = "Anonymous";   }   echo "<body bgcolor="#FFFFFF" text="#000000"  leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">";   if ($banners) { include("banners.php");   }   $topics_list = "<select name="topic" onChange='submit()'>n";   $topics_list .= "<option value="">All Topics</option>n";   $toplist = $db->sql_query("select topicid, topictext from ".$prefix."_topics order by topictext");   while(list($topicid, $topics) = $db->sql_fetchrow($toplist)) { $topicid = intval($topicid);   if ($topicid==$topic) { $sel = "selected "; } $topics_list .= "<option $sel value="$topicid">$topics</option>n"; $sel = "";   }   if ($username == "Anonymous") { $theuser = "<a href="modules.php?name=Your_Account">Create an account";   } else { $theuser = "Welcome $username!";   }   $public_msg = public_message();   $tmpl_file = "themes/KidsAndToys/header.html";   $thefile = implode("", file($tmpl_file));   $thefile = addslashes($thefile);   $thefile = "$r_file="".$thefile."";";   eval($thefile);   print $r_file;   blocks(left);   $tmpl_file = "themes/KidsAndToys/left_center.html";   $thefile = implode("", file($tmpl_file));   $thefile = addslashes($thefile);   $thefile = "$r_file="".$thefile."";";   eval($thefile);   print $r_file; } /************************************************************/ /* Function themefooter()                  */ /*                              */ /* Control the footer for your site. You don't need to    */ /* close BODY and HTML tags at the end. In some part call  */ /* the function for right blocks with: blocks(right);    */ /* Also, $index variable need to be global and is used to  */ /* determine if the page your're viewing is the Homepage or */ /* and internal one.                     */ /************************************************************/ function themefooter() {   global $index, $foot1, $foot2, $foot3, $foot4;   if ($index == 1) { $tmpl_file = "themes/KidsAndToys/center_right.html"; $thefile = implode("", file($tmpl_file)); $thefile = addslashes($thefile); $thefile = "$r_file="".$thefile."";"; eval($thefile); print $r_file; blocks(right);   }   $footer_message = "<font color="white">$foot1$foot2$foot3$foot4</font>";   $tmpl_file = "themes/KidsAndToys/footer.html";   $thefile = implode("", file($tmpl_file));   $thefile = addslashes($thefile);   $thefile = "$r_file="".$thefile."";";   eval($thefile);   print $r_file; } /************************************************************/ /* Function themeindex()                   */ /*                              */ /* This function format the stories on the Homepage     */ /************************************************************/ function themeindex ($aid, $informant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $topictext) {   global $anonymous, $tipath, $cookie, $loonr, $vasak, $parem, $kokku, $storyhome, $storynum;   $ThemeSel = get_theme();   if (file_exists("themes/$ThemeSel/images/topics/$topicimage")) { $t_image = "themes/$ThemeSel/images/topics/$topicimage";   } else { $t_image = "$tipath$topicimage";   }   $loonr = ($loonr+1);   if (isset($cookie[3])) { $storynum = $cookie[3];   } else { $storynum = $storyhome;   }   $ridaaa1 = round($loonr/2);   if ($notes != "") { $notes = " [b]"._NOTE."[/b] [i]$notes[/i]n";   } else { $notes = "";   }   if ("$aid" == "$informant") { $content = "$thetext$notesn";   } else { if($informant != "") {   $content = "[url="modules.php?name=Your_Account&op=userinfo&username=$informant"]$informant[/url] "; } else {   $content = "$anonymous "; } $content .= ""._WRITES." [i]"$thetext"[/i]$notesn";   }   $posted = ""._POSTEDBY." ";   $posted .= get_author($aid);   $posted .= " "._ON." $time $timezone ($counter "._READS.")";   if (($ridaaa1*2) != $loonr) { $tmpl_file = "themes/KidsAndToys/story_home.html"; $thefile = implode("", file($tmpl_file)); $thefile = addslashes($thefile); $thefile = "$r_file="".$thefile."";"; eval($thefile); $vasak .= "$r_file";   } else { $tmpl_file = "themes/KidsAndToys/story_home.html"; $thefile = implode("", file($tmpl_file)); $thefile = addslashes($thefile); $thefile = "$r_file="".$thefile."";"; eval($thefile); $parem .= "$r_file";   }   if ($loonr == $storynum OR $loonr == $kokku) { echo "<table width="100%" border="0"  cellpadding="0" cellspacing="0">"; echo "<tr>"; echo "<td width="49%" valign="top">"; print $vasak; echo "</td>"; echo "<td width="5" cellpadding="0" cellspacing="0" valign="top"></td>"; echo "<td width="49%" valign="top">"; print $parem; echo "</td>"; echo "</tr>"; echo "</table>";   } } /************************************************************/ /* Function themeindex()                   */ /*                              */ /* This function format the stories on the story page, when */ /* you click on that "Read More..." link in the home     */ /************************************************************/ function themearticle ($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicimage, $topictext) {   global $admin, $sid, $tipath;   $ThemeSel = get_theme();   if (file_exists("themes/$ThemeSel/images/topics/$topicimage")) { $t_image = "themes/$ThemeSel/images/topics/$topicimage";   } else { $t_image = "$tipath$topicimage";   }   $posted = ""._POSTEDON." $datetime "._BY." ";   $posted .= get_author($aid);   if ($notes != "") { $notes = " [b]"._NOTE."[/b] [i]$notes[/i]n";   } else { $notes = "";   }   if ("$aid" == "$informant") { $content = "$thetext$notesn";   } else { if($informant != "") {   $content = "[url="modules.php?name=Your_Account&op=userinfo&username=$informant"]$informant[/url] "; } else {   $content = "$anonymous "; } $content .= ""._WRITES." [i]"$thetext"[/i]$notesn";   }   $tmpl_file = "themes/KidsAndToys/story_page.html";   $thefile = implode("", file($tmpl_file));   $thefile = addslashes($thefile);   $thefile = "$r_file="".$thefile."";";   eval($thefile);   print $r_file; } /************************************************************/ /* Function themesidebox()                  */ /*                              */ /* Control look of your blocks. Just simple.         */ /************************************************************/ function themesidebox($title, $content) {   $tmpl_file = "themes/KidsAndToys/blocks.html";   $thefile = implode("", file($tmpl_file));   $thefile = addslashes($thefile);   $thefile = "$r_file="".$thefile."";";   eval($thefile);   print $r_file; } ?> Greselile sunt urmatoarele Warning: main(themes/KidsAndToys/tables.php): failed to open stream: No such file or directory in /home/muzica/domains/muzica.cd/public_html/nuke/themes/DeepBlue3/theme.php on line 39 Warning: main(): Failed opening 'themes/KidsAndToys/tables.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/muzica/domains/muzica.cd/public_html/nuke/themes/DeepBlue3/theme.php on line 39 Warning: file(themes/KidsAndToys/header.html): failed to open stream: No such file or directory in /home/muzica/domains/muzica.cd/public_html/nuke/themes/DeepBlue3/theme.php on line 76 Warning: implode(): Bad arguments. in /home/muzica/domains/muzica.cd/public_html/nuke/themes/DeepBlue3/theme.php on line 76 Warning: file(themes/KidsAndToys/blocks.html): failed to open stream: No such file or directory in /home/muzica/domains/muzica.cd/public_html/nuke/themes/DeepBlue3/theme.php on line 238 Warning: implode(): Bad arguments. in /home/muzica/domains/muzica.cd/public_html/nuke/themes/DeepBlue3/theme.php on line 238 Warning: file(themes/KidsAndToys/blocks.html): failed to open stream: No such file or directory in /home/muzica/domains/muzica.cd/public_html/nuke/themes/DeepBlue3/theme.php on line 238 Warning: implode(): Bad arguments. in /home/muzica/domains/muzica.cd/public_html/nuke/themes/DeepBlue3/theme.php on line 238 Warning: file(themes/KidsAndToys/blocks.html): failed to open stream: No such file or directory in /home/muzica/domains/muzica.cd/public_html/nuke/themes/DeepBlue3/theme.php on line 238 Warning: implode(): Bad arguments. in /home/muzica/domains/muzica.cd/public_html/nuke/themes/DeepBlue3/theme.php on line 238 Warning: file(themes/KidsAndToys/left_center.html): failed to open stream: No such file or directory in /home/muzica/domains/muzica.cd/public_html/nuke/themes/DeepBlue3/theme.php on line 83 Warning: implode(): Bad arguments. in /home/muzica/domains/muzica.cd/public_html/nuke/themes/DeepBlue3/theme.php on line 83 Fatal error: Call to undefined function: opentable() in /home/muzica/domains/muzica.cd/public_html/nuke/modules/Your_Account/index.php on line 219 Va multumesc mult ... aaa ji primult fisier este theme.php ... voi pune ji celalt dupa ce ma ajutati cu asta
  6. mam scara ce avatar ai : ... nu-mi place
  7. numa din oradea nimeni
  8. Eu l-as tine cu cea mai mare placere dar am porturile inchise
  9. Welcome ... have a nice life
  10. HexString

    Astas eu

    Welcome Bory ... learn everything on this site and you will be a hacker (minihcker) . Iti recomand sa fii mai sociabil ... doar suntem un team
  11. Eu as fi de incredere:)? . Nimeni nu vrea sa organizeze in Oradea o intalnire d`astea
  12. cein inainte sa postezi ceva cred ca ar trebui sa dai search sa vezi daca nu mai este postat
  13. Pai am facut eu pana la urma primul skin gone gone ... vor fi ji altele 100%
  14. Kw3[R]Ln ce YM folosesti iti recomand with voice 7.5 cat despre prelucrareea lui ..... nu mai am chef la asta ... lasa ca vine cat de curand versiunea 2 (tineti arpoape by antena1) ...
  15. Eu ji eu i-am dat acus 6 zile un pm si nici acum nu mi-a raspuns ..
  16. nu imi da linkul ( dar incercati aici ... http://rapidshare.ro/download.php?id=IGN0Km4gdnCqKdloon75
  17. Aici v-am uploadat skinul RST Skin v1.0 pentru Yahoo Messenger ... sper sa va placa asteapt parerile voastre ... trebuie introdus in C:program FilesYahoo!SharedGraphics (asta depinde pe ce partitiie e instalat Yahoo Messengeru ... ji il dezarhivati akolo .. va descurcati voi , daca nu say here http://www.filehost.ro/download/164014/RSTskin_rar
  18. Pai nu e tradus motamou e mai de graba reexplicat )
  19. Eh o traducere simpla ... adica la subiect te uiti la codul sursa al site-ului flash ji cauti ceva de genu [url]www.nume.xx/site.swf[/url] sau mai poti gasi ji numai site.swf ji dai copy la link acum fa in notepad o linie ceva de genu <html><a hfref="linkul_copiat">Flash File</a></html> salvati fisierul cu exctensie HTML, sau modificati extensia cu Total Commander ... il deschideti dati pe Flash File ... se deschide flasul , dupa aceea ii dai Save As si il salvezi unde doreste sufletelul tau Pentru a il putea edita e nevoie sa ai un Flash Decompiler pentru al face in extensia fla si al putea edita cu ajutorul lui Macromedia Flash 8 .. Spor la treaba sper sa fie bine traducerea mai mult e bagat de la mine cam ce e acolo
  20. SpiridusuCaddy ce faci la noapte poate ne punem creierele la contriutie si facem ceva ... sau poate vrei ji iti face EnCODded ... ....
  21. EnCODded imi place ... fainutz
  22. Elias ... ai cerut hosting de unde giga sunt multe siteuti care au free 1 Gb ... de exemplu evonet.ro ... ji are ji viteza buna
×
×
  • Create New...