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.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 01-29-2002, 07:52 PM   #1
spacedog
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/
spacedog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2002, 08:02 PM   #2
waste
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
waste is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2002, 08:02 PM   #3
ztik
Confirmed User
 
ztik's Avatar
 
Industry Role:
Join Date: Aug 2001
Location: Nomad
Posts: 5,196
php is dislplayed on the page, out.php downloads.
ztik is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2002, 08:03 PM   #4
Roberto
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);
Roberto is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2002, 08:05 PM   #5
spacedog
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..
spacedog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2002, 08:05 PM   #6
Amputate Your Head
There can be only one
 
Amputate Your Head's Avatar
 
Industry Role:
Join Date: Aug 2001
Location: Somewhere else
Posts: 39,075
Roberto, that rocks man! I'm having a bad acid flashback....!
Amputate Your Head is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2002, 08:06 PM   #7
Roberto
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?
Roberto is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2002, 08:06 PM   #8
^R3K^
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?
__________________
no business like ho business

Http://www.natnet.com
No Hype, Just Results
^R3K^ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2002, 08:08 PM   #9
Roberto
Confirmed User
 
Join Date: Oct 2001
Posts: 1,459
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
Roberto is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2002, 08:08 PM   #10
spacedog
Yes that IS me. Bitch.
 
Industry Role:
Join Date: Nov 2001
Posts: 14,149
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..
spacedog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2002, 08:14 PM   #11
FATPad
Confirmed User
 
Join Date: Oct 2001
Posts: 6,693
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?
FATPad is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2002, 08:17 PM   #12
spacedog
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..
spacedog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2002, 08:17 PM   #13
Darren
Confirmed User
 
Darren's Avatar
 
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.
Darren is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2002, 08:20 PM   #14
spacedog
Yes that IS me. Bitch.
 
Industry Role:
Join Date: Nov 2001
Posts: 14,149
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?
spacedog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2002, 08:59 PM   #15
waste
Confirmed User
 
Join Date: Nov 2001
Location: Baltimore
Posts: 770
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
waste is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2002, 11:30 PM   #16
MrPanama
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.
__________________
MrPanama
SUBMIT GALLERIES HERE

Email: [email protected]
ICQ# 76099000
MrPanama is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2002, 11:40 PM   #17
spacedog
Yes that IS me. Bitch.
 
Industry Role:
Join Date: Nov 2001
Posts: 14,149
OK
spacedog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2002, 11:41 PM   #18
FATPad
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. www.godaddy.com

Invest in yourself and your business a little bit at least.
FATPad is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-30-2002, 12:18 AM   #19
BruceM
Confirmed User
 
Industry Role:
Join Date: Jul 2001
Posts: 4,084
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.
Why don't you give him freehun.com???
__________________
SellHealth - Sell Herbal Sex Enhancers, HGH Releasers and more!
Skype: brucemorrey
BruceM is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-30-2002, 12:29 AM   #20
spacedog
Yes that IS me. Bitch.
 
Industry Role:
Join Date: Nov 2001
Posts: 14,149
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..
spacedog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-30-2002, 01:06 AM   #21
MrPanama
Confirmed User
 
Join Date: Aug 2001
Location: Vancouver, BC, Canada
Posts: 815

Quote:
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
MrPanama is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-30-2002, 02:52 AM   #22
RedShoe
赤い靴 call me 202-456-1111
 
RedShoe's Avatar
 
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


RedShoe is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.