Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 6.9
Author Message
fury
Worker
Worker



Joined: Sep 09, 2003
Posts: 165

PostPosted: Tue Sep 09, 2003 9:13 pm Reply with quote

I have a problem that keeps getting overlooked in the forums at NukeCops I will see what you think.
Ok i have read all the posts that i could possibly find on the forums.
My problem is as follows. I am running NUKE 6.9
1) I can not get the AVATAR UPLOAD and AVATAR GALLERY to display on the forum profile page. I have done the fixes and even the new INDEX.PHP that was presented to fix this problem in nuke6.5.
2) How do I get rid of the email verification and auto authorize all new users.
3) Also is there a way to allow non alpha numeric characters in a login field istead of me going back to the sql and editing the user info. For this is a pain.
4) I am looking to use Front Page to build tables to be displayed with information. The problem i have that they do display but are either way at the bottom or dont display at all with the proper information. I have tried to allow the HTML tags that would be used but it locked up my content editor. What to do from here I have no idea.
Thanks
SF
 
View user's profile Send private message
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Tue Sep 09, 2003 9:20 pm Reply with quote

Well, let's take a stab here.

#1 - Please explain in more detail.

#2 - d/l my auto activation hack from this site.

#3 - On or about line 20 of Your_Account find this line Code:
Code:
if ((!$username) || ($username=="") || (ereg("[^a-zA-Z0-9_-]",$username))) $stop = "<center>"._ERRORINVNICK."</center><br>";

Change it to Code:
Code:
if ((!$username) || ($username=="") || (ereg("[^a-zA-Z0-9_\[\]\(\)-]",$username))) $stop = "<center>"._ERRORINVNICK."</center><br>";


#4 - Where won't conventional table tags display? You don't need FP for that.
 
View user's profile Send private message
fury







PostPosted: Wed Sep 10, 2003 12:05 am Reply with quote

disreguard #1 i fixed my stupid problem of my own making looking in to many places for the right answers

#2 already fixed 5 min after this post thanks to you. Very Happy

#3
Quote:
Code:
if ((!$username) || ($username=="") || (ereg("[^a-zA-Z0-9_\[\]\(\)-]",$username))) $stop = "<center>"._ERRORINVNICK."</center><br>"; 


where the ("[^a-zA-Z0-9_\[\]\(\)-]" is i can enter only the characters i want to use such as the * and the - is all i want to allow.

#4 if i try to enter any type of table wether i use front page to build it or hand code it myself, i wont display the tables or it will distort it and cut it off or just not show up at all. and is there a way to allow for more information to be displayed on one content page that i will allow in the sql database. (ie. adjusting the sql somehow)

thanks
SF
 
Raven







PostPosted: Wed Sep 10, 2003 6:02 am Reply with quote

#3 - yes.

#4 - You can ALTER the storage type and/or size of the field by using phpMyAdmin.
 
fury







PostPosted: Wed Sep 10, 2003 6:39 pm Reply with quote

thank you raven i have had more luck here than anywhere else and will be here for life now. I do go to the Nuke Cops forums but they are bot very prompt and helpful as you have been and i praise you for your efforts
Thanks
SF
 
Raven







PostPosted: Wed Sep 10, 2003 6:43 pm Reply with quote

Great! Spread the word Smile.
 
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 6.9

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 ©