GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Spacedog New & Improved!! Comments! (https://gfy.com/showthread.php?t=49500)

spacedog 01-29-2002 07:52 PM

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 01-29-2002 08:02 PM

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

ztik 01-29-2002 08:02 PM

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

Roberto 01-29-2002 08:03 PM

:ugone2far

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);

spacedog 01-29-2002 08:05 PM

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..

Amputate Your Head 01-29-2002 08:05 PM

Roberto, that rocks man! I'm having a bad acid flashback....!

Roberto 01-29-2002 08:06 PM

then i get a download option for every gallery link, are you sure your server supports php? :(

^R3K^ 01-29-2002 08:06 PM

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?

Roberto 01-29-2002 08:08 PM

Quote:

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 :Graucho

spacedog 01-29-2002 08:08 PM

Quote:

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..

FATPad 01-29-2002 08:14 PM

Quote:

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? :thumbsup

spacedog 01-29-2002 08:17 PM

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..

Darren 01-29-2002 08:17 PM

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

spacedog 01-29-2002 08:20 PM

Quote:

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?

waste 01-29-2002 08:59 PM

Quote:

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

MrPanama 01-29-2002 11:30 PM

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. :eek7

spacedog 01-29-2002 11:40 PM

OK :thumbsup

FATPad 01-29-2002 11:41 PM

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.

BruceM 01-30-2002 12:18 AM

Quote:

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. :eek7
Why don't you give him freehun.com???

spacedog 01-30-2002 12:29 AM

Quote:

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..

MrPanama 01-30-2002 01:06 AM

Quote:

Originally posted by BruceM


Why don't you give him freehun.com???

lol....hell no, that domain still gets some traffic....

RedShoe 01-30-2002 02:52 AM

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,
http://kevinyagher.com/usf/gfy-welcome-01.gif
(and I don't just say that to anybody.)


All times are GMT -7. The time now is 06:03 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123