Preview?

thanks for the help.

I cant seem to get the mail server to work.

Users do no get confirmation emails to activate their account.

I dont know why this is happening because I can use the "Broadcast Email" plugin without any problems. I tried changing the smtp settings aswell but I had no luck.

Can anyone think of something that might be wrong?

wenzlerpaul: thanks alot, ill try this tonight to see if it works!

gezz wrote:

Connorhd: Is it possible to add the "There are new messages" the main page of my site? Similar to this? I've tried doing it myself using:

    require(PUN_ROOT.'include/pms/header_new_messages.php');

You did this in header.php so I assumed it would work, and well, I assumed wrong.

Thanks in advance for the help.

Connorhd: Is it possible to add the "There are new messages" the main page of my site? Similar to this? I've tried doing it myself using:

    require(PUN_ROOT.'include/pms/header_new_messages.php');

You did this in header.php so I assumed it would work, and well, I assumed wrong.

Thanks in advance for the help.

Is it possible to show "There are new messages" on any php page?

I have the Private Message mod and when a new message is recieved it displays "There are new messages" in the pun header. I was wondering if this chould be applied to this script aswell?

Maybe Connorhd can shead some light on this?

Maybe Ill post this in the Private Message thread...

8

(4 replies, posted in PunBB 1.2 troubleshooting)

this is also very helpful

smile

I dont know if this will help but it seems that it would work.

It's a "break out of frames" script which also prevents your site from being put into a third-party frame.

<script>
<!--
if (window!= top)
top.location.href=location.href
// -->
</script>

Not exactly proper coding ethics but it should get the job done.

i just added this to mypage (http://www.greasyspoon.org) but i cleaned it up a bit and added a couple echo's instead of breaking in and out of php. smile

Works great.

11

(3 replies, posted in PunBB 1.2 show off)

nice site, we could use some more metal punbb forums.

i thought i was the only one here that liked metal.

12

(23 replies, posted in General discussion)

Me and my girlfriend (at the time):
http://iam.bmezine.com/z%5Cq%5Cscxf6m/ctgalg4m.jpg
http://iam.bmezine.com/z%5Cq%5Cscxf6m/lcnnyk7c.jpg

Sorry for it being so blurry, you know thoes drunk people trying to work a camera.

I have enough metal to have my face considered a scrap yard.

Nerds always get the hot chicks. Or, maybe its just because im using Punbb? big_smile

13

(40 replies, posted in PunBB 1.2 troubleshooting)

Nice idea.

There is always ways around things you just have to be creative. Creativity took me a couple of weeks.

Everything is fixed and working. I used page scraping because my host disabled includes with parameters. This helped alot.

I dont know if this applies...

How much would you charge to integrate something with PunBB so that they share the same user database? Or, if its easier write a script from scratch.

I posted it here. If your interested I have the cash.

Thanks.

16

(40 replies, posted in PunBB 1.2 troubleshooting)

I dont know if Ludo's problem was resolved but I'v been batteling the same issue for a long time with my server.

The server will simply not allow an include with parameters. So, I'v found a way around it with page scraping. Yes its dirty, but it works.

I looked here and came to a conclusion.

<?php
require_once(dirname(__FILE__).'/class_http.php');

$h = new http();

if (!$h->fetch("www.host.com/forum/extern.php?action=new&show=4&fid=14")) {
  echo "<h2>There is a problem with the http request!</h2>";
  echo $h->log;
  exit();
}

echo $h->body;

?>

Its kind of going beyond and above what I needed but now I also have a page scraper to use at my disposal. I tried using a number of methods that all failed. But, a page scraper comes in handy every now and again.

PS: Page scrapers can be bad in the wrong hands. Don't spam with them.

Everything worked quite nicely except for the date. Could you elaborate?

pokemon_jojo wrote:

When ? sorry but i don't know ^^ because actually i have lot of work, and i can't made th finale release, but if it's possible i want to finish her before december.

i dont mean to be a pain in the ass but has there been any advancements in this wonderful script?

19

(18 replies, posted in PunBB 1.2 show off)

i like this one the best

http://www.fantasyfeeder.com/ffw/galler … lin_22.jpg

loooooooooooooooool

EDIT: can you get a rash from walking with all that weight?

20

(1,382 replies, posted in General discussion)

mmm cookies

I would really appreciate it. I could help you test and work out bugs and whatnot.

Im willing to help but my php and mysql knowledge is limited.

devinkray: Yes, but that has alot of modifications on Punbb's side. Im sure it could be done alot easier with just modifying tbdev.

johnnyversace: Sort of except I want it to use my punbb user database.

Does anyone know of an open source bit torrent tracking script that can be integrated with punbb? This is an example of a bit torrent tracking script, but does not support integration with punbb. So does anyone know of a tracker script that supports integration with punbb?

24

(0 replies, posted in Programming)

I'v been interested in the Torrent-Trader project for awhile now and I was thinking about putting an install on my machine and running it live but I want to try and integrate it with my PunBB user database.

Someone created an integration with tbdev which is essentialy the same code as Torrent-Trader. The problem is with his method of integration you have to start from a fresh PunBB install which defeats the purpose of an integrated user database. I dont want to have an hacked install of punbb. Can someone help my perfect the integration with as little code change to PunBB as possible, preferably someone who knows alot about the PunBB user database? Richard? Connorhd? Tobi? Smartys?

Thanks in advance.

25

(6 replies, posted in Programming)

Well I guess it isnt possible then. Seems like he was talking out of his ass to he honest saying that it was possible when he had no idea how it would be possible.

Connorhd: Is there another way I could get the same effect without using javascript?