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 12-18-2008, 01:38 AM   #1
donnylong
So Fucking Banned
 
Join Date: Mar 2007
Location: Florida
Posts: 2,164
PROGRAMERS INSIDE how smart are you?

HELP!!!!

ok http://biggestporntube.com/cron.php has been saying Still Processing. . . . . . and anything I do in the back end of the site does not affect the site.

I think its because of cron jobs because we messed with it earlier and it worked for a bit then stopped. I was told the command i am using is wrong but the fuckers at godaddy wont tell me the right command.

The cron is setup not through a shell access but through a cron manager inside godaddy.com on my server with them. It is a shared hosting account as well. I need to know the correct command???

they say it must be the absolute path

What is the absolute path for my Linux hosting account?
http://help.godaddy.com/article/58?

What is a Cron Job?
http://help.godaddy.com/article/3483


the code we thought it was is
/web/cgi-bin/php "$HOME/html/biggestporntube.com/cron.php"


now after reading the absolute path article i am thinking it was
web/cgi-bin/php "$/home/content/d/o/n/donsmobile/biggestporntube.com/cron.php"
but that doesnt seem to work either

Note: the cron manager has a separate drop down option for the min and so on so that doesn't go into the code.

any help would be high appreciated
donnylong is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 01:46 AM   #2
donnylong
So Fucking Banned
 
Join Date: Mar 2007
Location: Florida
Posts: 2,164
bump for me
donnylong is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 02:09 AM   #3
Tempest
Too lazy to set a custom title
 
Industry Role:
Join Date: May 2004
Location: West Coast, Canada.
Posts: 10,217
Try:
Code:
web/cgi-bin/php "/home/content/d/o/n/donsmobile/html/cron.php"
Tempest is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 02:13 AM   #4
Dopy
Confirmed User
 
Join Date: Feb 2001
Location: Puerto Del Carmen, Lanzarote, Canary Islands
Posts: 1,572
web/cgi-bin/php /home/content/d/o/n/donsmobile/www.biggestporntube.com/cron.php

or

web/cgi-bin/php /home/content/d/o/n/donsmobile/biggestporntube.com/cron.php
Dopy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 02:14 AM   #5
donnylong
So Fucking Banned
 
Join Date: Mar 2007
Location: Florida
Posts: 2,164
Quote:
Originally Posted by Tempest View Post
Try:
Code:
web/cgi-bin/php "/home/content/d/o/n/donsmobile/html/cron.php"
shouldnt there be a / in front of the web/cgi?
donnylong is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 02:19 AM   #6
donnylong
So Fucking Banned
 
Join Date: Mar 2007
Location: Florida
Posts: 2,164
Quote:
Originally Posted by Dopy View Post
web/cgi-bin/php /home/content/d/o/n/donsmobile/www.biggestporntube.com/cron.php

or

web/cgi-bin/php /home/content/d/o/n/donsmobile/biggestporntube.com/cron.php
shouldnt there be a / in front of the web/cgi?
donnylong is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 02:21 AM   #7
Dopy
Confirmed User
 
Join Date: Feb 2001
Location: Puerto Del Carmen, Lanzarote, Canary Islands
Posts: 1,572
Quote:
Originally Posted by donnylong View Post
shouldnt there be a / in front of the web/cgi?

not needed
Dopy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 02:27 AM   #8
Dopy
Confirmed User
 
Join Date: Feb 2001
Location: Puerto Del Carmen, Lanzarote, Canary Islands
Posts: 1,572
put this in a test.php file and check the abs path


Code:
<?php
echo $_SERVER['DOCUMENT_ROOT'];
?>
Dopy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 02:30 AM   #9
donnylong
So Fucking Banned
 
Join Date: Mar 2007
Location: Florida
Posts: 2,164
Quote:
Originally Posted by Dopy View Post
not needed
yup it is because i get an error in my inbox when the cron runs if i dont put it in. I tried the last guys code he posted and waiting then i will try yours but i dought there going to work.

could this be a problem with the site? http://biggestporntube.com/cron.php

i mean this saying still processing and not doing anything or is it for sure the cron in godaddy?
donnylong is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 02:34 AM   #10
donnylong
So Fucking Banned
 
Join Date: Mar 2007
Location: Florida
Posts: 2,164
Quote:
Originally Posted by Tempest View Post
Try:
Code:
web/cgi-bin/php "/home/content/d/o/n/donsmobile/html/cron.php"
ok with your code i just got a email saying Cron <donsmobile@linhost221> /web/cgi-bin/php "/home/content/d/o/n/donsmobile/html/cron.php"‏


Status: 404
Content-type: text/html

No input file specified.
donnylong is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 02:36 AM   #11
Dopy
Confirmed User
 
Join Date: Feb 2001
Location: Puerto Del Carmen, Lanzarote, Canary Islands
Posts: 1,572
Quote:
Originally Posted by donnylong View Post
yup it is because i get an error in my inbox when the cron runs if i dont put it in. I tried the last guys code he posted and waiting then i will try yours but i dought there going to work.

could this be a problem with the site? http://biggestporntube.com/cron.php

i mean this saying still processing and not doing anything or is it for sure the cron in godaddy?

Who wrote that cron.php ?
Dopy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 02:39 AM   #12
donnylong
So Fucking Banned
 
Join Date: Mar 2007
Location: Florida
Posts: 2,164
Quote:
Originally Posted by Dopy View Post
Who wrote that cron.php ?
the person that put the site up for me
donnylong is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 02:40 AM   #13
asl
Confirmed User
 
Join Date: Jun 2003
Location: Belgium
Posts: 444
It would help to have the source code of the cron.php file ;)
__________________
Paysite owners: Submit your site for reviewing and touch a French audience.
asl is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 02:40 AM   #14
donnylong
So Fucking Banned
 
Join Date: Mar 2007
Location: Florida
Posts: 2,164
http://biggestporntube.com/test.php
donnylong is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 02:42 AM   #15
Dopy
Confirmed User
 
Join Date: Feb 2001
Location: Puerto Del Carmen, Lanzarote, Canary Islands
Posts: 1,572
Theres your answer the path was wrong


/home/content/d/o/n/donsmobile/html/cron.php
Dopy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 02:44 AM   #16
donnylong
So Fucking Banned
 
Join Date: Mar 2007
Location: Florida
Posts: 2,164
Quote:
Originally Posted by asl View Post
It would help to have the source code of the cron.php file ;)

this is the one that i got on my computer but not sure if the one on my server was changed during the install




<?php @Zend;
4123;
/* ñ!This is not a text file!Þí */
print <<<EOM
<html><body><a href="http://www.zend.com/products/zend_guard"><img border="0" src="http://www.zend.com/images/store/safeguard_optimizer_img.gif" align="right"></a><center><h1>Zend Optimizer not installed</h1></center><p>This file was encoded by the <a href="http://www.zend.com/products/zend_guard">Zend Guard</a>. In order to run it, please install the <a href="http://www.zend.com/products/zend_optimizer">Zend Optimizer</a> (available without charge), version 3.0.0 or later. </p><h2>Seeing this message instead of the website you expected?</h2>This means that this webserver is not configured correctly. In order to view this website properly, please contact the website's system administrator/webmaster with the following message:<br><br><tt>The component "Zend Optimizer" is not installed on the Web Server and therefore cannot service encoded files. Please download and install the Zend Optimizer (available without charge) on the Web Server.</tt><br><br><b>Note</b>: Zend Technologies cannot resolve issues related to this message appearing on websites not belonging to <a href="http://www.zend.com">Zend Technologies</a>. <h2>What is the Zend Optimizer?</h2><p>The Zend Optimizer is one of the most popular PHP plugins for performance-improvement, and has been available without charge, since the early days of PHP 4. It improves performance by scanning PHP's intermediate code and passing it through multiple Optimization Passes to replace inefficient code patterns with more efficient code blocks. The replaced code blocks perform exactly the same operations as the original code, only faster. </p><p>In addition to improving performance, the Zend Optimizer also enables PHP to transparently load files encoded by the Zend Guard. </p><p>The Zend Optimizer is a free product available for download from <a href="http://www.zend.com">Zend Technologies</a>. Zend Technologies also developed the PHP scripting engine, known as the <a href="http://www.zend.com/products/zend_engine">Zend Engine</a>.</p></body></html>
EOM;
exit();
__halt_compiler();
?>

2003120702121198381xù
?2 haZMh$Ç.&Â^K Ö1äæb²HÛõ_E¶,ic?ý??ø6jZ«qfºåé? ðÕø°Ç??O`Èes³Ï>ß?/{1û`/Äà??!¯zº««ªÝàeA³ÒWÝýê½ï½÷½ê.½~{w|O·-ÁW?Ö±Ä?r-¡À?Þ/^ýýëïn¿ðbôòª¼0?FÙ$?-¢É|¶?e?R`Mit[òÆ$ÍÂe¶A? ¨äfz:?-ãp]ßÂB1¦µ?Øüy?NÎgóhcK?c¦$˹·x'}k>É2\A´Ò~??Ëd ?¤?R¬¥È;Ò
;²éÅ$\.Ãw6¶8?SõÓ?¾Z_-&ËäítsbL§?µ/OÓd
?3Åi@?0ÖFÎ?á4[??(¦Í?cRvÅg?óùUz±7 ÀJÈ<§Z¬~?µòÚÊÕåÇsTjØ'¥ÿ %J
lEæg±$*(ªΫ¬y\+í?·å?O×ÊgbçÑ£\~dí!?=LD¬Xbþ ä?û0ñt?ÄÛ???MfÝÍz?Ú?WÆ?Uù³Y+YÅ£*÷PÇJkA_¹ÍÑÝ ?÷¬ÔÌ?6»·ÀÂNn?*Öý»¼§S¸ËmB¸?Û,8ìn?ha{ův^ãÔ1óï-·SŤaq¹?¢ï?

ÿÑöÜçP[;
?£Ã?W&'G;÷?ïì?ìïË¿i?ån¢D¢Wý?=¶"hv¶;cè[zì ?ß?DÙê? +²§?? =ê? C_þDtVrüÙÎ?"Ðý;{?Ü+ýè÷'w?Rù?Jì0Eha¿úý)Ðû~¶@??¥ M??ÚàOÞêñ§@»
v3_¢2B"êË?ãÝ£?Ã?Éí?;û÷vîîËoöd?lS¥##$Zú#([FJ¾?Ø)[?:"¨Ð§þ¶@OUq ×A¸Ë?*ôIO
km"/Aav1Þ
ã8ÉÆÇQæîJ£íF'¬@?yX´¬ÍZÀhalõ¢z
?Ĩä[Ó$>?=0?³7¶§sèÿ¥ûàº_®N1?óÈM¿=ÚÛaO ,í!èÖùU<ÍfIlÿ chaÑè?=Öèï?
ö{?>ïHÇ?ðl1?o7L?K{è?æùQ1ïãRÛ^oRKºèã:Ú?÷?éɸkÞ·w ¨j,id(?Uee?
¥GÙpôÏÖÙÍk?{ÐXǧha¼²Yü =ï??OMÞÝ¿Ê@g??7¾±é ½Ùé`7Æã;wNÆxüÛbíMÆúA£¼Õ4³?¶°ô?æaEÕ?ýÈdñ&[8údTe»GÒýWÇQ??4ÍwÁgZR+§«Qa÷_z\#|÷wÁųt?|:¾} tÿ®ëÿÂ?5O??¨éñ?(?ÉÚd Ì-7jÇÚ?ß=å¸nèe¿ú?ßZ7?Ò?+]5M*ha?-öTs?l´îÎÊu?4?¹H$Öt?D?õ?û¶AhaUÀF«c¬¯»Þ?÷¨Ú?-$ºr³Fïu53y¯¯g³ù||¸L¦Q?!¶ÇÕ¿us²nÉ>¿V»Þq'Ãè?6+)% ?Ø:À¸ugùähadåoVt,ÙØEF¸<HFVÊÂ.2øU??kØLßÖÊ_yÙàr4Ò Ýdð /Ô^2ø¨A´5L¬<`Ò d5pÁmÊ3e»@Wý¦Qò?Ó¼ë>?þSn¤äWõ
ÆÀ?6¶R³V;?¥J*0.?°s1ú2 Ð?È,sºàÌ??ÌâUÛn÷t?þ¥KcE ?RÎ?ÄËZÆb£ÿÜþiO:\ 1:ó?À¥ÍL^; ÌájÒho@ô?W?´ÁÊ?¹Ä½5GaüÚe)Eà?ýRD¸'0e?3©Yx?þûó ?=Üåý¡Í^о ÐhaÍ?þ¢U¨tvæoS>ha^?· ?þ.ha¿KèWÇ ?÷¨ã6Xn_¡¿º< ³ÈF?÷éb@v?®YyðS?¼ðèè®È?¾£
@¼0ßhD?cgg?ø#/ÐÇ£?ôD^haäúÎù¾? ¡{&Ú`9?Ô#?y;?Z:?ÏËþ×Ã÷¼Ó?ú:Q¹Fbô??ϸËgC9k¯û 9`î4°ôùwvö???#£"»8àß¼ð%/ôO£?÷L£ú§Q?áU?Ô \Ú3zÚ&9?¡öDæÅS ð°?öÀä@?Ãõa$ÚPjgg~m hCî!èÑ?úµ¡ìëþ`?¿û·A .?l>?ÿ4[<°$Ð}:PÙQ  *?SòSÐp?Á:Ööè Ö°´ha4uvæ×?`Ý$ЯôëôèE{t@,I@ë$H/ggѲ$\Ö#}ØE?Ee{r@±ár@õ¾¹Pl°?¥-9@ª `¿äõ?õÈýrÀ??£Z¤J9çíçj?08z<^·×5Éá?ÃÜ ±¬ÇcÒx?x<&û<&û<&Ñ·ke:wMçIM¦IGùIl?ïAÙAnha}7eÚÿ ÊÿÅ× Tö
Aýk??o?üKav±??06*sk`¥iø ÚØâTqA#æõsaäõ-¬1VÐ?Ì÷N(? l@)J°
¨ù Ìð«¿<haÚ<ÇÜtK?<Ç~§4@ÿÌ×8é
donnylong is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 02:54 AM   #17
donnylong
So Fucking Banned
 
Join Date: Mar 2007
Location: Florida
Posts: 2,164
Quote:
Originally Posted by Dopy View Post
Theres your answer the path was wrong


/home/content/d/o/n/donsmobile/html/cron.php
/web/cgi-bin/php "$/home/content/d/o/n/donsmobile/html/cron.php" would be the code then?
donnylong is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 03:02 AM   #18
grumpy
Too lazy to set a custom title
 
grumpy's Avatar
 
Join Date: Jan 2002
Location: Holland
Posts: 9,870
Quote:
Originally Posted by donnylong View Post
this is the one that i got on my computer but not sure if the one on my server was changed during the install




<?php @Zend;
4123;
/* ñ!This is not a text file!Þí */
print <<<EOM
<html><body><a href="http://www.zend.com/products/zend_guard"><img border="0" src="http://www.zend.com/images/store/safeguard_optimizer_img.gif" align="right"></a><center><h1>Zend Optimizer not installed</h1></center><p>This file was encoded by the <a href="http://www.zend.com/products/zend_guard">Zend Guard</a>. In order to run it, please install the <a href="http://www.zend.com/products/zend_optimizer">Zend Optimizer</a> (available without charge), version 3.0.0 or later. </p><h2>Seeing this message instead of the website you expected?</h2>This means that this webserver is not configured correctly. In order to view this website properly, please contact the website's system administrator/webmaster with the following message:<br><br><tt>The component "Zend Optimizer" is not installed on the Web Server and therefore cannot service encoded files. Please download and install the Zend Optimizer (available without charge) on the Web Server.</tt><br><br><b>Note</b>: Zend Technologies cannot resolve issues related to this message appearing on websites not belonging to <a href="http://www.zend.com">Zend Technologies</a>. <h2>What is the Zend Optimizer?</h2><p>The Zend Optimizer is one of the most popular PHP plugins for performance-improvement, and has been available without charge, since the early days of PHP 4. It improves performance by scanning PHP's intermediate code and passing it through multiple Optimization Passes to replace inefficient code patterns with more efficient code blocks. The replaced code blocks perform exactly the same operations as the original code, only faster. </p><p>In addition to improving performance, the Zend Optimizer also enables PHP to transparently load files encoded by the Zend Guard. </p><p>The Zend Optimizer is a free product available for download from <a href="http://www.zend.com">Zend Technologies</a>. Zend Technologies also developed the PHP scripting engine, known as the <a href="http://www.zend.com/products/zend_engine">Zend Engine</a>.</p></body></html>
EOM;
exit();
__halt_compiler();
?>

2003120702121198381xù
?2 haZMh$Ç.&Â^K Ö1äæb²HÛõ_E¶,ic?ý??ø6jZ«qfºåé? ðÕø°Ç??O`Èes³Ï>ß?/{1û`/Äà??!¯zº««ªÝàeA³ÒWÝýê½ï½÷½ê.½~{w|O·-ÁW?Ö±Ä?r-¡À?Þ/^ýýëïn¿ðbôòª¼0?FÙ$?-¢É|¶?e?R`Mit[òÆ$ÍÂe¶A? ¨äfz:?-ãp]ßÂB1¦µ?Øüy?NÎgóhcK?c¦$˹·x'}k>É2\A´Ò~??Ëd ?¤?R¬¥È;Ò
;²éÅ$\.Ãw6¶8?SõÓ?¾Z_-&ËäítsbL§?µ/OÓd
?3Åi@?0ÖFÎ?á4[??(¦Í?cRvÅg?óùUz±7 ÀJÈ<§Z¬~?µòÚÊÕåÇsTjØ'¥ÿ %J
lEæg±$*(ªΫ¬y\+í?·å?O×ÊgbçÑ£\~dí!?=LD¬Xbþ ä?û0ñt?ÄÛ???MfÝÍz?Ú?WÆ?Uù³Y+YÅ£*÷PÇJkA_¹ÍÑÝ ?÷¬ÔÌ?6»·ÀÂNn?*Öý»¼§S¸ËmB¸?Û,8ìn?ha{ův^ãÔ1óï-·SŤaq¹?¢ï?

ÿÑöÜçP[;
?£Ã?W&'G;÷?ïì?ìïË¿i?ån¢D¢Wý?=¶"hv¶;cè[zì ?ß?DÙê? +²§?? =ê? C_þDtVrüÙÎ?"Ðý;{?Ü+ýè÷'w?Rù?Jì0Eha¿úý)Ðû~¶@??¥ M??ÚàOÞêñ§@»
v3_¢2B"êË?ãÝ£?Ã?Éí?;û÷vîîËoöd?lS¥##$Zú#([FJ¾?Ø)[?:"¨Ð§þ¶@OUq ×A¸Ë?*ôIO
km"/Aav1Þ
ã8ÉÆÇQæîJ£íF'¬@?yX´¬ÍZÀhalõ¢z
?Ĩä[Ó$>?=0?³7¶§sèÿ¥ûàº_®N1?óÈM¿=ÚÛaO ,í!èÖùU<ÍfIlÿ chaÑè?=Öèï?
ö{?>ïHÇ?ðl1?o7L?K{è?æùQ1ïãRÛ^oRKºèã:Ú?÷?éɸkÞ·w ¨j,id(?Uee?
¥GÙpôÏÖÙÍk?{ÐXǧha¼²Yü =ï??OMÞÝ¿Ê@g??7¾±é ½Ùé`7Æã;wNÆxüÛbíMÆúA£¼Õ4³?¶°ô?æaEÕ?ýÈdñ&[8údTe»GÒýWÇQ??4ÍwÁgZR+§«Qa÷_z\#|÷wÁųt?|:¾} tÿ®ëÿÂ?5O??¨éñ?(?ÉÚd Ì-7jÇÚ?ß=å¸nèe¿ú?ßZ7?Ò?+]5M*ha?-öTs?l´îÎÊu?4?¹H$Öt?D?õ?û¶AhaUÀF«c¬¯»Þ?÷¨Ú?-$ºr³Fïu53y¯¯g³ù||¸L¦Q?!¶ÇÕ¿us²nÉ>¿V»Þq'Ãè?6+)% ?Ø:À¸ugùähadåoVt,ÙØEF¸<HFVÊÂ.2øU??kØLßÖÊ_yÙàr4Ò Ýdð /Ô^2ø¨A´5L¬<`Ò d5pÁmÊ3e»@Wý¦Qò?Ó¼ë>?þSn¤äWõ
ÆÀ?6¶R³V;?¥J*0.?°s1ú2 Ð?È,sºàÌ??ÌâUÛn÷t?þ¥KcE ?RÎ?ÄËZÆb£ÿÜþiO:\ 1:ó?À¥ÍL^; ÌájÒho@ô?W?´ÁÊ?¹Ä½5GaüÚe)Eà?ýRD¸'0e?3©Yx?þûó ?=Üåý¡Í^о ÐhaÍ?þ¢U¨tvæoS>ha^?· ?þ.ha¿KèWÇ ?÷¨ã6Xn_¡¿º< ³ÈF?÷éb@v?®YyðS?¼ðèè®È?¾£
@¼0ßhD?cgg?ø#/ÐÇ£?ôD^haäúÎù¾? ¡{&Ú`9?Ô#?y;?Z:?ÏËþ×Ã÷¼Ó?ú:Q¹Fbô??ϸËgC9k¯û 9`î4°ôùwvö???#£"»8àß¼ð%/ôO£?÷L£ú§Q?áU?Ô \Ú3zÚ&9?¡öDæÅS ð°?öÀä@?Ãõa$ÚPjgg~m hCî!èÑ?úµ¡ìëþ`?¿û·A .?l>?ÿ4[<°$Ð}:PÙQ  *?SòSÐp?Á:Ööè Ö°´ha4uvæ×?`Ý$ЯôëôèE{t@,I@ë$H/ggѲ$\Ö#}ØE?Ee{r@±ár@õ¾¹Pl°?¥-9@ª `¿äõ?õÈýrÀ??£Z¤J9çíçj?08z<^·×5Éá?ÃÜ ±¬ÇcÒx?x<&û<&û<&Ñ·ke:wMçIM¦IGùIl?ïAÙAnha}7eÚÿ ÊÿÅ× Tö
Aýk??o?üKav±??06*sk`¥iø ÚØâTqA#æõsaäõ-¬1VÐ?Ì÷N(? l@)J°
¨ù Ìð«¿<haÚ<ÇÜtK?<Ç~§4@ÿÌ×8é

thats zend compiled, you need the sources from cron.php then we can see whats going on.
__________________
Don't let greediness blur your vision | You gotta let some shit slide
icq - 441-456-888
grumpy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 03:04 AM   #19
donnylong
So Fucking Banned
 
Join Date: Mar 2007
Location: Florida
Posts: 2,164
and its still not working! new email from cron

Cron <donsmobile@linhost221> /web/cgi-bin/php "$/home/content/d/o/n/donsmobile/html/cron.php"‏

Status: 404
Content-type: text/html

No input file specified.
donnylong is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 03:05 AM   #20
Dopy
Confirmed User
 
Join Date: Feb 2001
Location: Puerto Del Carmen, Lanzarote, Canary Islands
Posts: 1,572
Quote:
Originally Posted by donnylong View Post
/web/cgi-bin/php "$/home/content/d/o/n/donsmobile/html/cron.php" would be the code then?

/web/cgi-bin/php /home/content/d/o/n/donsmobile/html/cron.php

paste in exactly as above and you should get no 404 error
Dopy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 03:05 AM   #21
munki
Do Fun Shit.
 
munki's Avatar
 
Industry Role:
Join Date: Dec 2004
Location: OC
Posts: 13,393
OMFG I officially give up in any way shape or form...
__________________

I have the simplest tastes. I am always satisfied with the best.” -Oscar Wilde
munki is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 03:08 AM   #22
Dopy
Confirmed User
 
Join Date: Feb 2001
Location: Puerto Del Carmen, Lanzarote, Canary Islands
Posts: 1,572
Then you need to find out why the cron.php is hanging with the message processing....
Dopy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 03:08 AM   #23
asl
Confirmed User
 
Join Date: Jun 2003
Location: Belgium
Posts: 444
Quote:
Originally Posted by Dopy View Post
/web/cgi-bin/php /home/content/d/o/n/donsmobile/html/cron.php

paste in exactly as above and you should get no 404 error
What he said !
__________________
Paysite owners: Submit your site for reviewing and touch a French audience.
asl is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 03:14 AM   #24
donnylong
So Fucking Banned
 
Join Date: Mar 2007
Location: Florida
Posts: 2,164
Quote:
Originally Posted by Dopy View Post
/web/cgi-bin/php /home/content/d/o/n/donsmobile/html/cron.php

paste in exactly as above and you should get no 404 error
did this lets see what happens
donnylong is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 03:33 AM   #25
donnylong
So Fucking Banned
 
Join Date: Mar 2007
Location: Florida
Posts: 2,164
ok same shit
Cron <donsmobile@linhost221> /web/cgi-bin/php /home/content/d/o/n/donsmobile/html/cron.php‏

Status: 404
Content-type: text/html

No input file specified.
donnylong is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 03:43 AM   #26
donnylong
So Fucking Banned
 
Join Date: Mar 2007
Location: Florida
Posts: 2,164
bump for any other suggestions
donnylong is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 03:46 AM   #27
quantum-x
Confirmed User
 
quantum-x's Avatar
 
Join Date: Feb 2002
Location: ICQ: 251425 Fr/Au/Ca
Posts: 6,863
#1 - this is why you have a real host: you call/icq/mail them and say: hey! fix this.
#2 - I loved the 2 page posting of encoded PHP. Real programmers read bytecode!
quantum-x is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 03:48 AM   #28
donnylong
So Fucking Banned
 
Join Date: Mar 2007
Location: Florida
Posts: 2,164
Quote:
Originally Posted by quantum-x View Post
#1 - this is why you have a real host: you call/icq/mail them and say: hey! fix this.
#2 - I loved the 2 page posting of encoded PHP. Real programmers read bytecode!
http://en.wikipedia.org/wiki/Bytecode

donnylong is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 04:03 AM   #29
donnylong
So Fucking Banned
 
Join Date: Mar 2007
Location: Florida
Posts: 2,164
UPDATE!!!!

Cron <donsmobile@linhost221> /web/cgi-bin/php "$HOME/html/biggestporntube.com/cron.php"‏

Content-type: text/html
Set-Cookie: PHPSESSID=bb1be430b569760aaf5a90d005c1f946; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache



Still Processing. . . . . .
but its not doing shit here http://biggestporntube.com/cron.php


now i am back to square one, any ideas?????
donnylong is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 07:32 AM   #30
tranza
ICQ: 197-556-237
 
Join Date: Jun 2003
Location: BRASIL !!!
Posts: 57,559
Bump for help!
__________________
I'm just a newbie.
tranza is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 08:01 AM   #31
jwerd
Confirmed User
 
Industry Role:
Join Date: Jun 2003
Location: Costa Rica
Posts: 1,953
If it worked and you never changed hosts (I didn't read that anywhere) then it could just be a permission issue. Is your script being run under the apache process or as your user?

Check the permissions, there may be something wonky there...

All the other proposed solutions I would have tried as well so it has to be something else.

Goodluck
__________________
Yii Framework Guru - Seasoned PHP vet - Partner @ XXXCoupon.com
jwerd is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 09:18 AM   #32
FiReC
Confirmed User
 
Industry Role:
Join Date: Jan 2002
Location: Land o Nubiles
Posts: 2,350
looks like you got the right cron command now, no more 404!

now to reset the status of the cron and get it processing, go to the settings page , and click reset cron at the very top.
FiReC is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 09:29 AM   #33
grumpy
Too lazy to set a custom title
 
grumpy's Avatar
 
Join Date: Jan 2002
Location: Holland
Posts: 9,870
it has been working al the time, the cron script is just fucked up and this idiot post compiled code to check. I give up.
__________________
Don't let greediness blur your vision | You gotta let some shit slide
icq - 441-456-888
grumpy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2008, 09:35 AM   #34
Bro Media - BANNED FOR LIFE
MOBILE PORN: IMOBILEPORN
 
Join Date: Jan 2004
Location: Tinseltown NL
Posts: 16,502
Your first problem is using Godaddy as a host... Get a real host.
Bro Media - BANNED FOR LIFE 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.