![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() ![]() |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
![]() |
#1 |
Yes that IS me. Bitch.
Industry Role:
Join Date: Nov 2001
Posts: 14,149
|
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/ |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 |
Confirmed User
Join Date: Nov 2001
Location: Baltimore
Posts: 770
|
he man you scripts are fucked for me i can see all the code on the html
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#3 |
Confirmed User
Industry Role:
Join Date: Aug 2001
Location: Nomad
Posts: 5,196
|
php is dislplayed on the page, out.php downloads.
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#4 |
Confirmed User
Join Date: Oct 2001
Posts: 1,459
|
![]() 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); |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#5 |
Yes that IS me. Bitch.
Industry Role:
Join Date: Nov 2001
Posts: 14,149
|
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.. |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#6 |
There can be only one
Industry Role:
Join Date: Aug 2001
Location: Somewhere else
Posts: 39,075
|
Roberto, that rocks man! I'm having a bad acid flashback....!
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#7 |
Confirmed User
Join Date: Oct 2001
Posts: 1,459
|
then i get a download option for every gallery link, are you sure your server supports php?
![]() |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#8 |
Confirmed User
Join Date: Sep 2001
Location: North Carolina
Posts: 2,815
|
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?
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#9 | |
Confirmed User
Join Date: Oct 2001
Posts: 1,459
|
Quote:
![]() |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#10 | |
Yes that IS me. Bitch.
Industry Role:
Join Date: Nov 2001
Posts: 14,149
|
Quote:
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.. |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#11 | |
Confirmed User
Join Date: Oct 2001
Posts: 6,693
|
Quote:
Or was it just USER ERROR? ![]() |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#12 |
Yes that IS me. Bitch.
Industry Role:
Join Date: Nov 2001
Posts: 14,149
|
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.. |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#13 |
Confirmed User
Join Date: Sep 2001
Posts: 5,994
|
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 |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#14 | |
Yes that IS me. Bitch.
Industry Role:
Join Date: Nov 2001
Posts: 14,149
|
Quote:
That's the approved one? |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#15 | |
Confirmed User
Join Date: Nov 2001
Location: Baltimore
Posts: 770
|
Quote:
|
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#16 |
Confirmed User
Join Date: Aug 2001
Location: Vancouver, BC, Canada
Posts: 815
|
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.
![]() |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#17 |
Yes that IS me. Bitch.
Industry Role:
Join Date: Nov 2001
Posts: 14,149
|
OK
![]() |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#18 |
Confirmed User
Join Date: Oct 2001
Posts: 6,693
|
C'mon Spacedog. Take the plunge and blow $8.95 this year for a domain name.
![]() Invest in yourself and your business a little bit at least. |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#19 | |
Confirmed User
Industry Role:
Join Date: Jul 2001
Posts: 4,084
|
Quote:
__________________
SellHealth - Sell Herbal Sex Enhancers, HGH Releasers and more! Skype: brucemorrey |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#20 | |
Yes that IS me. Bitch.
Industry Role:
Join Date: Nov 2001
Posts: 14,149
|
Quote:
I'd love to, but I don't have a job & I'm piss broke.. |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#21 | |
Confirmed User
Join Date: Aug 2001
Location: Vancouver, BC, Canada
Posts: 815
|
![]() Quote:
|
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#22 |
赤い靴 call me 202-456-1111
Industry Role:
Join Date: Feb 2001
Location: The Valley
Posts: 14,831
|
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 |
![]() |
![]() ![]() ![]() ![]() ![]() |