| Author |
Message |
shimshon
Newbie


Joined: Oct 02, 2006
Posts: 5
|
Posted:
Mon Oct 02, 2006 5:27 am |
|
|
|
 |
montego
Site Admin/Owner


Joined: Feb 12, 2005
Posts: 1294
|
Posted:
Mon Oct 02, 2006 7:39 am |
|
What browser are you using? Do you get this after typing in the numbers and clicking the button?
Works fine for me with both IE and FireFox. I had someone else have issues with Opera. |
_________________ “To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins |
|
|
 |
shimshon
Newbie


Joined: Oct 02, 2006
Posts: 5
|
Posted:
Mon Oct 02, 2006 7:51 am |
|
|
|
 |
montego
Site Admin/Owner


Joined: Feb 12, 2005
Posts: 1294
|
Posted:
Mon Oct 02, 2006 10:28 am |
|
Very strange. I just successfully downloaded it using FireFox 1.5.0.7.
Not sure what it is. I do employ a special method of streaming the download as I had issues with folks direct linking to my downloads. Might be related to that (but I am unwilling to change that).
I wonder if it is a firewall setting, pop-up setting (not sure why that would matter), or maybe a MIME setting issue...
PM me your email address and I'll email it to you. |
_________________ “To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins |
|
|
 |
shimshon
Newbie


Joined: Oct 02, 2006
Posts: 5
|
Posted:
Mon Oct 02, 2006 2:57 pm |
|
Thanks a lot,
got the file! |
| |
|
|
 |
shimshon
Newbie


Joined: Oct 02, 2006
Posts: 5
|
Posted:
Mon Oct 02, 2006 3:40 pm |
|
Hi,
I installed it and everything seems to work great!!!
Thanks again,
Shimshon |
| |
|
|
 |
montego
Site Admin/Owner


Joined: Feb 12, 2005
Posts: 1294
|
Posted:
Mon Oct 02, 2006 4:09 pm |
|
Excellent news! Do you mind me asking what version of PHP-Nuke you are using?
TIA |
_________________ “To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins |
|
|
 |
shimshon
Newbie


Joined: Oct 02, 2006
Posts: 5
|
Posted:
Mon Oct 02, 2006 6:37 pm |
|
My version is 7.6pl3.1
1 more question: I added some modules like a sitemap. They don't show up with the short url.
Is there a kind of formula so I can easyly add a script to shortlinks?
Thanks again,
Shimshon |
| |
|
|
 |
montego
Site Admin/Owner


Joined: Feb 12, 2005
Posts: 1294
|
Posted:
Mon Oct 02, 2006 11:47 pm |
|
Well, you would need to follow the pattern that you see in the various GT* files under the "ShortLinks" directory as well as shortlinks.htaccess (the statements which go in your .htaccess file so that Apache can rewrite your html urls back into the lengthy PHP ones).
For example, for your modules block, open up ShortLinks/GTB-block-Modules.php file and add the needed line in the urlin array and urlout array for the new module. This is assuming you are using the standard modules block that comes with PHP-Nuke. If you have a different block, you must simply add the corresponing GTB-block-xxxxxxxx.php script with the urlin/urlout and then the .htaccess rewrite statements. Nice and easy (but you have to have some regex knowledge or at least learn to recognize how the other "taps" work and model after them).
To tap the module itself, you simply need to know what the module name is (actually the exact directory name that the module sites under. For example, under your modules directory, you should see a sub-directory called "Content". This is for the Content module. To tap this module, I simply made a GT-Content.php script under ShortLinks to "tap" those URLs (i.e., create the urlin and urlout lines).
This is how you would tap additional modules. Are you using the Sitemap module from nukeSEO by chance? If so, I already have about 80% of it tapped as well as a way to tap the Google XML sitemap to match.
Over time, I hope to place some tutorials out on my Wiki for these things.
Regards,
montego |
_________________ “To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins |
|
|
 |
|
|