Author |
Message |
s60addict
Worker
![Worker Worker](modules/Forums/images/ranks/3stars.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jun 11, 2006
Posts: 206
Location: http://www.s60Addict.co.nr
|
Posted:
Fri Aug 11, 2006 5:37 am |
|
i recently installed the security code for downloads mod hack because everyday my dalily bandwidth limit was reached.
After ive installed the mod, the downloads page goes blank.
It displays the correct link in the address bar but it returns a blank page.
Please tell me what could be the problem !
i even see that mod is used by alot of sites and is working gr8. |
_________________ Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
myrtletrees
Involved
![Involved Involved](modules/Forums/images/ranks/4stars.gif)
![](modules/Forums/images/avatars/44fbb573445a9d36e3110.jpg)
Joined: Sep 13, 2005
Posts: 259
Location: Cornfields of Indiana
|
Posted:
Fri Aug 11, 2006 7:12 am |
|
Usually a blank page means when you modified the code it got corrupted somehow or the file got corrupted during upload.
Make sure you use a valid html/php editor to edit the PHP file.
Do not use notepad or wordpad. I would not even recommend using dreamweaver although others say they never have problems with it.
FYI: I use UltraEdit. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
s60addict
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Aug 11, 2006 8:39 am |
|
I am using RapidPhp.
Well, ive tried to install this mod over 10 times but it doesnt work !
Also, the i downloaded the mods even from different sites and then tried it but doesnt work.. i dont there is any problem in my file.
plz suggest some other probability ! |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
myrtletrees
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Aug 11, 2006 9:03 am |
|
can you post a link to the mod? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
s60addict
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Aug 11, 2006 9:22 am |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
myrtletrees
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Aug 11, 2006 9:40 am |
|
that is OLD script.
It needs updated for on to the new sql layer.
give me a little time, i'll see if i can update it to work with versions higher than 7.0 |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
s60addict
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Aug 11, 2006 9:42 am |
|
Ok, thnx alot for ur quick help !
btw, im using phpnuke 7.8 and not 7.0 !
Thnx |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
myrtletrees
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Aug 11, 2006 10:21 am |
|
right, but any verison higher than Nuke 6.5 needs the new abstraction layer changes made to any code.
Here it is:
Only registered users can see links on this board! Get registered or login!
Fetch mod by McJerry. no longer supported. Use at your own risk. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
s60addict
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Aug 11, 2006 10:08 pm |
|
Woow !
Thanx Alot !
I will try it out and tell u if it worked !
Thnx again ! |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
s60addict
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Aug 11, 2006 10:18 pm |
|
myrtletrees wrote: | right, but any verison higher than Nuke 6.5 needs the new abstraction layer changes made to any code.
Here it is:
Only registered users can see links on this board! Get registered or login!
Fetch mod by McJerry. no longer supported. Use at your own risk. |
DIdnt work either !
The same problem here too ! When i click on a download, the page simply goes blank ! ![Sad](modules/Forums/images/smiles/icon_sad.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
myrtletrees
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Aug 12, 2006 5:41 am |
|
Works perfectly for me
??? wierd
ahh..does not work with Nuke 7.8. Of course IMO and many others, Nuke 7.8 stinks.
now as to why...
Works with Nuke7.6 perfectly. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
myrtletrees
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Aug 12, 2006 6:09 am |
|
ok..I think I got it.
Remove this part of the code
Code: function makePass() {
global $module_name;
$cons = "bcdfghjklmnpqrstvwxyz";
$vocs = "aeiou";
for ($x=0; $x < 6; $x++) {
mt_srand ((double) microtime() * 1000000);
$con[$x] = substr($cons, mt_rand(0, strlen($cons)-1), 1);
$voc[$x] = substr($vocs, mt_rand(0, strlen($vocs)-1), 1);
}
$makepass = $con[0] . $voc[0] .$con[2] . $con[1] . $voc[1] . $con[3] . $voc[3] . $con[4];
return($makepass);
}
|
For some reason without that code, it works in Nuke 7.8 and still generates the Code. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
s60addict
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Aug 12, 2006 7:03 am |
|
Wooow !
Thnx alot !
It really works now !
You Rock !
Can u plz also try to help me Only registered users can see links on this board! Get registered or login!
Thnx ! |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
k1klass
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Dec 12, 2006
Posts: 2
|
Posted:
Tue Dec 12, 2006 3:48 pm |
|
anyone had any luck with this and nuke 8.0? Done the fixes here but get the blank screen??
Cheers in advance |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|