PDA

View Full Version : It's only a template hack, but still is usefull to see as hack.


flup
12-14-2002, 07:55 AM
Ok, like i said, it's only a template hack, but i think you could see it as a little hack.

This "hack" goes after registering to a forum (wich you've selected) I've done the same, my user goes to the "Introduce Yourself" forum.

flup
12-14-2002, 08:03 AM
Above hack is to go to a forum (like introduce yourself)
THe hack i now add is to go to a specified thread

partang2
12-14-2002, 08:40 AM
Simple but nice!

flup
12-14-2002, 08:44 AM
That's what i thougt also :)

Erwin
12-14-2002, 09:48 AM
Important tip:

Get rid of the sessionhash variable in the URL in the templates:


<input type="hidden" name="url" value="$url/forumdisplay.php?s=*********&forumid=YOURID">


Remove that bit. The sessionhash is a dynamic variable that is meant to be different for every user. You are going to get different users logged on in the same session with that URL.

Replace it with:


<input type="hidden" name="url" value="$url/forumdisplay.php?s=$session[sessionhash]
&forumid=YOURID">


instead.

Also, since this is a template hack, this belongs in the template forum - did you read the posting rules of this forum? Moving this there now...

A REMINDER: The Hack Forums are for PHP File edits without exception. Template mods stay in this forum.

flup
12-14-2002, 09:52 AM
Yub i read them. But i thought it could maybe be a little hack ;)

flup
12-14-2002, 09:54 AM
Let's hope this is a good start to begin with hacking etc.

Erwin
12-14-2002, 09:54 AM
Btw, there is a nice hack that automatically creates an introduction post for new members - check it out.

flup
12-14-2002, 09:56 AM
Hmm lol automatic creates a post wich isn't from users, LoL :)
But thx, will seach for it.

Mr. X
12-15-2002, 06:11 AM
Originally posted by Erwin
Btw, there is a nice hack that automatically creates an introduction post for new members - check it out.

link?

flup
12-15-2002, 08:21 AM
Couldn't find it either

Chris M
12-16-2002, 04:10 PM
Try searching for Logician - I think he made it:)

Satan

ap0c
04-30-2003, 12:02 AM
not in his list.


edit found it...

https://vborg.vbsupport.ru/showthread.php?s=&threadid=40731&highlight=registering+thread