Ravens PHP Scripts: Forums
 

 

Search found 28 matches
Author Message
 Topic: Foreach Loop
xblader

Replies: 19
Views: 25985

PostForum: PHP   Posted: Fri Dec 07, 2007 3:41 am   Subject: Foreach Loop
just sounds like it not putting the SOM_KEY into an array, can you actully confirm that you have the hidden field SOMS_KEY is in the array format? like below?

[code]//<!-- BEGIN Student Row --&g ...
 Topic: Foreach Loop
xblader

Replies: 19
Views: 25985

PostForum: PHP   Posted: Thu Dec 06, 2007 10:16 am   Subject: re: Foreach Loop
Couple of steps i would do now would be check the HTML output off the first page (TLSessionIratGrades.php ), to see if the page is displaying the hidden field values correctly, if so then i would chec ...
 Topic: Foreach Loop
xblader

Replies: 19
Views: 25985

PostForum: PHP   Posted: Thu Dec 06, 2007 9:31 am   Subject: Foreach Loop
echo "<tr><td align=\"center\">$SOMS_KEY</td>"
. " <td align=\"left\">$Name_First $Name_Last</td>"
. " <td>&l ...
 Topic: Foreach Loop
xblader

Replies: 19
Views: 25985

PostForum: PHP   Posted: Thu Dec 06, 2007 9:19 am   Subject: Foreach Loop
Post up the error i can then tell you, also if you can show us the code for for both pages i can tell you where you gone wrong.
 Topic: Feature Suggestion....Shared NS and IP to C Tables
xblader

Replies: 27
Views: 55025

PostForum: RN v2.20.00 - Feedback   Posted: Thu Dec 06, 2007 9:18 am   Subject: Feature Suggestion....Shared NS and IP to C Tables
If you got access to the command line on the server you can use the gawk command to search all the files within a directory and replace it with your value.
 Topic: E-Mail Settings (Forum General Configuration)
xblader

Replies: 4
Views: 9357

PostForum: Post Installation Help   Posted: Thu Dec 06, 2007 9:01 am   Subject: E-Mail Settings (Forum General Configuration)
the other thing i can suggest is to setup a simple mail form with PHP, then if the e-mail does not get sent to that address look at the httpd error logs and see what error it has given you, also the a ...
 Topic: Foreach Loop
xblader

Replies: 19
Views: 25985

PostForum: PHP   Posted: Thu Dec 06, 2007 8:52 am   Subject: Foreach Loop
to do echo "<input type='hidden' name='add_irat_gr[".$SOMS_KEY."]' value='$SOMS_KEY'>\n";

Will be very pointless as you are putting the value in the name element ...
 Topic: E-Mail Settings (Forum General Configuration)
xblader

Replies: 4
Views: 9357

PostForum: Post Installation Help   Posted: Wed Dec 05, 2007 10:35 am   Subject: E-Mail Settings (Forum General Configuration)
Activition e-mails can be sent without the SMTP settings being enabled within the phpbb admin area, the problem you are most likley having is that your mail server is not configured properly. You shou ...
 Topic: Foreach Loop
xblader

Replies: 19
Views: 25985

PostForum: PHP   Posted: Wed Dec 05, 2007 10:14 am   Subject: Foreach Loop
One question, each student has there own unique SOMS_KEY?

If so the reason you only getting the last one is because you did not put that hidden field into array and in between the while statement. ...
 Topic: Themes Problem.
xblader

Replies: 1
Views: 5104

PostForum: RN v2.10.01 - All Issues   Posted: Wed Dec 05, 2007 7:41 am   Subject: Themes Problem.
Could you provide us a link to your site? so we can check it here. I can also see that your are missing a </td> tag on the end of

<td align="center" BACKGROUND="themes/Deep ...
 Topic: Help changing my url path
xblader

Replies: 2
Views: 7157

PostForum: phpnuke 8.0   Posted: Wed Dec 05, 2007 5:07 am   Subject: Help changing my url path
Couple of ways you can do this, the easiet is to create an .htaccess file.

RewriteEngine On
RewriteCond %{HTTP_HOST} mysite.com$ [NC]
RewriteCond %{REQUEST_URI} !^/p ...
 Topic: Foreach Loop
xblader

Replies: 19
Views: 25985

PostForum: PHP   Posted: Wed Dec 05, 2007 4:55 am   Subject: Foreach Loop
The way i see it is that you are doing a query on the database, to extract details of students and echo them to the page, for each of those students you want text box to appear next to each of them?
...
 Topic: Need help installing NukeSentinel
xblader

Replies: 11
Views: 26950

PostForum: NukeSentinel(tm) v2.5.x   Posted: Tue Dec 04, 2007 6:58 am   Subject: Need help installing NukeSentinel
tbh i would just dump phpnuke 7.9 as there is so many bugs within it, download and install the latest version of Ravennuke and just import the database data over. If you need any help with this, gimmi ...
 Topic: php my admin logged into Cpanel
xblader

Replies: 11
Views: 17609

PostForum: RWH Other   Posted: Tue Dec 04, 2007 5:48 am   Subject: php my admin logged into Cpanel
haha ty, didnt look over it after i posted it.
 Topic: php my admin logged into Cpanel
xblader

Replies: 11
Views: 17609

PostForum: RWH Other   Posted: Tue Dec 04, 2007 4:58 am   Subject: re: php my admin logged into Cpanel
You will need to change $prefix variable to it actual value. Example below.

DROP TABLE IF EXISTS 'phpnuke_banner`;
CREATE TABLE `phpnuke_banner` (`bid` int(11) NOT NULL auto_increment ...
 Topic: Blank website after full install.
xblader

Replies: 6
Views: 11394

PostForum: RN Installer/Setup Issues   Posted: Mon Aug 20, 2007 3:54 am   Subject: Blank website after full install.
Also check your error logs after you loaded up the page, you should get the right information from there , it will also point you into the right direction.
 Topic: web links sql injection
xblader

Replies: 5
Views: 11194

PostForum: Security - PHP Nuke   Posted: Fri Aug 17, 2007 3:25 am   Subject: web links sql injection
i would recommend upgrading to the latest release even if it doesnt stop your problem.
 Topic: Removing News Topic Images to give more space
xblader

Replies: 12
Views: 13395

PostForum: General/Other Stuff   Posted: Thu Aug 16, 2007 9:21 am   Subject: re: Removing News Topic Images to give more space
Try replacing the following code below, i've have commented out the two Topic images, however i'm not sure if this will work. iirc there some coding in the index.php within the modules/news/ folder th ...
 Topic: Removing News Topic Images to give more space
xblader

Replies: 12
Views: 13395

PostForum: General/Other Stuff   Posted: Thu Aug 16, 2007 8:35 am   Subject: Removing News Topic Images to give more space
the selection of code is missing an end tag such as }. So by deleting the those 2 lines will leave that curly bracer there and throw up an error, however it probably easier if you can copy and past th ...
 Topic: Security image does always load.
xblader

Replies: 8
Views: 10354

PostForum: RN v2.10.01 - All Issues   Posted: Thu Aug 16, 2007 8:31 am   Subject: Security image does always load.
Had an issue just like this on a Linux server runnnig the Ensim control panel, never actully looked into it, but it would only happen after about an hour of a fresh install of phpbb 2.2. Pretty sure i ...
 Topic: voice chatting using php
xblader

Replies: 3
Views: 9316

PostForum: PHP   Posted: Thu Aug 16, 2007 8:27 am   Subject: voice chatting using php
Not actully come across one before, although if it is possiable, it going to put alot of load on the server.
 Topic: Removing News Topic Images to give more space
xblader

Replies: 12
Views: 13395

PostForum: General/Other Stuff   Posted: Thu Aug 16, 2007 8:22 am   Subject: Removing News Topic Images to give more space
to test it, you should consider putting some comment tags around the code.

/* if (file_exists("themes/$ThemeSel/images/topics/$topicimage")) {
$t_image = "them ...
 Topic: To turn off module of nuke Topics
xblader

Replies: 4
Views: 5165

PostForum: Modules   Posted: Tue Jun 26, 2007 8:00 am   Subject: To turn off module of nuke Topics
Did something like this, just replaced the nuke image with 1x1 background image (merged). I did tried removing the picture but somthing happened which i cannont remember at this time.
 Topic: NukedGallery
xblader

Replies: 11
Views: 8472

PostForum: Modules   Posted: Tue Jun 26, 2007 6:12 am   Subject: NukedGallery
Will post a more detail guide once i get home. other then that here is a breif guide on what i did.

Step1) Installed Gallery2 through Cpanel using Fantastico. (Much quicker then uploading all the f ...
 Topic: NukedGallery
xblader

Replies: 11
Views: 8472

PostForum: Modules   Posted: Mon Jun 25, 2007 5:48 am   Subject: NukedGallery
yeh, installed Gallery it was running perfectly for an hour or so then just breaks like that. 4th time i've tried installing this. Gonna have anther check to make sure if everything is right before i ...
 

 Jump to:   

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