Spacedog New & Improved!! Comments!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • spacedog
    Yes that IS me. Bitch.
    • Nov 2001
    • 14149

    #1

    Spacedog New & Improved!! Comments!

    I just spent the last 2 days doing this site over & I made 6 more galleries to use with it..
    Any suggestions..
    (I already know the thumb file size is too big..I'll be fixing that soon)
    I spent alot of time on it.. Any problems that I should know about?

    Thanks..

    http://spacedog.tsx.to/
  • waste
    Confirmed User
    • Nov 2001
    • 770

    #2
    he man you scripts are fucked for me i can see all the code on the html

    Comment

    • ztik
      Confirmed User
      • Aug 2001
      • 5196

      #3
      php is dislplayed on the page, out.php downloads.
      .

      Comment

      • Roberto
        Confirmed User
        • Oct 2001
        • 1459

        #4


        This is what i get at the beggining:

        60) calculate(); ///// function calc($dom) { global $dailyreset, $hourlyreset; $day = date("w"); $min = date("i"); $yday = date("w", time() - 86400); $hour = date("G"); if ($hour > 0) $yhour = $hour - 1; else $yhour = 23; $time = time(); $query = "select * from trade where a1 = '$dom'"; $result = mysql_query($query); if (mysql_num_rows($result) == 0) return; /// $data = mysql_fetch_array($result); $query2 = "select * from day where z = '" . $data["a1"] . "'"; $result2 = mysql_query($query2); if (!mysql_num_rows($result2) == 0) { $data2 = mysql_fetch_array($result2); for ($i = 0; $i <= $hour; $i++) { $data["a22"] += $data2["zr$i"]; $data["a23"] += $data2["zu$i"]; $data["a24"] += $data2["zo$i"]; $data["a25"] += $data2["zc$i"]; } } else { $data["a22"] = $data["a23"] = $data["a24"] = $data["a25"] = 0; } $data["a26"] = $data2["zr$hour"]; $data["a27"] = $data2["zu$hour"]; $data["a28"] = $data2["zo$hour"]; $data["a29"] = $data2["zc$hour"]; $d = $data["a1"]; if ($data[a25]) $p = 1000 * (($data["a25"] + 1) / ($data["a24"] + 1)); else $p = 0; $p = $p * sqrt(($data[a22] + 1)/ ($data[a24] + 1)); if ($data[a24] > 20 && ($data[a24] + 1) / ($data[a22] + 1) > 2) $p = 0; if ($data["a18"] > $data["a28"]) $p += 5000 * (($data["a18"] - $data["a28"]) / ($data["a28"] + 1)); $p = ceil($p); $query3 = "update trade set a19 = '$p' where a1 = '$d'"; $result3 = mysql_query($query3); if(!$result3) error_message(sql_error()); } /// if ($hourlyreset) { if ($hour == 0) { $dy = date("Ymd",time() - 6000); $dy = $dy . ".txt"; if (!(file_exists("./cjstats/$dy"))){ $query = "select * from day"; $result = mysql_query($query); $fp = fopen("./cjstats/$dy","w"); while ($data = mysql_fetch_array($result)) { $str = $data["z"]; for ($i = 0; $i <= 23; $i ++) { $str = "$str|" . $data["zr$i"]; } for ($i = 0; $i <= 23; $i ++) { $str = "$str|" . $data["zu$i"]; } for ($i = 0; $i <= 23; $i ++) { $str = "$str|" . $data["zo$i"]; } for ($i = 0; $i <= 23; $i ++) { $str = "$str|" . $data["zc$i"]; } $str = "$str\n"; fwrite($fp, $str); } fclose($fp); } } $query14 = "select a1 from trade"; $result14 = mysql_query($query14); while ($data14 = mysql_fetch_array($result14)) { dbadd($data14["a1"]); calc($data14["a1"]); } $query11 = "update day set zr$hour = '0', zu$hour = '0', zo$hour = '0', zc$hour = '0'"; $result11 = mysql_query($query11); $query12 = "update lastupdate set i1 = '$hour'"; $result12 = mysql_query($query12); if(!$result12) error_message(sql_error()); if ($hour % 6 == 0) { $fp = fopen("./iplog.txt" , "w"); fwrite($fp, "0000\n"); fclose($fp); } } /// function is_raw_hit($ip) { $ip_array = file("./iplog.txt"); if (in_array("$ip\n", $ip_array) || !$ip) return true; else { array_push($ip_array, "$ip\n"); if ($fp = fopen("./iplog.txt" , "w")) { $ip_array = implode("", $ip_array); fwrite($fp, $ip_array); fclose($fp); } return false; } } function hit_in($from,$is_raw) { global $day,$hour,$is_raw; $tm = time(); if ($is_raw) $query = "update trade set a6 = '$tm', a10 = a10 + 1 where a1 = '$from'"; else $query = "update trade set a6 = '$tm', a10 = a10 + 1, a11 = a11 + 1 where a1 = '$from'"; $result = mysql_query($query); if(!$result) error_message(sql_error()); dbadd($d); if ($is_raw) $query = "update day set zr$hour = zr$hour + 1 where z = '$from'"; else $query = "update day set zr$hour = zr$hour + 1, zu$hour = zu$hour + 1 where z = '$from'"; $result = mysql_query($query); if(!$result) error_message(sql_error()); } function dbadd($d) { $day = date("w"); $query = "select z from day where z = '$d'"; $result = mysql_query($query); if(!$result) error_message(sql_error()); if ((mysql_num_rows($result) == 0) and $d) { $query2 = "insert into day values('$d'"; for ($i = 0; $i < 96; $i++) { $query2 = $query2 . ",'0'"; } $query2 = $query2 . ")"; $result2 = mysql_query($query2); if(!$result2) error_message(sql_error()); } } function blacklisted($from) { $query = "select * from blacklist where e1 = '$from'"; $result = mysql_query($query); if(!$result) error_message(sql_error()); return (mysql_num_rows($result) > 0); } mysql_close($linkid);
        i'm a legend in my spare time.

        Comment

        • spacedog
          Yes that IS me. Bitch.
          • Nov 2001
          • 14149

          #5
          FUUCKK!!!

          Gangus finally got it working too..
          DAMN..Fucking revshares got one fucked up setup..
          It's the fucking mirrors & load balancing bullshit that's fucking everything up..
          DAMNIT..


          Refresh a few times..lol, maybe it'll load right..

          Comment

          • Amputate Your Head
            There can be only one
            • Aug 2001
            • 39075

            #6
            Roberto, that rocks man! I'm having a bad acid flashback....!
            SIG TOO BIG

            Comment

            • Roberto
              Confirmed User
              • Oct 2001
              • 1459

              #7
              then i get a download option for every gallery link, are you sure your server supports php?
              i'm a legend in my spare time.

              Comment

              • ^R3K^
                Confirmed User
                • Sep 2001
                • 2815

                #8
                walking through every goddamn step of you tiny career is getting old son, can't you save it all up and make a movie or something?
                no business like ho business

                Http://www.natnet.com
                No Hype, Just Results

                Comment

                • Roberto
                  Confirmed User
                  • Oct 2001
                  • 1459

                  #9
                  Originally posted by Amputate Your Head
                  Roberto, that rocks man! I'm having a bad acid flashback....!
                  i have old asm listings if you want a real treat
                  i'm a legend in my spare time.

                  Comment

                  • spacedog
                    Yes that IS me. Bitch.
                    • Nov 2001
                    • 14149

                    #10
                    Originally posted by ^R3K^
                    walking through every goddamn step of you tiny career is getting old son, can't you save it all up and make a movie or something?

                    Huh?

                    Who's walking through anything..
                    I just need to find out if the damn site is loading right, & if the script works right on that half assed host..

                    Comment

                    • FATPad
                      Confirmed User
                      • Oct 2001
                      • 6693

                      #11
                      Originally posted by spacedog
                      Now that was alot of work..
                      Wooh..
                      Maestro is the man..
                      Those people there at revshare are so nice & helpful..

                      Looks like there was a problem with the beta version of Cjultra 2.3 , so Gangus was a real big help & set up the install for me & it all works like a charm...

                      Now, let's trade traffic..
                      http://revshareteens.com/rev892/index.shtml
                      So was it the free script or the free host or a combination of both free host and free script?

                      Or was it just USER ERROR?
                      <a href="http://www.adultcontent.co.uk">Adult Content UK - Great British Content</a>

                      Comment

                      • spacedog
                        Yes that IS me. Bitch.
                        • Nov 2001
                        • 14149

                        #12
                        older version of free script was more compatible with the free host that user entered incorrect dbhost name? lol..
                        There's nothing at all wrong with the script..
                        It's the host load balancing shit & mirrors fucking up the MySql & php..

                        Comment

                        • Darren
                          Confirmed User
                          • Sep 2001
                          • 5994

                          #13
                          Apart from the fact u are using the wrong Penis Enlargement sponsor! It all looks good from here no coding problems show up.


                          Penis enlargement / male enhancement pills - earn up to $229.48 per signup

                          ICQ: 46335817

                          Comment

                          • spacedog
                            Yes that IS me. Bitch.
                            • Nov 2001
                            • 14149

                            #14
                            Originally posted by Darren
                            Apart from the fact u are using the wrong Penis Enlargement sponsor! It all looks good from here no coding problems show up.
                            How's that the wrong one?
                            That's the approved one?

                            Comment

                            • waste
                              Confirmed User
                              • Nov 2001
                              • 770

                              #15
                              Originally posted by spacedog
                              older version of free script was more compatible with the free host that user entered incorrect dbhost name? lol..
                              There's nothing at all wrong with the script..
                              It's the host load balancing shit & mirrors fucking up the MySql & php..
                              which is exactly why you should use paid hosting

                              Comment

                              • MrPanama
                                Confirmed User
                                • Aug 2001
                                • 815

                                #16
                                For the love of god man get yourself a real domain name and proper hosting! Whos gonna remember that wierd domain name and re-visite your site? I'll register a domain for ya if you want.
                                MrPanama
                                SUBMIT GALLERIES HERE

                                Email: [email protected]
                                ICQ# 76099000

                                Comment

                                • spacedog
                                  Yes that IS me. Bitch.
                                  • Nov 2001
                                  • 14149

                                  #17
                                  OK

                                  Comment

                                  • FATPad
                                    Confirmed User
                                    • Oct 2001
                                    • 6693

                                    #18
                                    C'mon Spacedog. Take the plunge and blow $8.95 this year for a domain name. www.godaddy.com

                                    Invest in yourself and your business a little bit at least.
                                    <a href="http://www.adultcontent.co.uk">Adult Content UK - Great British Content</a>

                                    Comment

                                    • BruceM
                                      Confirmed User
                                      • Jul 2001
                                      • 4084

                                      #19
                                      Originally posted by MrPanama
                                      For the love of god man get yourself a real domain name and proper hosting! Whos gonna remember that wierd domain name and re-visite your site? I'll register a domain for ya if you want.
                                      Why don't you give him freehun.com???
                                      SellHealth - Sell Herbal Sex Enhancers, HGH Releasers and more!
                                      Skype: brucemorrey

                                      Comment

                                      • spacedog
                                        Yes that IS me. Bitch.
                                        • Nov 2001
                                        • 14149

                                        #20
                                        Originally posted by FATPad
                                        C'mon Spacedog. Take the plunge and blow $8.95 this year for a domain name. www.godaddy.com

                                        Invest in yourself and your business a little bit at least.

                                        I'd love to, but I don't have a job & I'm piss broke..

                                        Comment

                                        • MrPanama
                                          Confirmed User
                                          • Aug 2001
                                          • 815

                                          #21
                                          Originally posted by BruceM


                                          Why don't you give him freehun.com???
                                          lol....hell no, that domain still gets some traffic....
                                          MrPanama
                                          SUBMIT GALLERIES HERE

                                          Email: [email protected]
                                          ICQ# 76099000

                                          Comment

                                          • RedShoe
                                            赤い靴 call me 202-456-1111
                                            • Feb 2001
                                            • 14831

                                            #22
                                            How can it be new and improved if it's still brand new?
                                            Shouldn't it be "still new, and now it's kinda fucked up"

                                            LOL
                                            Spacedog,

                                            (and I don't just say that to anybody.)

                                            SPECIALTY COSTUMES • PROPS • FX
                                            Superheroes • Monsters • Robots
                                            PM for details


                                            For any manufacturing needs. Adult or otherwise.

                                            aka BonsHigh on Insta
                                            Bonsai weed plants


                                            Comment

                                            Working...