My Edit Scripts

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    <div class='quotetop'>QUOTE (ionutxp @ Feb 20 2009, 09:10 AM) <{POST_SNAPBACK}></div>
    lol wapdesire sql :| u will find iti everywhere[/b]
    no..is different sql...I have just try original sql... ;) ;)
    if like my post click:

    http://coding-talk.com/images/totall...ost_thanks.gif

    Comment


      #17
      old script :P u can add here some parts from there :P ...
      Attached Files
      Hate romains that take codes from here and tell to all that they had made that

      Comment


        #18
        lol ionutxp this your last include script have more sql files
        if like my post click:

        http://coding-talk.com/images/totall...ost_thanks.gif

        Comment


          #19
          <div class='quotetop'>QUOTE (sweetangel @ Feb 20 2009, 11:38 AM) <{POST_SNAPBACK}></div>
          lol ionutxp this your last include script have more sql files [/b]
          come4me.ro.sql all ar the smae one:D
          Hate romains that take codes from here and tell to all that they had made that

          Comment


            #20
            <div class='quotetop'>QUOTE (valentin2br @ Feb 17 2009, 11:13 PM) <{POST_SNAPBACK}></div>
            here only script no data base in english [attachment=1928:my_edit_..._english.rar]
            enjoy is a good scripts[/b]
            and post and opinion plz
            Attached Files

            Comment


              #21
              the script is lil weird just need lot of editing i cant even reg i dnt know where to get the register info i went thru the whole register.php file

              Comment


                #22
                [attachment=1943:come4me.tar.gz]<div class='quotetop'>QUOTE (Numb @ Feb 22 2009, 09:24 AM) <{POST_SNAPBACK}></div>
                the script is lil weird just need lot of editing i cant even reg i dnt know where to get the register info i went thru the whole register.php file[/b]
                this is completely script
                Attached Files

                Comment


                  #23
                  <div class='quotetop'>QUOTE (valentin2br @ Feb 22 2009, 09:39 AM) <{POST_SNAPBACK}></div>
                  [attachment=1943:come4me.tar.gz]
                  this is completely script[/b]
                  archive corrupt... fix it or delete it
                  It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
                  ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
                  ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
                  キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

                  Comment


                    #24
                    Yea me also cant open it i have download but its faulty

                    Comment


                      #25
                      <div class='quotetop'>QUOTE (Numb @ Feb 22 2009, 09:52 AM) <{POST_SNAPBACK}></div>
                      Yea me also cant open it i have download but its faulty[/b]
                      [attachment=1944:COME4ME.rar]
                      try now
                      Attached Files

                      Comment


                        #26
                        hi,is it possible to give me chat.php (with codes in core.php for chat) from your n3sklub.com script? Chat history in this english script is not good, messages are from all rooms- not from room where are you.Also function raporteaza camera on your chat rooms are interesting too

                        Comment


                          #27
                          If you can let me have a look at the chat.php in the English script i might be able to change that for you....

                          Comment


                            #28
                            here is code for chat archive
                            <div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>
                            //////////////////////////////chat history
                            else if($action=="arhiva")
                            {
                            echo "<card id=\"main\" title=\"Chat history\">";
                            addonline($uid,"Arhiva chat sobe $rname","");
                            echo "<p align=\"center\">";
                            $who = $_POST["who"];
                            $ds= date("H:i", $chat[2]);
                            $uid = getuid_sid($sid);
                            echo "Chat History $rname
                            --
                            ";
                            echo "</p>";
                            //////ALL LISTS SCRIPT <<

                            if($page=="" || $page<=0)$page=1;
                            $noi = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_chat WHERE rid= &#39;".$rid."&#39; AND who=&#39;0&#39; OR who=&#39;0&#39;"));
                            $num_items = $noi[0]; //changable
                            $items_per_page= 10;
                            $num_pages = ceil($num_items/$items_per_page);
                            if(($page>$num_pages)&&$page!=1)$page= $num_pages;
                            $limit_start = ($page-1)*$items_per_page;

                            //changable sql


                            $sql = "SELECT chatter, msgtext , timesent , who FROM ibwf_chat WHERE rid=&#39;".$rid."&#39; AND who=&#39;0&#39; OR who=&#39;&#39; ORDER BY id DESC LIMIT $limit_start, $items_per_page";

                            $items = mysql_query($sql);
                            if(mysql_num_rows($items)>0)
                            {
                            echo "

                            ";
                            while ($item = mysql_fetch_array($items))
                            {

                            $ds= date("H:i", $item[2]);
                            $who = $item[0];
                            $mesaje = parsepm($item[1], $sid);

                            //($item[1], $sid);

                            echo "[$ds] <a href=\"index.php?action=viewuser&amp;sid=$sid&amp; who=$item[0]&amp;sid=$sid\">".getnick_uid($item[0])."</a> - $mesaje";

                            //echo "<a href=\"winamp.php?action=sterge_melodie&amp;sid=$s id&amp;tid=$item[0]\">sterge</a></small>";
                            echo "
                            ";
                            }
                            echo "</p>";
                            echo "<p align=\"center\">";
                            if($page>1)
                            {
                            $ppage = $page-1;
                            echo "<a href=\"chat.php?action=$action&amp;page=$ppage&amp ;sid=$sid&amp;view=$view&amp;rid=$rid\">Back</a> | ";
                            }
                            if($page<$num_pages)
                            {
                            $npage = $page+1;
                            echo "<a href=\"chat.php?action=$action&amp;page=$npage&amp ;sid=$sid&amp;view=$view&amp;rid=$rid\">Next</a>";
                            }
                            echo "
                            $page/$num_pages
                            ";

                            if($num_pages>2)
                            {
                            $rets = "Str:<input name=\"pg\" format=\"*N\" size=\"3\"/>";
                            $rets .= "<anchor>Go";
                            $rets .= "<go href=\"chat.php\" method=\"get\">";
                            $rets .= "<postfield name=\"action\" value=\"$action\"/>";
                            $rets .= "<postfield name=\"sid\" value=\"$sid\"/>";
                            $rets .= "<postfield name=\"page\" value=\"$(pg)\"/>";
                            $rets .= "</go></anchor>
                            ";

                            echo $rets;
                            }
                            echo "</p>";
                            }else{
                            echo "<p align=\"center\"><img src=\"../images/notok.gif\" alt=\"\"/>
                            ";
                            echo "Chat History $rname is empty!
                            ";
                            echo "</p>";
                            }
                            echo "<p align=\"center\">";
                            echo "--
                            <a href=\"chat.php?sid=$sid&amp;rid=$rid&amp;rpw=$rpw \">Back in chat room</a> ";
                            echo "<a href=\"index.php?action=main&amp;sid=$sid\">$glavn a
                            [Home]</a>
                            ";
                            echo "</p></card>";
                            }</div>

                            Comment


                              #29
                              Thanks for the script !!
                              sigpic

                              Comment


                                #30
                                Ok it looks like you ain&#39;t retrieving the passed room id make sure that the room id is in the link to the archive
                                chat.php?action=arhiva&sid=session&rid=roomid&rpw=
                                I edited the code see it it works
                                Code:
                                //////////////////////////////chat history
                                 else if($action=="arhiva")
                                 {
                                 echo "<card id=\"main\" title=\"Chat history\">";
                                 addonline($uid,"[b]Arhiva chat sobe $rname[/b]",""); 
                                 echo "<p align=\"center\">";
                                 $who = $_POST["who"];
                                 $rid = $_GET["rid"];
                                 $ds= date("H:i", $chat[2]);
                                 $uid = getuid_sid($sid);
                                 echo "[size="1"]Chat History [b] $rname[/b]
                                --
                                [/size]";
                                 echo "</p>"; 
                                 //////ALL LISTS SCRIPT <<
                                 
                                 if($page=="" || $page<=0)$page=1;
                                 $noi = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_chat WHERE rid= &#39;".$rid."&#39; AND who=&#39;0&#39; OR who=&#39;0&#39;"));
                                 $num_items = $noi[0]; //changable
                                 $items_per_page= 10;
                                 $num_pages = ceil($num_items/$items_per_page);
                                 if(($page>$num_pages)&&$page!=1)$page= $num_pages;
                                 $limit_start = ($page-1)*$items_per_page;
                                 
                                 //changable sql
                                 
                                 
                                 $sql = "SELECT chatter, msgtext , timesent , who FROM ibwf_chat WHERE rid=&#39;".$rid."&#39; AND who=&#39;0&#39; OR who=&#39;&#39; ORDER BY id DESC LIMIT $limit_start, $items_per_page"; 
                                 
                                 $items = mysql_query($sql);
                                 if(mysql_num_rows($items)>0)
                                 {
                                 echo "
                                
                                ";
                                 while ($item = mysql_fetch_array($items))
                                 {
                                 
                                 $ds= date("H:i", $item[2]);
                                 $who = $item[0]; 
                                 $mesaje = parsepm($item[1], $sid);
                                 
                                 //($item[1], $sid);
                                 
                                 echo "[size="1"][$ds] <a href=\"index.php?action=viewuser&amp;sid=$sid&amp;who=$item[0]&amp;sid=$sid\">".getnick_uid($item[0])."</a> - $mesaje[/size]";
                                 
                                 //echo "<a href=\"winamp.php?action=sterge_melodie&amp;sid=$sid&amp;tid=$item[0]\">sterge</a></small>";
                                 echo "
                                ";
                                 }
                                 echo "</p>";
                                 echo "<p align=\"center\">";
                                 if($page>1)
                                 {
                                 $ppage = $page-1;
                                 echo "[size="1"]<a href=\"chat.php?action=$action&amp;page=$ppage&amp;sid=$sid&amp;view=$view&amp;rid=$rid\">Back</a> | [/size]";
                                 }
                                 if($page<$num_pages)
                                 {
                                 $npage = $page+1;
                                 echo "[size="1"]<a href=\"chat.php?action=$action&amp;page=$npage&amp;sid=$sid&amp;view=$view&amp;rid=$rid\">Next</a>[/size]";
                                 }
                                 echo "[size="1"]
                                $page/$num_pages
                                [/size]";
                                 
                                 if($num_pages>2)
                                 {
                                 $rets = "[size="1"]Str:[/size]<input name=\"pg\" format=\"*N\" size=\"3\"/>";
                                 $rets .= "[size="1"]<anchor>Go";
                                 $rets .= "<go href=\"chat.php\" method=\"get\">";
                                 $rets .= "<postfield name=\"action\" value=\"$action\"/>";
                                 $rets .= "<postfield name=\"sid\" value=\"$sid\"/>";
                                 $rets .= "<postfield name=\"page\" value=\"$(pg)\"/>";
                                 $rets .= "</go></anchor>[/size]";
                                 
                                 echo $rets;
                                 }
                                 echo "</p>";
                                 }else{
                                 echo "<p align=\"center\"><img src=\"../images/notok.gif\" alt=\"\"/>
                                ";
                                 echo "[size="1"][u]Chat History $rname is empty![/u][/size]
                                ";
                                 echo "</p>";
                                 }
                                 echo "<p align=\"center\">";
                                 echo "[size="1"]--
                                <a href=\"chat.php?sid=$sid&amp;rid=$rid&amp;rpw=$rpw\">Back in chat room</a> ";
                                 echo "<a href=\"index.php?action=main&amp;sid=$sid\">$glavna
                                [Home]</a>[/size]";
                                 echo "</p></card>";
                                 }

                                Comment

                                Working...
                                X