Welcome Guest ( Log In | Register)



3 Pages V   1 2 3 >  
Reply to this topicStart new topic
> Need Some Code, Dont Know Where To Get It
Bkag
post Aug 18 2006, 05:59 PM
Post #1


Super Member
*********

Group: Members
Posts: 323
Joined: 4-June 06
Member No.: 24,722



Ok on my rc forum for the track directory what i would like is a code to take the post and transfer it to this page www.rc-forum.co.uk/portal.php

If that is not possable i would like to make a code similar to trap17s code for free webhosting request form, but i have no idea on how to do this, are there and mods or addons already able to do this?
Go to the top of the page
 
+Quote Post
lemonwonder
post Aug 19 2006, 01:06 AM
Post #2


Super Member
*********

Group: Members
Posts: 344
Joined: 28-July 06
Member No.: 27,449



I dont really understand on what u are asking

BTW: That is really wide, its double the width of my screen! Change the width man lol

This post has been edited by lemonwonder: Aug 19 2006, 01:07 AM
Go to the top of the page
 
+Quote Post
gaea
post Aug 19 2006, 01:49 AM
Post #3


Super Member
*********

Group: Members
Posts: 206
Joined: 14-March 06
From: Vermont or Boston (USA)
Member No.: 20,077
myCENT:54.10



Could you please be a little more specific?

What I *think* you mean (and I could be wrong, if so please correct me) is that you want the contents of http://www.rc-forum.co.uk/viewforum.php?f=14 to show up on http://www.rc-forum.co.uk/portal.php. If this is the case why don't you just use a script to foward portal.php to the other page? There are a bunch of ways to do this (javascript, php, etc). The method I'd recomend is the php version (as not everyone has javascript enabled, and php is serverside). It is really simple. Just make the page a php file, and use this code:
CODE
<?php
header( 'Location: http://www.yoursite.com/new_page.html' );
?>


Alternatively you could use an Iframe of the origonal page inside the portal.php page.

As far as the trap17 free hosting request form goes, do you mean the one that appears when you click the "Let's Get Started" button on http://www.forum500.com/req_form.php?siten...p;introname=new ? If so, that's quite simple to make. If you give me the info you want collected, and the way you want it to be formatted I'd be happy to help you write it.
Go to the top of the page
 
+Quote Post
Bkag
post Aug 19 2006, 04:01 AM
Post #4


Super Member
*********

Group: Members
Posts: 323
Joined: 4-June 06
Member No.: 24,722



Ok here is what i want, i want it to take the posts off of http://www.rc-forum.co.uk/viewforum.php?f=14 then take that information and put it on http://www.rc-forum.co.uk/portal.php in alphibetical order with just the title of the post which is a link to the text ripped off the post on http://www.rc-forum.co.uk/viewforum.php?f=14
Eg.

http://www.rc-forum.co.uk/viewforum.php?f=14

Title of post = Example city, Example track title

Content of post = This is description Blah blah blah blah

[/quote]-----------------------------------------------------------------------------------------------
QUOTE



http://www.rc-forum.co.uk/blank.php


Search box


Example city, example track title

-----------------------------------------------------------------------------------------------
QUOTE


(Clicking Example city, example track title takes us to the following)

This is description Blah blah blah blah



-----------------------------------------------------------------------------------------------[quote]


Does that explain things more clearly?

This post has been edited by Bkag: Aug 21 2006, 06:48 PM
Go to the top of the page
 
+Quote Post
hype
post Aug 19 2006, 04:20 AM
Post #5


Legend Killer
*********

Group: Members
Posts: 678
Joined: 15-April 05
From: Singapore
Member No.: 5,697



He's saying that he wanted the lastest post in that particular forum to show up in his portal homepage with the topic title and post... You got get some portal addons from the phpBB mods & hacks page, which could work well with your board...
Go to the top of the page
 
+Quote Post
Bkag
post Aug 19 2006, 04:36 AM
Post #6


Super Member
*********

Group: Members
Posts: 323
Joined: 4-June 06
Member No.: 24,722



Well not realy basicly i want it to convert posts and add it to the "track directory" which i named portal.php
Go to the top of the page
 
+Quote Post
Bkag
post Aug 21 2006, 04:25 AM
Post #7


Super Member
*********

Group: Members
Posts: 323
Joined: 4-June 06
Member No.: 24,722



Well i have kindof diched the elaborite idea of moving the posts to a directory but i would like to do a form similar to trap17s free web hosting application form, could somone guide me on how to go about this?
Go to the top of the page
 
+Quote Post
farsiscript
post Aug 21 2006, 09:06 AM
Post #8


Super Member
*********

Group: Members
Posts: 357
Joined: 8-April 06
Member No.: 21,487



hi dear Bkag plz change your sig image , you posting very large i think you want show your post in forum at your portal ?
if you want do that you must make one portal and login at forum database and then read post info and echo at your portal
Go to the top of the page
 
+Quote Post
Bkag
post Aug 21 2006, 06:50 PM
Post #9


Super Member
*********

Group: Members
Posts: 323
Joined: 4-June 06
Member No.: 24,722



Ok i did that with my signature by accident fixed now smile.gif Anyway what i wanted to do is for the posts to be taken to what used to be portal.php and now is www.rc-forum.co.uk/blank.php but i have diched that idea now and what i want now is to make a form similar to the trap 17 free webhosting request form but i dont know how to go about it. Is there a generator or somthing because i realy dont know how to code it.