Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 28 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Foreach Loop | |
xblader Replies: 19 Views: 25985 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
haha ty, didnt look over it after i posted it. | |
Topic: php my admin logged into Cpanel | |
xblader Replies: 11 Views: 17609 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ... | |
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours