Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> v2.30.01 RN All Other Issues
Author Message
gyrotwister
New Member
New Member



Joined: Nov 21, 2006
Posts: 6

PostPosted: Tue Mar 10, 2009 8:25 am Reply with quote

Hello all,

As we speak I'm setting up the advertisement module in RN2.30.01. While doing this I stumbled up a 'problem' or 'bug'.

I found out that while trying to add a flash file that the link while be truncated to 100 chars. I already checked my database and changed the value for "imageurl" from 100 to 255 in "nuke_banner".

However even after this alteration I am unable to put in a link which has more than 100 chars.

Anyone a possible solution?

Site: [ Only registered users can see links on this board! Get registered or login! ]
PHP: version 5.2.4
PhpNuke: RavenNuke 2.30.01
Theme: fiblack3D by DAZ, said to be compliant with RN

Thanks in advance!!

With kind regards,

GyroTwister
 
View user's profile Send private message
evaders99
Former Moderator in Good Standing



Joined: Apr 30, 2004
Posts: 3221

PostPosted: Tue Mar 10, 2009 6:49 pm Reply with quote

There is a maxlength in the form you need to change in the code

Code:


<input type="text" name="imageurl" size="50" maxlength="100" value="http://" />

_________________
- Star Wars Rebellion Network -

Need help? Nuke Patched Core, Coding Services, Webmaster Services 
View user's profile Send private message Visit poster's website
gyrotwister







PostPosted: Wed Mar 11, 2009 4:18 am Reply with quote

@evader99,

Thank you very much for your input. Found several lines in de admin/index.php underneath the module advertising.

Changed them and everything is working great as we speak!!

Thanks again!

With kind regards,

GyroTwister
 
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Thu Mar 12, 2009 8:51 am Reply with quote

gyrotwister,

I have made this a Sticky. Thanks!
 
View user's profile Send private message
gyrotwister







PostPosted: Sun Mar 15, 2009 4:00 am Reply with quote

Ok, to be complete:

1) Open your database with phpMyAdmin or trough cPanel (whatever your WHP is providing).
2) Look for $prefix_banner
3) Open structure of this database
4) Locate imageurl; type= VARCHAR; length=100 change the length to 255
5) Save your new structure

Ok your database has been updated. Now for the changes in the code:
1) Open ../modules/Advertising/admin/index.php
2) Look for the following code (around line 362)
Code:
         . '<tr><td>' . _IMAGESWFURL . ':</td><td><input type="text" name="imageurl" size="50" maxlength="100" value="http://" /></td></tr>'

Change this to:
Code:
         . '<tr><td>' . _IMAGESWFURL . ':</td><td><input type="text" name="imageurl" size="50" maxlength="255" value="http://" /></td></tr>'


3) The next occurence is around line 641:
Code:
echo '<tr><td>' . _FLASHFILEURL . ':</td><td><input type="text" name="imageurl" size="50" maxlength="100" value="' . $imageurl . '" /> &nbsp; <a href="' . $imageurl . '" target="_blank"><img src="images/view.gif" border="0" alt="' . _SHOW . '" title="' . _SHOW . '" /></a></td></tr>'


Change this to:
Code:
      echo '<tr><td>' . _FLASHFILEURL . ':</td><td><input type="text" name="imageurl" size="50" maxlength="255" value="' . $imageurl . '" /> &nbsp; <a href="' . $imageurl . '" target="_blank"><img src="images/view.gif" border="0" alt="' . _SHOW . '" title="' . _SHOW . '" /></a></td></tr>'


4) Next look around line 647:
Code:
echo '<tr><td>' . _IMAGEURL . ':</td><td><input type="text" name="imageurl" size="50" maxlength="100" value="' . $imageurl . '" /></td></tr>'


Change this to:
Code:
      echo '<tr><td>' . _IMAGEURL . ':</td><td><input type="text" name="imageurl" size="50" maxlength="255" value="' . $imageurl . '" /></td></tr>'


5) Save your work!

No you're done and you're able to setup flashlinks with a length of 255 chars!

Good luck!!
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> v2.30.01 RN All Other Issues

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©